CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: eswar_525

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    914

    Re: prblm with html source code??

    Wizband you dont know how to connect through proxy !!!!!!!!!!

    help me boss, how to get and send mails if proxy is there????????????

    you are the senior most here......


    thanks in advance.
  2. Replies
    10
    Views
    914

    Re: prblm with html source code??

    one more thing i am connected to internet through proxy.
  3. Replies
    10
    Views
    914

    Re: prblm with html source code??

    the result is

    Valid name, no data record of requested type!!

    ok i will start from the scratch can you plese provide me some pointers and suggestions . how to implement smtp and pop protocols in...
  4. Replies
    10
    Views
    914

    Re: prblm with html source code??

    this is application is being developed for visually challenged people . i like to open and parse the html code and read out or utter the all link information one by one for visually challenged people...
  5. Replies
    10
    Views
    914

    Re: prblm with html source code??

    Wizbang thanks for ur reply.

    the google desktop has been installed in my system so URL refers local address so i am not getting html code. This is why i am trying to use ShellExecute api but when...
  6. Replies
    10
    Views
    914

    prblm with html source code??

    hii

    i am doing google desktop search through my program.

    i need to get the HTML code of that page.

    - i used inet1.openURL , i am not getting the code it says something browser is not...
  7. how to get an instance of ShellExecute ??

    hii all,

    i want to get the return value or instance to the opened window when i opened a URL using ShellExecute.

    PS : actually i'm opening a URL in a browser, after that i wanna perform some...
  8. call a function when some key is pressed

    hii

    i am opening some url in a browser using webbrowser . now i want to call

    some funtion based on key pressed . suppose 1 is pressed i wanna do

    something . i tried using form_keypress...
  9. In a webbrowser control, how to know weather a keyboard key is pressed or not??

    hii,

    My problem is

    i opened a URL in webbrowser control. Now i wanna perform an operation depends on the key pressed on keyboard .

    but i dont know how to do it though i tried following...
  10. how to find a button based on its text , a specific word??

    hii community,

    i've been trying for this for last 1 week. now i'm able to do it in diffent fashion (using sendkeys etc..) but that is not efficient. So i want to follow a general procedure. Fot...
  11. Replies
    21
    Views
    34,631

    Re: Simulate Mouse Click and Keyboard Press

    hiii, what is the "key" to simulate keyboard SPACE BAR key using sendkeys .

    if anybody knows please tell me...

    i want to perform SPACE BAR operation in my program.



    THANKS.
  12. Re: problem in filling text box programatically??

    hey man, thank you very much its working...... smile( i dont know how to add it)

    ya i already deleted and tried after i post the reply. thanks a lot... again smile.
  13. Re: problem in filling text box programatically??

    k,k sorry , i just behaved like a fool.

    i tried the same code by replacing

    http://... as https://login.yahoo.com/config/login_verify2?&.src=ym

    and providing my username and password.
    ...
  14. Re: problem in filling text box programatically??

    thanks for reply.

    i used your as below.


    Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String,...
  15. Re: problem in filling text box programatically??

    i thought of solving problem myself without taking the help of forum after the discouraging replys, but i dont have sufficient informantion.

    but i tried in many ways. i can find the parent window...
  16. Re: problem in filling text box programatically??

    or if i'm in 'Yahoo! Id' text box (i can place my mouse cursor in the box), can i fill the box through my program.

    can anybody tell me how to do that??


    thanks .
  17. problem in filling text box programatically??

    hii,

    I opened a site suppose http://mail.yahoo.com . In that now my cursor is at 'Yahoo! ID' box. Now I want to fill that box through my program.

    I know we can use the FindWindow to the...
  18. Re: how to read a mouse pointer location value??

    Thank you for your kind heart and sorry I didnt mention that I'm using opetating system Windows XP . In XP mouse_event won't work but sendinput or sendmessage API can be used.

    I've...
  19. Thread: SendInput

    by eswar_525
    Replies
    6
    Views
    43,652

    Re: SendInput

    sorry me again..

    i wanna know more about the following

    MOUSEEVENTF_LEFTDOWN = &H2
    MOUSEEVENTF_LEFTUP = &H4
    WM_ACTIVATE
    GW_CHILD
    GW_HWNDNEXT
    MA_ACTIVATE
  20. Thread: SendInput

    by eswar_525
    Replies
    6
    Views
    43,652

    Re: SendInput

    thanks for your suggestion. Yes I know little bit about sendinput API.

    But can you tell me what happens when we run the code given there by '
    'Covin' in this post.

    Thanks in advance.
  21. Thread: SendInput

    by eswar_525
    Replies
    6
    Views
    43,652

    Re: SendInput

    i'm not sure whether you see this or not, but with little hope i'm posting.


    hii ,
    i'm searching for how to use sendinput api , i saw you link

    i didnt understand what happens when we run...
  22. how to read a mouse pointer location value??

    Hii,

    i want to know the mouse cursor location value.
    For example i opened a "mail.yahoo.com " page and my cursor is on the login button. Now how can i know whether mouse cursor is on the login...
  23. written a code to move mouse and simulate mouse click, its not working??

    this code is to move mouse and simulate the mouse click.

    My intension is to place the cursor in the middle of the screen initially and move.

    the code contains approriate comments ,i think that...
Results 1 to 23 of 23





Click Here to Expand Forum to Full Width

Featured