Results 1 to 5 of 5
  1. #1
    nathanael890's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    158
    Reputation
    13
    Thanks
    46
    My Mood
    Bored

    [Help] Program staying on top?[Solved]


    I haven't ask this here but from other forums, their codes wasn't working.
    Is there anyone could help me what are the codes for the program to stay on top of the other windows? It was really good when I see a program was like it..
    Last edited by nathanael890; 01-13-2011 at 11:27 PM.

  2. #2
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    select the wished form in designer, and on the right make "topform" set to true.

  3. The Following User Says Thank You to mnpeepno2 For This Useful Post:

    nathanael890 (01-13-2011)

  4. #3
    nathanael890's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    158
    Reputation
    13
    Thanks
    46
    My Mood
    Bored
    Quote Originally Posted by mnpeepno2 View Post
    select the wished form in designer, and on the right make "topform" set to true.

    Oh.. I didn't know that it was just there <.< anyway, thanks for it.

  5. #4
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Code:
    me.topmost = true
    however, that won't work well over DirectX applications, but that will work in general.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  6. The Following User Says Thank You to NextGen1 For This Useful Post:

    nathanael890 (01-13-2011)

  7. #5
    nathanael890's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    158
    Reputation
    13
    Thanks
    46
    My Mood
    Bored
    Quote Originally Posted by NextGen1 View Post
    Code:
    me.topmost = true
    however, that won't work well over DirectX applications, but that will work in general.

    thank you for the both of you.. I was able to create a windows Temp folder with some gui. including this code ^^

    *please mark it as solved. thanks