CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Using HWnd..

  1. #1
    Join Date
    Oct 1999
    Location
    Hyderabad, India.
    Posts
    3

    Using HWnd..

    Hi all! Please explain how to use the hWnd parameter we get along with /p option of a screensaver, which is used to show the preview. I know that we can use API functions to do that, but dont know which ones & the technicalities as in what about the dimensions of the preview window etc.. I intend to display a bitmap. Also tell me about the other ways in which I can use hWnd.

    Thank you...


  2. #2
    Join Date
    Jun 1999
    Location
    virginia
    Posts
    16

    Re: Using HWnd..

    Go to the following site which explains how to do a screen saver and priview.

    http://www.zdnet.com/pcmag/pctech/co...t1717.001.html



  3. #3
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: Using HWnd..

    With my VB, there was an example of a screen saver... completely working and so.. (one of the few exampes that are actually worth looking at :-)

    Crazy D :-)
    "One ring rules them all"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured