Thread: always on top

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    18

    Talking always on top

    im really new to C#, and was wondering how i can have a program that i made stay on top of all other windows, thanks

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Set the TopMost property of the window to true.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3
    Unregistered
    Guest
    hi,guys
    i am not new to c#,should i learn this programming languages as my first? is it hard to learn? is there any tutorial or books that i can refer to? thanks

  4. #4
    Unregistered
    Guest

    Sorry

    i meant,i am new to c#, ok!! mistake just now!

  5. #5
    Registered User
    Join Date
    Jan 2002
    Posts
    18
    thanks nvoigt

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to make opengl draw in lighter colors ?
    By jabka in forum Game Programming
    Replies: 2
    Last Post: 12-17-2007, 06:12 AM
  2. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  3. OpenGL, loading BMP Textures?
    By Zeusbwr in forum Game Programming
    Replies: 12
    Last Post: 12-09-2004, 05:16 PM
  4. Odd 3D Invis Objects?
    By Zeusbwr in forum Game Programming
    Replies: 4
    Last Post: 12-07-2004, 07:01 PM
  5. Stack functions as arrays instead of node pointers
    By sballew in forum C Programming
    Replies: 8
    Last Post: 12-04-2001, 11:13 AM