Jump to content

RZLucian0127

Active Members
  • Posts

    27
  • Joined

  • Last visited

RZLucian0127's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. These Code is for look up and look down. Hoping that someday autoit can rendered a 3d models made from 3dsmax and maya
  2. what i want to get is the CONTROL CLASS NAME of the current Windowhandle Example: 1. Windows Installer got NEXT and CANCEL.. how do i get the ClassNN of the NEXT and CANCEL. 2. Yahoo Private Message Box... how do i get the ClassNN of the Buzz button. Another Example: the NEXT got NextBTN Class Name after i got it when i hover the Next Button. Thanks to you all guyz i really appreciate it.. Hope you can help me mates
  3. got it bro thanks for your help i found it in GUIGetCursorInfo ( [winhandle] )
  4. No bro not only for yahoo, for example with Windows Media Player or Some Applications like Photoshop, how can i get the Control Class of Every Buttons using MouseOver. Thanks for fast reply.
  5. Im Started a program like this: $winName = WinGetHandle("Yahoo Name (YahooID)") Now what i want to do is how to detect or to get the Control Class Name or ClassNN of the said Window for BuzzButton, EmoteIcons, Send Button, TextArea, Video Call using mouse detection.. or in any case, is there a way to detect their corresponding ClassNN so that i can call a ControlClick on every buttons? if theres any way, please send some example codes Thanks mates!
  6. uhm... i have a few suggestions.. first before u begin in While line while handling the Nostale window, put send('!1'). because you will get a bug in PixelGetColor() Function for sure. bugs: can't detect minHP, maxHP, minMP, maxMP Example: ; Default Setting of your Desktop Resolutions. ("!2") Next Screen Resolutions ; if Default is 800x600, and your bot is set to 1024x768, then send ('!2'). because ('!1') is 800x600. ; Hehehe thats all for my suggestion ^__^ i got my own bot in Nostale so i share some tips :) ; i got 1 bug in my bot when the target arrow is set to player.. it will follow the player whenever the player goes T__T. $ScreenSet = False While 1 WinWaitActive($WinOfNosTale) If Not $ScreenSet Then Send ("!1") EndIf WEnd
  7. bro can u give me a sample script? please? so that i can follow your code. thanks bro
  8. wow finally, thank you bro... somebody pls give an example for _GUICtrlToolbar_AddButton with a custom image, or the custom image came from example: @ScriptDir & "\image\Sample.bmp" <-- custom image load for _GUICtrlToolbar_AddButton thanks again in advance
  9. Gui Button in normal mode... Gui Button in hover mode... Do we have any script in Gui Button and the output is just like that?? somebody share pls thanks if imposible, its ok mates thanks in advance.
  10. anyone help me how to put an image or icon inside the GUICtrlCreateEdit? is it posible? if it is posible, can u give me a sample? thanks!
  11. i was wondering if there a certain Commands that can convert a lower case word into Caps Word. Example: $var = my word theCommand($var); converting my word into My Word. MsgBox (0, "Title", $var) Then the output will be "My Word". can anyone tell me what is that commands for set to lowercase and uppercase or upperlowercase? thanks in advance!
  12. wow thanks problem solved! THANKS MATES!!!
  13. #include-once ; ------------------------------------------------------------------------------ ; ; AutoIt Version: 3.2 ; Description: This file is deprecated. GUIConstantsEx.au3 should be used. ; ; ------------------------------------------------------------------------------ #include <GUIConstantsEx.au3> Thats only the content inside my GUIConstants.au3 anyone can please copy and paste it here the true content of the GUIConstants.au3 thanks in advance! Because GUIConstantsEx.au3 doesn't have the $ES_PASSWORD for GUICtrlCreateInput T__T
  14. whre can i find this file Excel.au3 or where can i download it? thanks in advance!
×
×
  • Create New...