AX2009// USR Changed on 2013-07-10 at 12:57:46 by 7519 - Begin// USR Changed on 2013-07-10 at 12:57:46 by 7519 - Endpublic void comments_insertHeader(Editor e){ UserInfo userInfo; name name; str source; ; e.unmark(); e.gotoLine(1); e.gotoCol(1); /* Original ... Read More
posted @ 2013-07-10 13:03 Fandy Xie Views(366) Comments(0) Diggs(0) Edit
Is it possibile by code resize a form to fullscreen? (like button Maximize) ?// VAR Changed on 10 Jun 2013 at 12:17:41 by Fandy Xiepublic void activate(boolean _active){; super(_active); #define.SC_MAXIMIZE (61488) #define.WM_SYSCOMMAND (0x0112) WinAPI::SendMessage(element.hWnd(), #WM_SY... Read More
posted @ 2013-07-10 12:20 Fandy Xie Views(402) Comments(0) Diggs(0) Edit