Calistoga Posted December 19, 2009 Posted December 19, 2009 (edited) Hello,Edit:Well, the title is kind of misleading, I figured out some of the troubles i were having the very moment i pushed the "New topic" button. ShellExecute() isn't involved in this drama. I am trying to launch SciTe like thisRun($s_SciTe_Executable, "", @SW_HIDE)The problem is that @SW_HIDE doesn't seem to have any effect at all. I guess SciTe explicitly is setting itself at @SW_SHOW or something along that road. Is it possible to override this behaviour?Thanks. Edited December 19, 2009 by Encoded
AlmarM Posted December 19, 2009 Posted December 19, 2009 Mayby Run($s_SciTe_Executable) WinSetState(WinGetTitle("SciTE" ,"", @SW_HIDE)) Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
Calistoga Posted December 20, 2009 Author Posted December 20, 2009 Looks like I'll have to do it that way I was hoping for some sort of super ninja API that could magically fix it
AlmarM Posted December 20, 2009 Posted December 20, 2009 Looks like I'll have to do it that way I was hoping for some sort of super ninja API that could magically fix it I never used API so... Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
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