Keep Form on Top of All Other Windows (VB.NET)
Category:
C#, VB.NET, ASP.NETType:
SnippetsDifficulty:
BeginningAuthor:
Intelligent Solutions Inc.Version Compatibility: Visual Basic.NET
More information:
In VB.NET, you don't need the API to put your form on top of all other windows. Just put one line of code into your form_load procedure.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations:
