sisio Posted September 23, 2015 Share Posted September 23, 2015 hello guys how to create sample builder and stub just msgbox on builder for example Link to comment Share on other sites More sharing options...
JohnOne Posted September 23, 2015 Share Posted September 23, 2015 MsgBox(0, "Builder", "Stub")Not the answer you were looking for? Then ask a proper question. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
sisio Posted September 23, 2015 Author Share Posted September 23, 2015 not thishot to use builder and stub on autoit Link to comment Share on other sites More sharing options...
JohnOne Posted September 23, 2015 Share Posted September 23, 2015 You mean command line compilation? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
sisio Posted September 23, 2015 Author Share Posted September 23, 2015 no look this video https://www.youtube.com/watch?v=BWx0i-6j3U8I want like this on autoit not vb.net Link to comment Share on other sites More sharing options...
JohnOne Posted September 23, 2015 Share Posted September 23, 2015 I see, with a lot of work and effort.First start by leaning the basics of AutoIt. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
sisio Posted September 23, 2015 Author Share Posted September 23, 2015 I know the basicsI want to learn to work builder and stub Link to comment Share on other sites More sharing options...
JohnOne Posted September 23, 2015 Share Posted September 23, 2015 Study the code of this... AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
DarkwarlorD Posted September 23, 2015 Share Posted September 23, 2015 Morning,In a early version of AutoIt there are a tool called CodeWizard ... I don't know if the current installation of AutoIt ships the tool. Link to comment Share on other sites More sharing options...
sisio Posted September 23, 2015 Author Share Posted September 23, 2015 I want to create a builder and sub not messagebox Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 23, 2015 Moderators Share Posted September 23, 2015 (edited) sisio,Stop repeating the same phrase and explain exactly what you mean by "a builder and stub" - at the moment no-one is quite sure what you are asking.M23 Edited September 23, 2015 by Melba23 Typo 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...
sisio Posted September 23, 2015 Author Share Posted September 23, 2015 okay melba lookexample crypter Needs builder and stub for builde server Builder is the application a User operates and inputs his info which is used by Stub.Stub is the application which should NOT even be touched by the User. Builder uses the Stub to give an Output, a new application commonly known as "Server".Server is the final output. Ready to spread. ok ! how to macking a Builder and Stub Link to comment Share on other sites More sharing options...
JohnOne Posted September 23, 2015 Share Posted September 23, 2015 Did you just copy and paste that from here https://www.sinister.ly/Thread-Tutorial-VB-Net-Making-a-Builder-and-Stub-Program sisio 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 23, 2015 Moderators Share Posted September 23, 2015 sisio,Fine. I suggest you take JohnOne's advice in post #8 above and look in depth at the code of ISN AutoIt Studio. But beware, this is no simple task and if you want to do it all in AutoIt you are going to have to devote a huge amount of time and effort into learning the language - I feel I would be remiss if I did not suggest to you that a simpler project might be a more suitable place to start.. Good luck in any event.M23 sisio 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...
sisio Posted September 23, 2015 Author Share Posted September 23, 2015 yes john i copy this To give an idea thanx all for this time <3 Link to comment Share on other sites More sharing options...
JohnOne Posted September 23, 2015 Share Posted September 23, 2015 All I can find on stub and builder has to do with injecting code into another application.Is this what you want to do? sisio 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
sisio Posted September 23, 2015 Author Share Posted September 23, 2015 (edited) no no john lookthis is builder<snip>and this is stub<snip> Do you understand what I mean Edited September 23, 2015 by Melba23 Links removed Link to comment Share on other sites More sharing options...
JohnOne Posted September 23, 2015 Share Posted September 23, 2015 Honestly, no, I'm completely lost.Probably just because I've never heard of this before.I'm a bit simple you see. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 23, 2015 Moderators Share Posted September 23, 2015 (edited) sisio,What exactly are you trying to do? <snip> already seems to have what you want, so what are you asking for now?M23 Edited September 23, 2015 by Melba23 Link removed sisio 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...
sisio Posted September 23, 2015 Author Share Posted September 23, 2015 (edited) yes melba this is SRC thanx <snip> Edited September 23, 2015 by Melba23 Link removed Link to comment Share on other sites More sharing options...
Recommended Posts