-
Strange Prb wid exe
well this thread is a revisit to my previous thread --> http://www.vbforums.com/showthread.p...light=hyousuf2
well i was searching for its hint how to achive it until i found this code from some forum, this is exactly what i want, but the problem is that this code works perfectly when running form VB IDE but id doesn't do ne thing when its compiled exe is run :ehh:
-
Re: Strange Prb wid exe
After reading your earlier thread I understand that you are using SetWindowPos to change the position or size of another application window. Am I correct? In that case what code are you using to get the handle of the window? FindWindow?
-
Re: Strange Prb wid exe
well i figured it out myself after a toiling 1 hour session of work,
basically the rect structure was to be passed by reference n not by value to get or set the co-ordinates.
i have updated the code n if ne one is interested i can upload it here as well