gamebox2223 Posted August 12, 2023 Share Posted August 12, 2023 😀hi guys helpme how i can make msgbosx command in autoit if you press ok open browse but if u press cancle nothing will happen on exzample Link to comment Share on other sites More sharing options...
Andreik Posted August 12, 2023 Share Posted August 12, 2023 Something like this? #include <MsgBoxConstants.au3> $idButton = MsgBox($MB_YESNO, 'Open browser', 'Do you want to open the browser?') If $idButton = $IDYES Then ShellExecute('https://google.com') gamebox2223 1 When the words fail... music speaks. Link to comment Share on other sites More sharing options...
argumentum Posted August 12, 2023 Share Posted August 12, 2023 7 minutes ago, gamebox2223 said: help mee?????/ lol, love it. I know I'm off topic but forum rules say gamming is banned here, like, hated. Just saying @gamebox2223 ...and welcome to the forum mikell 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
gamebox2223 Posted August 12, 2023 Author Share Posted August 12, 2023 can some body give me a some beutifull cammnad 😀 Link to comment Share on other sites More sharing options...
Developers Jos Posted August 12, 2023 Developers Share Posted August 12, 2023 Please don't post these type of total useless threads again ever. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Solution gamebox2223 Posted August 13, 2023 Author Solution Share Posted August 13, 2023 hi again how i can make a coustom button in the msgbox Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted August 13, 2023 Moderators Share Posted August 13, 2023 gamebox2223, Take a look at my ExtMsgBox UDF - the link is in my sig. M23 gamebox2223 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Developers Jos Posted August 13, 2023 Developers Share Posted August 13, 2023 (edited) @gamebox2223 You are pretty annoying ...aren't you? Why didn't you continue in your first thread and start 2 times a new one? Merged... so now stick to this one! Jos Edited August 13, 2023 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
gamebox2223 Posted August 13, 2023 Author Share Posted August 13, 2023 @Jos it is not ur business Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted August 13, 2023 Moderators Share Posted August 13, 2023 gamebox2223, Reporting a Moderator saying that he is "annoying" you is not going to win you many friends around here. We have shown a remarkable level of patience in dealing with your recent irruption onto the forum - even going to the point of suggesting a possible solution to your badly-explained question. I suggest that you have a quiet think about how you might change your behaviour for the better over the next few days when you will be unable to post. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts