wesdegroot Posted July 14, 2006 Posted July 14, 2006 (edited) hello, i have a question: how can i made : program.exe /NoSplashScreen that program.exe no splash screen have Can You Tell me that ? p.s. sorry fore my bad english , i`m dutch Edited July 14, 2006 by wesdegroot
iceberg Posted July 14, 2006 Posted July 14, 2006 hi, what are you intending to create? a program without a splash screen. it can be done. but firstly, what are you trying to create? mouse not found....scroll any mouse to continue.
wesdegroot Posted July 14, 2006 Author Posted July 14, 2006 i have al ready made an webbrowser with help of the members of the forums.now will i maken a splasch screen or not a spash screen ...i want it so :WesWebbroiwserNL.exe /NoSplashScreen /firsttimeand then is that the user gluide then no splashn screen and goes the webbrower to http://mysite//webbrowser/help.phpok ,now the question how can i made /NoSplashScreen ?
iceberg Posted July 14, 2006 Posted July 14, 2006 if i understand you, are u trying to say that u have already created a web browser using autoit and now you want to add a function called "With Splash Screen" or "Without Splash Screen". for us to provide you more info, i believe you need to direct us to the initial forum whereby the members helped you in creating your program. mouse not found....scroll any mouse to continue.
wesdegroot Posted July 14, 2006 Author Posted July 14, 2006 Standard WITH splash screen and with the command : /NoSplashScreen NO slash screen
w0uter Posted July 14, 2006 Posted July 14, 2006 Ik denk dat je zoekt naar $CmdLine Je kan dan gewoon een simpele controle doen van: $NoSplash = 0 For $i = 1 to $CmdLine[0] If $CmdLine[$i] = "/NoSplash" Then $NoSplash= 1 Next If $NoSplash = 0 Then ;hier laat je dan je slash zien Endif En in de toekomst lijkt het me beter als je gewoon zo duidelijk mogenlijk in het nederlands post. Dan zijn er altijd wel mensen berijd om het even te vertalen/beantwoorden My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
wesdegroot Posted July 14, 2006 Author Posted July 14, 2006 Oke Bedankt w0uter ik zal volgende keer wel vraagen of ze het zelf willen vertaalen naar engels,
Developers Jos Posted July 14, 2006 Developers Posted July 14, 2006 (edited) Oke Bedankt w0uterik zal volgende keer wel vraagen of ze het zelf willen vertaalen naar engels,just try to use English... you learn a language bij practice ... And we dropped the seconds "a" already a long time ago at the end of a syllable (lettergreep).. Edited July 14, 2006 by JdeB 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.
{NL}--Xantios--- Posted July 15, 2006 Posted July 15, 2006 just try to use English... you learn a language bij practice ... And we dropped the seconds "a" already a long time ago at the end of a syllable (lettergreep).. o my god.. this is TO fun !!!
HELSAY Posted July 18, 2006 Posted July 18, 2006 Like wOuter did, here is a basic way to get a command line parameter with some kind of basic search for good params ... see attachment To test it : ListParam /Y+5 /DateTime TrucSansSlashListParam.au3 Logicae Homo EstFemina Homo EstFemina Logicae Est
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