Library tutorials & articles
API Programming Series #3 - Bring a Window to Top
By Sreejath S. Warrier, published on 09 Jan 2003
Page 1 of 4
- Introduction
- The code
- Analysis
- Conclusion
Introduction
This is the third in the series of articles dealing with API Programming in Visual Basic. In the previous two articles we looked at the concept of API and how to use it from Visual Basic. We also looked at a simple example to get a hang of actually using it from within VB.
In this article we will look at a more concrete (though still at beginner level) example of using the API from within VB, namely bringing a form to top.
Related articles
Related discussion
-
Automating Excel from VB6.0
by epurdy (0 replies)
-
VB6 system conversion using VBA to Word 2007
by b.macgregor@vodamail.co.za (0 replies)
-
video not working with visual basic
by Jupiter 2 (9 replies)
-
Hyperterminal Data
by sengreen (1 replies)
-
vb6 - custom font
by Ruffsta3 (0 replies)
Related podcasts
-
Christian Beauclair
14 mai 2008 (�mission #0074) ::.Christian Beauclair: Stratégies de migration VB6 vers .NET Nous discutons avec Christian Beauclair des stratégies de migration VB6 vers .NET. Entre autres, nous discutons comment utiliser le "VB 6 Code Advisor" et le "Interop Forms Toolkit" pour ajouter la puiss...
Are you using IE?
Using VB6 in Windows 2000 this function brings my window to the top of other application windows, but will not bring it above a browser window. Any suggestions?
This thread is for discussions of API Programming Series #3 - Bring a Window to Top.