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

Search:

Type: Posts; User: cutamacious

Search: Search took 0.02 seconds.

  1. Thread: TNSPing

    by cutamacious
    Replies
    2
    Views
    1,369

    AnyBody????? ...........

    AnyBody????? ...........
  2. Replies
    14
    Views
    1,138

    Well, you force the commodialog to raise an error...

    Well, you force the commodialog to raise an error by giveing that statement
  3. Thread: TNSPing

    by cutamacious
    Replies
    2
    Views
    1,369

    Re: Re: TNSPing

    ^^^^^^^^
    bump
  4. Replies
    579
    Views
    649,343

    Re: Crystal Report

    Hi

    I've VB6.0 Enterprise Edition and Crystal Reports 7 installed. I'm currently doing a project in VB and i wish to have Crystal Reports to be my reporting tool.

    However, there are several...
  5. Replies
    14
    Views
    1,138

    well commondialog happens to remember the...

    well commondialog happens to remember the previous file name it opened. So use the cancelerror property to stop the code following the cdl.showopen statement
  6. Replies
    14
    Views
    1,138

    Write Corresponding code here refers to any...

    Write Corresponding code here refers to any cleanup code u wish to put there like for ex., displaying a msgbox or on status bar etc.,
  7. Replies
    14
    Views
    1,138

    Common Dialog has a property CancelError for...

    Common Dialog has a property CancelError for cancel button pressing.

    You should check for that property true or false.

    write the following after cdl.showopen

    If cdl.CancelError = false Then...
  8. Thread: TNSPing

    by cutamacious
    Replies
    2
    Views
    1,369

    TNSPing

    Hi all,

    I've been pinging my systems in the network using the VB application.

    However, now I would like to do TNSPing from my application

    Can anyone Help


    Thanx in advance
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured