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

Search:

Type: Posts; User: h9uest

Search: Search took 0.01 seconds.

  1. Post queries to and download images from google image search

    Dear all:

    I'm having a challenging problem:
    I want to write a program, which accepts user input string and posts that string as a query to google image search. Then the program needs to download...
  2. Re: SendMessage fails with WM_MDICREATE

    Thanks for the reply.
    I've got it sorted out. It was due to a silly mistake of mine in another place of the code.
  3. [RESOLVED] SendMessage fails with WM_MDICREATE

    Hi all:

    I've been debugging with my MDI app for one bug:



    MDICREATESTRUCT mcs;
    HWND hChild;

    mcs.szTitle = L"[Untitled]";
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured