|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Positioning Other Applicaitonsbesides my own. Currently I use a 3rd party program called Windows Manager. http://www.download.com/Windows-Manager/3000-2094_4-10493884.html?tag=lst-0-6 This program allows me to chose an application, and position it where I want to (in terms of position to the top left pixel of the application. Similar to: Location X: 34 Location Y: 353 Vb.net code: [Me.Location = New Point(34, 353)] However, I want to do this same procedure in my code. Is there any way of somehow writing: THATAPPLICATION.Location = New point(x, y) your going to need to use APIs for this. look at allapi.net for a list of
them....heres a few that might help you out. http://allapi.net/apilist/FindWindow.shtml http://allapi.net/apilist/MoveWindow.shtml you can also get the handle of a window via the Process object..... hope this helps -- -iwdu15
Custom Attributes, Shared methods, Derived classes and reflection
allowing just numeric value in my textbox *** HELP *** Problems Accessing Simple VB.NET Access Database Multi-Threaded App Cross-thread operation not valid How to validate Date entries. Wanted: Simple VB.NET "WEB" Application with an Access Database String translation Saving an image from the browser Print an Excel file in VB |
|||||||||||||||||||||||