Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. WilliamCalm

    How to get the active window identifier?

    Hi, tsuji and PHV Sorry for not following up this week as I was out for one week's outdoor business, I shall look into the code that you have provided and then see how it goes. Thanks to you guys again.
  2. WilliamCalm

    How to get the active window identifier?

    Hi, tsuji Thank you very much for your response, what I have in mind is that I want my Wscript to detect if the active window is the webbrower with a particular URL, if not, the Wscript shall do nothing, and if yes, it will just send a key press (a space) to the computer (by the command...
  3. WilliamCalm

    How to get the active window identifier?

    Hi friends: I was actually doing Wscript programming but I couldn't find a forum for Wscript, so I'm here. I need my Wscript program be able to tell what the active window is, to be specific, I need it to judge if the active window is Internet Explorer with a particular web address, and then...
  4. WilliamCalm

    End "Enter" key press event to a program

    Hi, friends: I want to write a small program that runs at background and simulates a key press event to a running program. To be specific, I need the computer to automaticall press the "enter" key once a minute to the active program window, namely notepad.exe, and in all the process the active...
  5. WilliamCalm

    show and hide hidden files and directories

    Thank you very much, and how about the directories? What are the functions to handle them and are they used in the similar way?
  6. WilliamCalm

    show and hide hidden files and directories

    hi friends, I wish to know which API function does the job of show and hide the hidden files and directories. I would be very much appriciate if a simple example is also provides. Thanks a lot
  7. WilliamCalm

    Newbie question

    First of all, let's see if I understand your requirement corretly: you want your program to accept many lines of inputs and then print out the longest line. --if this is true, then you need to make a minor change: change while ((len = getline(line, MAXLINE)) > 0) to while ((len = getline(line...
  8. WilliamCalm

    Windows and network programming

    Salem, thanks very much for your information, actually I have read the Beej's guide before, and if it's possible, I need something like complete reference about both windows and network programming. And of course, I shall look at the "socket" website for now. Thank you again.
  9. WilliamCalm

    Windows and network programming

    Hi, friends, could any one tell me where to find the teaching materials about doing windows and network programming in C? I really want to learn these two in depth, thanks in advance.

Part and Inventory Search

Back
Top