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

Search:

Type: Posts; User: AnotherBuddy

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    621

    Changing the color of status bar

    Hi,

    How can the color of the status bar be changed?

    thanks,
    buddy
  2. Replies
    6
    Views
    2,047

    How to find out if the property is being edited...

    How to find out if the property is being edited or not?
    I am not sure which events will help me do this.
    If I can set a flag appropriately while the property value is being edited then this can be...
  3. Replies
    6
    Views
    2,047

    Refreshing property grid

    Hi,

    I am using a timer to refresh my property grid every 3 seconds.
    But in doing so am facing a problem. Sometimes when I try to edit the value in the property grid by deleting it, the timer...
  4. Checking the circularity of a singly linked list

    Can anyone tell me the logic for:
    Checking the circularity of a singly linked list? The logic should not depend on the length of the list. if the list is partially circular (eg last node pointing to...
  5. Reading hexadecimal values from a file.

    Hi,

    Say, I have a text file containing hexadecimal values like this 55 4E 54 13 00 (with space in between).
    Now I want to read these values from a file and store these values into a byte array as...
  6. Thanks Darwen

    Thanks Darwen
  7. How to remove the blank spaces in a string?

    Hi,

    I have a string, say for example string strTemp = "Hello how are you?".
    Now how can i remove all the blank spaces in the string?

    I tried using strTemp.Replace(" ","");
    But this doesn't...
  8. Retrieving system time in milliseconds

    Hi,

    How to retrieve system time in milliseconds?

    Thanks,
    buddy
  9. Thanks gstercken. It works.

    Thanks gstercken.

    It works.
  10. How to get the value returned in HRESULT?

    Hi,

    How can I get the value returned in HRESULT?
    I want to print the error code that is returned by HRESULT.

    regards,
    buddy
  11. Replies
    3
    Views
    688

    I tried doing this but the exceptions aren't...

    I tried doing this but the exceptions aren't getting caught.
    May be a problem with the way am using exception class.

    Is there any sample code available...??

    thanks..
    buddy
  12. Replies
    3
    Views
    688

    Exception Handling

    Hi,

    Is there any way to catch all exception types without explicitly mentioning the exception type.
    Now am using catch(...) to catch all exceptions. But am not able to capture the exception...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured