Search:

Type: Posts; User: Y.P.Y

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    15,828

    ____________

    ____________
  2. Replies
    3
    Views
    5,699

    Re: how to use WinHTTP.dll/HTTPAPI.dll

    Thanks...
    What about httpapi.dll?
  3. Replies
    3
    Views
    5,699

    ______________________________

    ____________________
  4. Re: howto send left mouse click to another button

    i search in forum and i found many more code but not work!

    can i send that program and you tell me which code is work on it?
  5. Re: howto send left mouse click to another button

    no difference!
    can u send me full code for your method?
  6. Re: howto send left mouse click to another button

    with this code i can send to a button in another app in a TAP


    Call SendMessage(hwnd, WM_LBUTTONDBLCLK, MK_LBUTTON, 0&)
    Call SendMessage(hwnd, BN_DOUBLECLICKED, 0&, 0&)

    but when use this...
  7. howto send left mouse click to another button

    how to send left mouse click to a image button in another application?
    http://i42.tinypic.com/34jc5dc.gif << this is a image button in another app

    please tell me all method.
    many thanks
  8. Re: how ro send left mouse click message to another app?

    anyone please help me??
  9. Re: how ro send left mouse click message to another app?

    yes hwnd is correct.


    please help me

    can anyone tell me all method for send Left Mouse click or double click?

    thanks
  10. ____________________

    ______________________
  11. Replies
    4
    Views
    546

    Re: whats best rename file code?

    thanks
    is this work on all windows version?
  12. Replies
    4
    Views
    546

    ________________________________

    __________________________
  13. Re: how ro send left mouse click message to another app?

    thanks but this not work,can ou tell me howto send double left click?
  14. how ro send left mouse click message to another app?

    how ro send left mouse click message to another app?

    i use this but for some command button not work!


    Call SendMessage("hwnd of button", WM_LBUTTONDBLCLK, MK_LBUTTON, 0&)
    Call...
  15. Replies
    10
    Views
    1,138

    Re: howto find string in binary file?

    many thanks my problem sloved
  16. Replies
    10
    Views
    1,138

    Re: howto find string in binary file?

    i found this but how can i find myword position?
    and 2 character after myword?

    many thanks
  17. Replies
    10
    Views
    1,138

    Re: howto find string in binary file?

    no
    i need grab some text from piece of binary file.
    help plz
  18. Replies
    10
    Views
    1,138

    Re: howto find string in binary file?

    no, but i need to grab some text from binary file




    Function isFileContains(ByVal sFile As String, Optional ByVal str As String = "", _
    Optional ByVal UseLikeStatement As Boolean = False)...
  19. Replies
    10
    Views
    1,138

    howto find string in binary file?

    hi

    howto find a string in binary file(binary file size ~80mb)?
  20. Replies
    0
    Views
    403

    _______________________________

    _______________________________
  21. Re: Howto send leftclick mousebutton to items of listview?

    hey men this is via sendmessage api>ListView.ListItems(1).Selected = True??!!!
    Sendmessage api
  22. Re: how can i find difference betwen to class Namesake?

    thanks

    for example: if i have 2 textbox in another app how can i choose 1st or 2st text box?
    because class names for two text box is SIMILAR!

    whats is GWL_ID? how it work?
  23. Re: Howto send leftclick mousebutton to items of listview?

    howto send mesage:left mouse click to frist item of listview?
  24. Replies
    3
    Views
    591

    Re: Split an string(No delimter)

    Thanks, resolved.



    $_Str_Data= @strstr($_Str_Data, '<img border="0" alt="" src="');
    $_Str_ImageURL= @explode('<img border="0" alt="" src="', $_Str_Data);
    $_Str_ImageURL= @explode('" />',...
  25. Re: how can i find difference betwen to class Namesake?

    please help me
  26. Howto send leftclick mousebutton to items of listview?

    like (WM_LBUTTON) api

    How to send left click mouse button(WM_LBUTTON) message to items of listview?
  27. Replies
    3
    Views
    591

    _______________________________

    _______________________________
  28. Re: how can i find difference betwen to class Namesake?

    in another runed program have 2 rich text box,
    i take class and hwnd:
    RICHEDIT 66760
    RICHEDIT 66764

    how can i find my own richedit?
  29. Replies
    14
    Views
    2,048

    Re: howto get text from listview with api?

    i think must be create another Thread for my 2nd questions!!
  30. _______________________________

    _______________________________
  31. Replies
    14
    Views
    2,048

    Re: howto get text from listview with api?

    yes i have got text from listview,

    this is new question:
    How to send left click mouse button(WM_LBUTTON) message to items of listview?
  32. Replies
    14
    Views
    2,048

    Re: howto get text from listview with api?

    thanks much
    yes its work fine but woth some change

    how to select with left mouse click on listview frist item?
  33. Replies
    14
    Views
    2,048

    Re: howto get text from listview with api?

    i get text from taskmmgr.exe.its ok no problem but when get text from RSDlite listview, send error to me? (http://www.4shared.com/file/23878331/e79c340b/RSDLite_39.html?s=1)

    help please
    many...
  34. Replies
    14
    Views
    2,048

    Re: howto get text from listview with api?

    iknow, but its for example!

    this attached file is my vb codes its work for taskmgr.exe and i SUCCESSFUL to get text from taskmgr.exe but not work for my remote program(RSDLite)
    this link is my...
  35. Replies
    14
    Views
    2,048

    Re: howto get text from listview with api?

    please answer my ques!
  36. Replies
    14
    Views
    2,048

    Re: howto get text from listview with api?

    hey men help me

    this is another,i find this but when get item only empty added to listbox?
    why?

    Option Explicit

    Private Const LVIF_TEXT As Long = &H1
    Private Const LVM_FIRST As Long =...
  37. Replies
    14
    Views
    2,048

    howto get item in listview with api?

    hi
    this is my code
    and when use this code remote program is teminated



    Option Explicit
    Private Type LV_ITEM
    mask As Long
    iItem As Long
  38. Replies
    14
    Views
    2,048

    _______________________________

    _______________________________
  39. Thread: ...zzz

    by Y.P.Y
    Replies
    6
    Views
    2,306

    Re: howto play xm,mod file in vb?

    ok
    some xm music > http://www.keygenmusic.net/
    this musics used for keygen-patcher or...


    howto play it in vb6?
  40. Thread: ...zzz

    by Y.P.Y
    Replies
    6
    Views
    2,306

    ...zzz

    ...zzz
Results 1 to 40 of 92
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width