| Thread | Last Post | Replies |
|
| Comparing two strings | 11 Jul 2005 22:19 GMT | 7 |
I'd like to know if Visual Basic has a function that compares two strings such as: strText1= "ABC" strText1= "CBA"
|
| Secure communication between two VB6 programs | 11 Jul 2005 20:40 GMT | 5 |
I have two VB6 programs: one privileged service, one unprivileged GUI, both running on the same PC. The unprivileged program needs to send info to the privileged service so the privileged service can act on it. The privileged service should not accept info from any program ...
|
| Microsoft history | 11 Jul 2005 18:05 GMT | 7 |
A curious link ... enjoy. http://www.windowsitpro.com/Articles/Print.cfm?ArticleID=4652
|
| Form keypreview event not working when vb6 project compiled to an | 11 Jul 2005 17:19 GMT | 2 |
I have a vb6 project which loads a modal form in a minimized state on startup (via a sub main procedure). The form's KeyPreview property is set to true. In the form Activate event the focus is set to the form. The title bar of the form reads "Press F11 for setup." On the KeyDown ...
|
| VB6 executable failuer | 11 Jul 2005 17:11 GMT | 1 |
Hi, I have VB6 application that started to fail on one of the user's PC with fatal error -2147221503 400 can?t get resources from xxx.jsp Http/1.1 4000 bad request. I installed VB6 on this PC and application worked fine in VB6 but still exec version failed.
|
| VB6 Enterprise Edition together with VB.Net 2003 Std on WXP Prof | 11 Jul 2005 12:12 GMT | 2 |
Will this work? I am using Windows XP Profesional SP1 with VB.NET 2003 Std and planning to install VB6. Will there be no problem on doing this? regards,
|
| Title bar | 11 Jul 2005 11:24 GMT | 14 |
What I want to do is have some text on the title bar that is on the left side and the right side. I have changed the scalemode to character. I have the min and max buttons hidden and it does put the text all the way to the right.
|
| Input problem | 11 Jul 2005 11:21 GMT | 29 |
I have been using VB6 for 3 years, but I would still probably be considered a beginner. My program saves a file with the "Open <file> For Output As #<number>" line. The outputting is not a problem. But when I use the "Open <file> For Input
|
| VB6 Error Handling and Classes | 11 Jul 2005 03:18 GMT | 3 |
Is error handling slightly different for class modules in VB6 compared to other modules? When an error occurs in a Property Get function, without setting an error trap, I expected the calling routine's error handler to get
|
| how to get jpg Count | 11 Jul 2005 00:41 GMT | 3 |
how can I get the jpg count from my code below and add it to my text file? For Each fldr In myFolders Set ts = fso.OpenTextFile(App.Path & "\image_txt_files\" &
|
| How To Create Tables In Sql Via VB? | 11 Jul 2005 00:09 GMT | 2 |
i would like to create a db in sql and put some records,but i don't know how.any ideas?even when i know sql...what is a connection code for vb?
|
| How to trap the X in the control box | 10 Jul 2005 15:08 GMT | 2 |
How do I trap someone closing a form using the X in the control box. What about trapping the exit option in the original control box of the upper left corner title bar? TIA
|
| collection | 10 Jul 2005 04:39 GMT | 4 |
My memory is not working well, nor apparently is my ability to find something simple in the help. I have a bit of code that I inherited. I need to replace the reliance on handling an error and check for the existence of the item in the collection directly.
|
| Question on creating an executable | 09 Jul 2005 21:39 GMT | 4 |
Does anyone know if the MDAC or Jet version loaded on a machine affect how an app is compiled when creating an executable, or are they external to the executable, but required for it to work correctly? Thanks for any help!
|
| Write to CD-RW from VB 6.0 SP5 | 09 Jul 2005 21:21 GMT | 1 |
How does one call the built in Burn to CD on WinXP using VB6.0 SP5 Thanks in advance Robert robert11@mountaincable.net
|