Jump to content

Rechard_Long

Active Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Rechard_Long

  1. I 'm doing an interface for a free game , this game -like interface CrossFire ( a quite famous game ) If you look at the games of Vietnam CSFIRED I 'm doing so well , in our country I call it " Launchers " , this game is rewritten Counters Strike gaming platform . You can view photos . And this is perfectly legal in our country , I was managing the game company " crossfire " in Vietnam for permission to use the image . Thanks
  2. Sorry. in my project , these elements it must be transparent , what I need is not being tugged it as source code I did, I hope you help me once again , I thank you very much
  3. Miraculously , I did as expected , thank you so much , you guys in this forum very friendly. I loved it
  4. I have one GUI include: $Double_click = GuiCtrlCreateLabel ("Label" , 0 , 10 , 200 , 20) I want to double click on it to a : Case $ double_click function_abcd( ) how to double-click ???? Thanks all
  5. Wrong to right, I forgot to update its library so much error , your code right, thank you a lot , you really enthusiastic you more
  6. Thank you in advance for the code , but when you run it an error ? >"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "F:\Dot Kich\Tester.au3" "F:\Dot Kich\Tester.au3" (50) : ==> Unknown function name.: Global $hBitmap = _GDIPlus_BitmapCreateFromScan0(264, 90), $hGfx = _GDIPlus_ImageGetGraphicsContext($hBitmap) Global $hBitmap = ^ ERROR >Exit code: 1 Time: 1.951
  7. It runs not smooth , but it kept twitching
  8. Sorry, I lost too polite UI_BI_FX.zip
  9. #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <Icons.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 615, 438, 192, 124) $ANIMATED = GUICtrlCreatePic("", 30, 30, 264, 90) _SETIMAGE(-1, @ScriptDir & "\REZ_Systems\UI\UI_BI_FX\BI_FX001.PNG") GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### $time = TimerInit() $id_gui = 1 While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch If TimerDiff($time) > 70 Then ; 3s loading image $id_gui += 1 If $id_gui = 52 Then $id_gui = 1 $time = TimerInit() _SETIMAGE($ANIMATED,@ScriptDir & "\REZ_Systems\UI\UI_BI_FX\BI_FX0" & $id_gui & ".PNG") EndIf WEnd
  10. I can send you one archive includes photographs should run continuously .PNG format
  11. Sorry . I am Vietnamese. I used Google Translate to describe , I do not know english
  12. Currently they have 51 so- called same image is BF_001.PNG By BF_0051.PNG . Now when you want to create GUI opens its first load runs continuously ( think Sleep ( 80 ) is it rather a new image ) is dc but I did it twitched. I give up with this , . Thanks for all
×
×
  • Create New...