deo Posted March 13, 2007 Posted March 13, 2007 (edited) Hi, Im trying to create an image within an existing application using GUICtrlCreatePic with no success. Is this even possible? Let me try to elaborate a bit: Im using autoit to open an application, then overlay a bitmap over a specific region of the window, thus allowing me to see the image layered above any controls. Im inserting the image using GUICtrlCreatePic and then im calling GUISetState(), but the image isnt showing. Any ideas? Edited March 13, 2007 by deo
antiufo Posted March 13, 2007 Posted March 13, 2007 Hi,Im trying to create an image within an existing application using GUICtrlCreatePic with no success. Is this even possible?Do you want to create a compiled script that doesn't need any other file?If so use FileInstalla to extract the image to a temp folder and than show it
deo Posted March 13, 2007 Author Posted March 13, 2007 I dont need to extract an image, i need to place an image within the application, above all other controls. Im not creating a compiled script either. Any other ideas?
Misha Posted March 13, 2007 Posted March 13, 2007 GuiCtrlCreateImage is create an image in your gui which is created by autoit.. You'll rgncreateimage or what was it called I dont remember at the moment anyhow it was a function to draw images on desktop it might work for you created by larry
deo Posted March 13, 2007 Author Posted March 13, 2007 I found his function bmp2rgn, but it appears to only work within a gui that has been created.... am i wrong?
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