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

Search:

Type: Posts; User: melinda123

Search: Search took 0.03 seconds.

  1. Re: Write Text On Desktop Background (in Windows OS)

    Any piece of code i.e. example using screenDC for this purpose?

    What I need is possibility to change text font and that text written on desktop stays even if we move other windows, mouse etc over...
  2. Write Text On Desktop Background (in Windows OS)

    Hi,

    I want to write text on the desktop background that updates itself every X seconds.

    Can someone show me simple sample C/C++ code how to write for example text "Hello" on desktop background....
  3. MFC OnEnChange handler function - infinite loop

    Hi,

    (I'm using VS++2005)

    I put edit box control (with ID - ID_edit_box) on my dialog, and associate (with handler wizard) two varibles for it: control (c_editbox) and value (v_editbox)...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured