First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
New form on Main thread.
Hi all. I have an application that requires input from a 3rd party application. The 3rd party software sends data to any control on the running application on the main thread. I can start my application through a startup module which forces the main form on the main thread, how do I then open a second form... 18 Jul 2010 20:17
Windows 7 and VB6 Runtime
Does Windows 7 have VB6 Runtime? Or I have to include it with my apps? I think I listened somewhere Windows 7 doesn't have it. Thanks, Marc. http://mss.esp.st/ ... 23 Jul 2010 18:03
Need Help!! With the final module of a program I'm working on.
Hi, Fellow Coders of Visual Basic 6 I have been working on a program now for a year and almost complete except for the last module. It is the most all around lottery program I have ever seen as far as tabulating your wins and making Lotto Wheels. This something I took up in my retirement to while my time... 18 Jul 2010 22:26
Why don't my questions appear in this forum?
I've posted the same question two days in a row but when i return to look for my posts they are not there. ... 16 Jul 2010 14:22
zero
How do i get vb to show a 0 in a variable, I want the program to read and write values like 01 and 09, but the only thing that shows in the variable is 1 or the 9. The values are being entered into text boxes and i declare variables like so var = val(text1) var1=val(text2) Then i concatenate the variables... 16 Jul 2010 22:03
ActiveX EXE Clues
I have written a main VB6 app and an VB6 ActiveX EXE. The ActiveX EXE compiles with no errors. The Main app instantiates the ActiveX EXE as referenced as either a ..vbp or the .EXE. I am using early binding and intellisense works properly. The ActiveX EXE calls an external .dll supplied my the manufacturer of ... 16 Jul 2010 04:29
Add a AD user to local group using directoryentry
During PC setup and before a computer is logged into the domain I want to add a AD user to a local group. Here is the logic I am trying: Dim deLocal As New DirectoryServices.DirectoryEntry("WinNT://" + Environment.MachineName + ",computer") Dim sUserDN As String = "CN=UserID,OU=Marketing,DC=MyDomain,DC=com" D... 14 Jul 2010 19:51
Access 2000 limitations
I have an application that works over an Access 2000 database. A few days ego I noticed problemas in the database, as records are deleted alone. I'm just suspecting that Access 2000 does not support then number of records in the database: Table 1 - Two million records Table 2 - One million records Table 3 - ... 16 Jul 2010 16:36
Multiple CustomTaskPanes in VB6 for Office 2010
[I have also posted this on the answers.Powerpoint forum] Office Version:Office 2010 Operating System:Windows XP Program:PowerPoint We have a COM addin in VB6 for Office 2000, 2003 & 2007. The 2007 version successfully has a Ribbon interface and CustomTaskPanes that are accessible for all open presentations... 27 Jul 2010 08:25
MSComm
Just a question: Let's say I have 2 USB devices connected to the computer, would MSComm allow me only connecting to one at a time? That's what how it appears to me, but I am not sure if I didn't make any mistake. If somebody could just confirm that only 1 at a time is possible, it would already give me a pus... 16 Jul 2010 08:49
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20