|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Moving windowshelp us out a lil here....what version of VB? what exactly do you want to do?
move your own apps windows? move another apps windowS? help us out here... -- -iwdu15 Nathaniel wrote:
> How do i move windows in vb.net? Write them poetry, and buy them flowers.Well I know
Me.Location = (X, Y) will change my Form, but hoe can I move other apps? Show quoteHide quote "Simon Brown" <simonb***@gmail.com> wrote in message news:1154565785.100610.23550@i42g2000cwa.googlegroups.com... > > Nathaniel wrote: >> How do i move windows in vb.net? > > Write them poetry, and buy them flowers. > now i can help u
your going to need to use APIs to do this. www.allapi.net is great for API declarations and what each parameter means, you just have to update the declaration from VB6 to .net, not too difficult...here are a couple websites to jumpstart your project http://allapi.net/apilist/FindWindow.shtml http://allapi.net/apilist/MoveWindow.shtml i dont kno how you want to find the window, but you could also loop through each running process using the process class and get the window handle that way....just takes more time. -- -iwdu15
Unique an array of strings
Directly Passing Variables Publish Version number Transactions through Remoting Function doesn't return a value on all code paths Simple xpath question *** Using DataReaders to populate combo boxes - please help!!! *** Monitor Software Installation Changes surpress newline on Enter press DirectCast Timeout issue HttpWebResponse |
|||||||||||||||||||||||