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

Search:

Type: Posts; User: ABasicNut

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    23,608

    Object Library Not Registered

    I have been using Windows 7 with SP1 and Visual Basic 6 with SP6 on a 64 bit computer.

    Just had a hard disk crash. With a new drive, I restored the original software as
    delivered when it was...
  2. Replies
    8
    Views
    12,569

    Re: VB6 IDE freezes on breakpoint

    I think I found the problem!

    In my program, I have a Preferences form. It consists of 2 command buttons and 27 check boxes. It was one of the forms where a breakpoint was put on the first...
  3. Replies
    8
    Views
    12,569

    Re: VB6 IDE freezes on breakpoint

    None.

    Peter
  4. Replies
    8
    Views
    12,569

    Re: VB6 IDE freezes on breakpoint

    Thank you for the response.

    When I say "freeze" I mean that all the IDE menu items will not open, all the icons on the toolbars do not respond, the upper right X button to exit does not respond.
    ...
  5. Replies
    8
    Views
    12,569

    VB6 IDE freezes on breakpoint

    I am in real trouble!

    I put a breakpoint on a line of code. When the execution reaches that breakpoint it stops executing and IDE enters "break" mode. IDE freezes and I need TaskMgr to kill VB6....
  6. Replies
    2
    Views
    18,889

    Re: VB6 Functions: Optional Parameters

    Thank you Shuja Ali !!

    Just what I needed.

    ABasicNut
  7. Replies
    2
    Views
    18,889

    VB6 Functions: Optional Parameters

    How do I test for the presence of an option parameter with a function?

    Example

    Public Sub GridWrite(Grid As Control, FileName As String, Optional AnyForm As Form)

    I want to see if the...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured