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

Search:

Type: Posts; User: dollylamb

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,626

    VC++ SendMessage API to VB6 Application

    Hi folks,

    I write a small tool to SendMessage with LB_ADDSTRING to a listbox in VB6 application. New item has successfully inserted into target listbox. But characters become ????. What's wrong...
  2. Replies
    3
    Views
    3,963

    NtQuerySystemInformation vs Win64

    Hi,

    I got problem of getting my ProcessList application to work under Win64 because of NtQuerySystemInformation() refused to work. I did searching the whole forum but found nothing. The question...
  3. Replies
    4
    Views
    1,044

    Re: Help on fwrite

    thanks rxbgain,

    after carefully read msdn, i've notice that r+ is use for "update" mode. Now everything works fine. Thank you for your help.
  4. Replies
    4
    Views
    1,044

    Re: Help on fwrite

    yes, my mistake. I edit 'w' flag to 'a' flag then the try it again. but unfortunately, even if i use any move method, the new data keep writing to the end of the file ? That's weird!? I then open a...
  5. Replies
    4
    Views
    1,044

    Help on fwrite

    Hi guys,

    I wrote a program to read DBF file header, content & do some search/delete on records. All others function work fine but delete function doesn't works or exactly it make DBF corrupted...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured