PDA

View Full Version : about exezoom (placing of it)


santral
12-04-2007, 05:16 PM
I want to use exezoom. but application window must be shown a spesific place....
how can I place the window of exezoom????
for example it will be opened x=50 y=100 but how ???

File.Run("AutoPlay\\Docs\\EXEZoom.exe", "", "", SW_SHOWNORMAL, false)

a change in this code ??????

FoxLeader
12-05-2007, 09:36 AM
Sorry, I don't have AMS right now but have a look at Application.SetPos() with a GetWindowHandle()... that should help you to start.

santral
12-05-2007, 10:08 AM
thanks for your replay but I couldn't make....
can you give me an example ???