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

Search:

Type: Posts; User: Ram_Gupta

Search: Search took 0.02 seconds.

  1. How to close a Internet explorer from an external app

    A Internet explorer window is open
    I want to know 2 things...
    1) How to close it from an external app ??
    2) If that HTML page cotains a control(say Edit Box)..how to retrive it's handle ??
    Give...
  2. Replies
    23
    Views
    7,335

    Hi, Can u tell me which exception i...

    Hi,

    Can u tell me which exception i should catch?

    Thankx and Regards
    Ram
  3. Replies
    23
    Views
    7,335

    Hi, I am trying my best to trace the...

    Hi,

    I am trying my best to trace the actual problem. Out of curosity
    i just wanna experiment that. But the code above is still
    throwing runtime error dialog box...that means it's not...
  4. Replies
    23
    Views
    7,335

    Hi, I just want to know whether i can catch...

    Hi,

    I just want to know whether i can catch an exception
    if call delete on dangling pointer. B'coz in that case my
    job would be less tiresome.

    Thakx and Regards
    Ram.
  5. Replies
    23
    Views
    7,335

    Hi, I agree with u. Actually it was a...

    Hi,

    I agree with u. Actually it was a test code. In original one
    class is having some pointer data member. In the destructor
    he is freeing the memory but doesn't assign the pointer...
  6. Replies
    23
    Views
    7,335

    Exception when calling delete

    Hi,
    When i am trying to run the code below,it gives runtime<br>
    exception. Although i am ctching the exception.<br>
    Plz suggest something. I cann't check the pointer against<br>
    NULL....
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured