|
||||||
| Managed C++ Visual Studio .NET managed C++ Topics |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
Here is the code:
' Visual Basic Public sub MakeOnTop() myTopForm.TopMost = True End Sub // C# public void MakeOnTop() { myTopForm.TopMost = true; } // C++ public: void MakeOnTop() { myTopForm->TopMost = true; } Taken from: http://msdn.microsoft.com/library/de...opmostform.asp |
|
|||
|
What is also on each window form? You mean the property is in the window form?
I just set the property to true in each form. I've never had a need to make always on top in the program.
__________________
I Need Help |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
| Xav | ........ | 1357.94 |
| MeTh0Dz|Reb0rn | ........ | 1075.89 |
| WingedPanther | ........ | 919.18 |
| marwex89 | ........ | 906.86 |
| morefood2001 | ........ | 900.18 |
| John | ........ | 890.77 |
| Brandon W | ........ | 770.65 |
| chili5 | ........ | 312.39 |
| Steve.L | ........ | 264.99 |
| dcs | ........ | 232.34 |
Goal: 100,000 Posts
Complete: 83%