snify Posted October 4, 2009 Share Posted October 4, 2009 Hey i have a question. I want to make a msgbox without pausing the script. I read a topic using winapi and you must set HWND = 0 I dont need a return value from a messagebox. Just show it. And I dont want to make a new GUI. Thank you for your answers Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted October 4, 2009 Share Posted October 4, 2009 Here's an easy way:Run(@AutoItExe & ' /AutoIt3ExecuteLine "MsgBox(0, ''Hello World!'', ''Hi!'')"')(straight from helpfile) .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
snify Posted October 4, 2009 Author Share Posted October 4, 2009 thanks it works Link to comment Share on other sites More sharing options...
ProgAndy Posted October 4, 2009 Share Posted October 4, 2009 Or you can look at this: http://www.autoitscript.com/forum/index.php?showtopic=25494&view=findpost&p=642848 *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes Link to comment Share on other sites More sharing options...
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