Hi
How can I show message when I double click the main GUI that I made using the command
$GUI_Main = GUICreate("My GUI", 100, 100, 400, 350, $WS_POPUP)
And how can I do it with single click too?
I think they are stupid questions, but I am a newbie
Regards
Abduljabbar
I didn't meant your example, I meant the original example of http://www.autoitscript.com/forum/index.php?showtopic=79130
In you example there is no problem in the scripting but there is NO sound at all
I am using Vista 64bit operating system.
Thank you guys for your great cooperation with me. But I am facing a problem with the sample ProgAndy, The Au3Check errors: I think it's a stupid question, but can you give me a sample that contains defined variables. And about the Bassmod,Although the file is existed in the current directory, this message appears: I don't know what to do.
Hello every one I don't know how to use DllCall I want to use this plugin that play mod, xm, s3m, it and s3m (You can download these formats from modarchive.org) I have a list of it's commands Can any one make a simple script about npmod32 to learn me how to use DllCall Thanks Abduljababr npmod32.dll command list.txt
For example I want to embed the GUI of Authenticity's sample in the notepade window 'Untitled - Notepad'
Is this possible because I can't make it work.
Hi
How can I get an item from the string below when I only have the separator character and the number of the item?
$string = "item1#item2#item3#item4#item5#"
For example I want to get the third item.
Thanks
Abduljabbar