realkiller Posted September 25, 2005 Posted September 25, 2005 iam new i this autoit world. but i need help getting running a window into a gui Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
BigDod Posted September 25, 2005 Posted September 25, 2005 iam new i this autoit world.but i need help getting running a window into a guiYou will have to supply more info on what you are trying to do before anyone can help. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
realkiller Posted September 25, 2005 Author Posted September 25, 2005 i wanna run a app into my gui but that window must stay into my gui Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
quaizywabbit Posted September 25, 2005 Posted September 25, 2005 you can make your GUI a part of the application window.grab ANYGUI from my Signature............ [u]Do more with pre-existing apps![/u]ANYGUIv2.8
realkiller Posted January 4, 2007 Author Posted January 4, 2007 (edited) thx for helping me so far. do you got a little example for me?, say the window name is "Clairafy" Edited January 4, 2007 by realkiller Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
Moderators SmOke_N Posted January 4, 2007 Moderators Posted January 4, 2007 thx for helping me so far.do you got a little example for me?, say the window name is "Clairafy" Wait, I had to take a double take on this.You asked this question originally 15 months ago, and you just now say "thanks" for th help "so far"? (Were you in a coma?) Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
realkiller Posted January 4, 2007 Author Posted January 4, 2007 Wait, I had to take a double take on this.You asked this question originally 15 months ago, and you just now say "thanks" for th help "so far"? (Were you in a coma?)haha, yeah i know but can you nply help me to give me a example Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
Helge Posted January 4, 2007 Posted January 4, 2007 Search forums for "SetParent" and you'll find a post by Holger...
realkiller Posted January 4, 2007 Author Posted January 4, 2007 thx i found what i whas looking for but how do i do this if i got 2 windows and i got a gui with buttons if button 1 runs then open notepad in gui and if open button 2 paint will open in gui $window = WinGetHandle("Looking to hide taskbar button(s)") $newParent = WinGetHandle("Unbenannt") DllCall("user32.dll", "hwnd", "SetParent", "hwnd", $window, "hwnd", $newParent) Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
Helge Posted January 4, 2007 Posted January 4, 2007 thx i found what i whas looking for but how do i do this if i got 2 windows and i got a gui with buttonsif button 1 runs then open notepad in gui and if open button 2 paint will open in guiCould you please invest some time in adding some periods in your sentences, so you would make them understandable ?A good start in getting some useful replies is to make yourself understood and to actually make the readers not wantingto throw up while they're trying to decode your sentences. You're too lazy to press a button once in a while but you wantothers to waste their time in helping you ?Egentlig så burde jeg ha skrevet hele denne teksten på norsk, slik at vi hadde kommet på samme nivå av forståelse. Enig ?
Uten Posted January 4, 2007 Posted January 4, 2007 HeHe helt enig.. (HeHe totally agree)I actually would expect a realkiller to have killed this problem by now. I would have searched for +SetWindowLong +SetParent. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now