Andreik Posted July 11, 2008 Posted July 11, 2008 How can I create AVI and than will be used with GUICtrlCreateAvi?
d3mon Posted July 11, 2008 Posted July 11, 2008 How can I create AVI and than will be used with GUICtrlCreateAvi? What do you mean about create Avi ? Anyway if you want to insert avi to your gui : ; IF AVI FILE ALLREADY EXISTS GuiCreate("AVI GUI",400, 400) GuiCtrlCreateAvi(@ScriptDir&"\AVI128x128.avi",0,0,0,128,128,$ACS_AUTOPLAY) GuiSetState() sleep(3000)oÝ÷ Ù«¢+Øì%Y$%1a%MP9=PeP()Õ¥ ÉÑ ÅÕ½ÐíY$U$ÅÕ½Ðì°ÐÀÀ°ÐÀÀ¤(ÀÌØíY$õÕ¥ Ñɱ ÉÑÙ¤¡MÉ¥ÁѥȵÀìÅÕ½ÐìÀäÈíY$ÄÈáàÄÈà¹Ù¤ÅÕ½Ðì°À°À°À°ÄÈà°ÄÈà¤)Õ¥MÑMÑÑ ¤()]¡¥±Ä)%¥±á¥ÍÑÌ¡MÉ¥ÁѥȵÀìÅÕ½ÐìÀäÈíY$ÄÈáàÄÈà¹Ù¤ÅÕ½Ðì¤Q¡¸)U% ÑɱMÑMÑÑ ÀÌØíY$°ÀÌØí M}UQ=A1d¤)¹%)]¹ I hope this couild help you No-life of autoit...what could be better ?LAST SCRIPTS WITH AUTO-IT : CLICK HERE
Andreik Posted July 11, 2008 Author Posted July 11, 2008 And if I want to put into a dll file as resources, what type I should be use for AVI files?
d3mon Posted July 11, 2008 Posted July 11, 2008 And if I want to put into a dll file as resources, what type I should be use for AVI files?I don't uderstand the question, perhaps some else can help you No-life of autoit...what could be better ?LAST SCRIPTS WITH AUTO-IT : CLICK HERE
Andreik Posted July 11, 2008 Author Posted July 11, 2008 Sorry for my bad english. This is a resources files: expandcollapse popup// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon placed first or with lowest ID value becomes application icon LANGUAGE 9, 1 #pragma code_page(1252) 1 ICON "ICON1.ico" 2 ICON "ICON2.ico" 3 ICON "ICON3.ico" 4 ICON "ICON4.ico" 5 ICON "ICON5.ico" 6 ICON "ICON6.ico" #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "resource.h\0" "\0" END 2 TEXTINCLUDE BEGIN "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE BEGIN "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED I want to change this part: LANGUAGE 9, 1 #pragma code_page(1252) 1 ??? "avi1.avi" 2 ??? "avi2.avi"
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