| Thread | Last Post | Replies |
|
| .TLB and Me | 19 Mar 2007 19:47 GMT | 4 |
Where may I get "Everything I need to know about .TLB, but was not afraid to ask?" i.e. What is a .TLB? How and why would I use one? Where is help info? Running VB6SP6
|
| Screen Scrapping | 19 Mar 2007 19:10 GMT | 3 |
Hi: This is the site which gives information about social security Death index search. Is there any way i can pass the social number directly thru VB program in the web site and get the three records Name, Birth, Death in my computer. I heard some thing about screen
|
| Need Help with VB6 and Excel | 19 Mar 2007 18:58 GMT | 3 |
I have a software in lab (written in VBA) which reads information from an instrument. I am trying to develop a code in VB6 which could open the excel sheet (from the VBA) and transfer information from the excel sheet (sheet 18) to a FlexGrid. Any guidance would be helpful.
|
| How do I link a text box on two forms | 19 Mar 2007 17:08 GMT | 6 |
I have Form1 and Form2 Each form has a text box. How do I link the text boxes? On form1 - textbox1 The data is constantantly varying because it pulls from a timer So...
|
| VB6 and App Disappear | 19 Mar 2007 16:33 GMT | 4 |
I have a VB6 app that runs fine on Windows XP. When I run it on Vista it starts OK. But when I display one of the forms in the app it just disappears. It fails in both the IDE and when compiled. When run in the IDE VB6 also
|
| Display Language problem in VB6 | 19 Mar 2007 15:19 GMT | 1 |
I face a problem of VB6 cannot display other language words. e.g. windows default locate "Traditional chinese", then it cannot show "Simplifed Chinese words". I need to change the default locate to Simplied chinese
|
| Listbox | 19 Mar 2007 11:53 GMT | 7 |
Is it possible to read a listbox line by line, if required edit the line information and re-display in a second listbox. eg:- Search C:\ for all *.vbp files Result:- List1= C:\BegDB VB Prog\Chapter4\prjPublishers.vbp
|
| Reverse engineer? | 19 Mar 2007 06:40 GMT | 5 |
If I have an exe that is produced by Visual Basic, is it possible to get the actual the visual basic code that produced that .exe? Many thanks
|
| Error 3201 you cannot add or change a record.... | 19 Mar 2007 05:56 GMT | 2 |
In my database program I get the 3201 error when I add a new record and before the record has been saved to add a link with another table. I have a table Biographies and a table BiographiesPerBiographies.
|
| object as parameter | 19 Mar 2007 04:20 GMT | 30 |
newbie design question, given a std exe calls a dll I thought to have a class cProjectData to hold some strings, ProjectName, Location, etc
|
| Position Text in Textbox 1 Pixel Lower?! | 19 Mar 2007 02:50 GMT | 18 |
I have ~40 single-line textboxes on a form, and I'd like to vertically position the text within them 1 (one) pixel lower than usual. Please, help me. :( ldg.
|
| Re: Application crashing - trying to track down the problem | 19 Mar 2007 02:35 GMT | 8 |
Paul Lambert wrote:
> System is a windows 2000 server machine, 2Gb ram, 40Gb hard drive - most > unused. |
| Winsock Connection | 19 Mar 2007 00:44 GMT | 4 |
I have this code on a connect click event.... If Sock.State = sckClosed Then With Sock .RemotePort = Me.txtRemotePort
|
| Writing into SMBIOS with VB6 | 18 Mar 2007 15:12 GMT | 4 |
I know this is kind of a follow up on my earlier question about writing into "Chassis serial number" location that nobody had any answers to. I've search the net; and figured out (I think) that this "chassis serial number" belongs to SMBIOS along with a whole bunch of similar info ...
|
| Update ToolTip In System Tray Icon | 18 Mar 2007 14:23 GMT | 1 |
Hi every body I have made a simple clock application.In VB6.The problem is i can put the icon of the app in the system tray.As a tool tip i can also put the the time but it never updates.The reason might be i put function
|