WinCreate()
#1
Posted 09 January 2008 - 03:44 PM
PROPOSED:
Opens/Creates a window.
WinCreate ( ["dirPath"] [, flag]] )
Parameters
dirPath [optional] The directory displayed in the window.
flag [optional] The "show" flag of the window:
@SW_HIDE = Hidden window
@SW_MINIMIZE = Minimized window
@SW_MAXIMIZE = Maximized window
Using WinCreate with no arguments [i.e., WinCreate() ] opens a window showing the current working directory. Macros such as @DesktopDir, @ScriptDir, etc. as well as variables could be used for the path.
#2
Posted 09 January 2008 - 04:00 PM
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
#3
Posted 09 January 2008 - 04:00 PM
#4
Posted 09 January 2008 - 04:13 PM
Agreement is not necessary - thinking for one's self is!


#5
Posted 09 January 2008 - 04:50 PM
#6
Posted 11 January 2008 - 11:55 PM
#7
Posted 13 January 2008 - 12:17 AM
Even simpler:Run('explorer.exe "c:\windows"', @ScriptDir, @SW_MAXIMIZE)
ShellExecute(@ScriptDir)
Or maximized:
ShellExecute(@ScriptDir, '', '', '', @SW_MAXIMIZE)
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




