CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Harris00

Search: Search took 0.02 seconds.

  1. Re: VB6 Program on Win7 32bit machine Run time error msg 0

    I am building the exe on winxp machine and running it on win7-32bit machine
    After adding the line of code suggested, now i actually get an error with description as below
    339 Component...
  2. Re: VB6 Program on Win7 32bit machine Run time error msg 0

    This error happens only on WIN 7 32 bit machine, after creating an exe and running it.
    What do you mean by adding code to check for VB Errors. I added line after each code line and determined that...
  3. Re: VB6 Program on Win7 32bit machine Run time error msg 0

    Here is the code that gives that error

    [Code]
    Private Sub cmdLogin_Click()
    'Variable declaration


    On Error GoTo Login_Err

    'code for login verification
  4. VB6 Program on Win7 32bit machine Run time error msg 0

    Hello,
    I am getting error msg of 0 (err.number) when i run my VB6 program on WIN 7 (32bit) machine. The line that generates the error is frmMain.Show
    Any suggestions in troubleshooting and fixing...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured