Jump to content

Timtam

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Timtam

  1. Hi, I also have some problems with the UDF. Maybe you can help me, would be very cool. OK, i'm using the UDF for an Interface which is created just with this UDF. I noticed that I can just release hotkeys with a function, which isn't called by a hotkey, that was really annoying lol. So, I use a variable to store a bool value which says "release or not" and an adlibregister() function which checks this var and if true, it releases all hotkeys. This should work I think, but it doesn't. If I don't use $hk_flag_noerror to assign the hotkeys and leave the flag in _hotkey_release() blank, it returns 0, @error =1 and @extended =-1. So I tryed with $hk_flag_noerror in _hotkey_release(), but no $hk_flag_noerror in the _hotkey_assign()-function. it returns 1 and @error =0, but after that it crashes in _hk_wm_hotkey() in line 734. If i use $hk_flag_noerror in both cases, _hotkey_assign() and _hotkey_release(), it says 1 too, but my new hotkeys won't work correctly (some work, some don't). So, how the hell, can I fix this problem? I just need to release my hotkeys, because first of all I have a menu, after that I have to use other hotkeys and also the same but for other things... I don't know, what can I do? Please, if you know how, help me. Lol. Oh, i've forgotten to tell you that i'm using the beta 2.0b, because I need the $hk_flag_postcall feature. So, please give me some hints. best regards, Timtam
  2. Can you tell me what part of post #11 you mean? the dll to hex binary? But this is only for dll's or can I convert other files into binary too?
  3. hi, I want to play sounds like wave files in my script. But I want that nobody can play this files. So I have to encrypt the files or to include the files. But i didn't find a way to encrypt and play the files. Now i'm here and the question is: Can I include wave files into my script and play them? If yes, how? Can anybody explain it to me please? I'm a new programmer . thanks. Timtam
×
×
  • Create New...