Thread: Pin to dekstop

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    17

    Pin to dekstop

    Hello

    i am using vc++ 6 and watend to know how you can do, that a window is drawn like it belongs to the background, so that it does not cover other windows?

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    You can set your windows position in the "Z order" with the SetWindowPos() API routine. Set the hWndInsertAfter member to HWND_BOTTOM, then it will below your other windows.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    Registered User
    Join Date
    Jul 2003
    Posts
    17
    Thanks it worked.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to read data from 15 pin connection?
    By Euphorica in forum Networking/Device Communication
    Replies: 0
    Last Post: 06-27-2008, 03:38 PM
  2. RS232 Pin Out question
    By WaterNut in forum Tech Board
    Replies: 2
    Last Post: 01-23-2007, 11:05 PM
  3. Reading colums with tab spaces
    By Nish in forum C Programming
    Replies: 4
    Last Post: 04-14-2005, 10:51 PM
  4. pin number question
    By melee in forum C Programming
    Replies: 19
    Last Post: 12-11-2004, 01:39 PM
  5. 9 Pin Serial or the 24 Pin?
    By Coder87C in forum Networking/Device Communication
    Replies: 1
    Last Post: 05-11-2004, 05:18 PM