| Thread | Last Post | Replies |
|
| VB6 and MSI | 30 Jun 2005 15:21 GMT | 2 |
I need make a Installer for my application. I used P&DW (no good). Now i use Visual Studio Installer 1.1 for make installers!!!! But i need a good tool for my new applications in VB6???
|
| off-topic - NNTP protocol | 28 Jun 2005 23:22 GMT | 1 |
Do you guy know how to prevent Outlook to post my IP address when posting to a Newsgroup? Many of the posts from MVP has no IP address attached.
|
| Help Please? Can't figure this one out. | 27 Jun 2005 19:39 GMT | 3 |
Hi to all. I have the following code in a VB app: **** CODE SNIPETT START Private Sub PostFile(strServer As String, strLocalFile As String, strURL As String, Optional strUser As String, Optional strPass As String)
|
| Estimate the Values to Put into the Progress Bar | 24 Jun 2005 17:53 GMT | 2 |
Would you guys teach me how to estimate how long for a process to finish please? Let's say I have a function that takes some times to finish whatever it is doing.
|
| Resize Controls with the change in Computer display ? | 24 Jun 2005 15:34 GMT | 1 |
How can I resize Controls on a VB form, when the user change the display colour settings. For example: I developed a VB Form with a Grid of 10 columns, my laptop display is
|
| VB 6 app crashes on windows 2003 server | 22 Jun 2005 23:11 GMT | 2 |
Hi all. I have an app written in vb 6 that has been tested on win 98, win 2k, win xp home, win xp pro. The app works fine on all of these operating systems. However, the app has trouble on windows server family operating systems. Specifically Win 2k server and windows
|
| Accessing Form of Project 2 from Project 1 within same Project Group ? | 22 Jun 2005 13:02 GMT | 4 |
I have merged two projects into one project group, now how can I access form1 of project 2 from project1 ? I tried following but could not succeed. project2.form1.show
|
| DLL Problem | 18 Jun 2005 17:37 GMT | 2 |
Created a DLL with a Class and one Form. There are multiple instances of this one Form loaded as needed. LOADing multiple forms not available - only for Controls I think. Array of Forms using Redim Preserve seems to work however the Form cannot be
|
| Invalid character | 13 Jun 2005 18:27 GMT | 1 |
Sir we have a problem with pound character. We are using MSXML 8.0.7002.0 (Windows XP) when it loads the xml it throws error invalid character. If we have encoding="ISO-8859-1" it works fine.
|
| encoding error | 13 Jun 2005 18:26 GMT | 1 |
Sir we have a problem with pound character. We are using MSXML 8.0.7002.0 (Windows XP) when it loads the xml it throws error invalid character. If we have encoding="ISO-8859-1" it works fine.
|
| Reading .reg files | 11 Jun 2005 16:00 GMT | 2 |
Is there any information or examples for working with .reg files (Registration Entries). Regards, Robert
|
| Image List and Toolbar | 09 Jun 2005 18:16 GMT | 1 |
I have images in an image list, which provides the icons for my toolbar. But some images seem to have backgrounds, and others don't. e.g. some icons have a black square around them which I don't want. Is there a way of configuring the image list so that some default background
|
| Registry VB question | 09 Jun 2005 17:22 GMT | 9 |
Are there any shortcuts or tricks when working with registry in VB. In particular with Hkey_users -> S-1-5-…… for the current user is there anyway to reference the current logged in user or do we have to specify the entire userID?
|
| shell function palay flash exe file | 08 Jun 2005 14:29 GMT | 1 |
I want to use shell function to paly an exe file which is a flas exe file. but when I use the following statement shell "c"\new.exe",vbnormal it did really run . But with an empty screen, it didn't load an swf file ,
|
| ADO, VB6, and XML Data type in Oracle | 07 Jun 2005 22:04 GMT | 4 |
Can anyone tell me if the native version of ADO that ships with Win Server 2003 supports Oracle's XML data type? I want to use an XML data type on a field in my database, and access it from VB6 via ADO, but I don't know where to begin. Do I need a certain Oracle driver (or should ...
|