|
||||||
| 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 | |
|
|
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |