Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 42,134 times

Contents

Related Categories

API Programming Series #3 - Bring a Window to Top - Introduction

sreejath

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.

Comments

  • Posted by sreejath on 31 Mar 2003

    Are you using IE?

  • Well, almost...

    Posted by mef on 25 Feb 2003

    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?

  • another nice 1

    Posted by fanen on 10 Jan 2003

    i've always used "form1.setfocus"....and most times, it just blinked the app in the taskbar...