Jump to content

xAx

Members
  • Posts

    18
  • Joined

  • Last visited

About xAx

  • Birthday 04/08/1991

Profile Information

  • Location
    Mosul, Iraq

xAx's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks a lot.
  2. 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
  3. 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.
  4. 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.
  5. Any basic samples or tests?
  6. You can delete IE7 & IE8 History easily http://www.petri.co.il/delete-ie7-history-from-command-line.htm
  7. Next time I will http://pweb.jps.net/~olivierl/devs.htm
  8. 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
  9. Sorry for bothering Could you make a sample, please?
  10. 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.
  11. Sorry but _WinAPI_SetParent() is undefined function.
  12. I want to make window and play mplayer in it but I want to embed this window in an other program (I made it not in autoit)
  13. Hi How can I embed autoit GUI in other window like notepad? Thanks Abduljabbar
  14. Thanks you both
  15. 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
×
×
  • Create New...