Medic873 Posted September 9, 2010 Posted September 9, 2010 Im going have a message box after my software takes a screen shot of a window.. How cna I have a message box display a image.. Thank you
FuryCell Posted September 9, 2010 Posted September 9, 2010 MsgBox() dosen't support images. You could use the splashimageon() function or create a simple gui with the picture and ok/cancel buttons HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
wakillon Posted September 9, 2010 Posted September 9, 2010 Create a gui with buttons yes and noand a GUICtrlCreatePic for display your screenshot ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts
darkmaster071 Posted November 27, 2010 Posted November 27, 2010 (edited) Question: Can you display a picture without saving it to a file and then opening it? Because in the _screencapture helpfile it says: "If FileName is blank, this function will capture the screen and return a HBITMAP handle to the bitmap image" But how to display it? Putting it into the GUICtrlCreatePic() function seems to do nothing. Help greatly appreciated. Edited November 27, 2010 by darkmaster071
electrico Posted November 27, 2010 Posted November 27, 2010 if I am not mistaking, there was kinda advanced msgbox udf. Search for it.
UEZ Posted November 27, 2010 Posted November 27, 2010 You have to use GDI+ to display captured images from memory. Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
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