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 Chriss Miller 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: *

  • Users: anddos
  • Content: Threads
  • Order by date
  1. anddos

    HTTP 1.1 POST/GET

    basically ive been trying all day to get this socket protocool parser working , all i want todo is connect to a interent forum using HTTP 1.1 GET/POST and so far ive manage to login to the page , after that i think you have to do a GET request with the cookies that you received from the POST...
  2. anddos

    Cannot open include file: 'DXUTgui.h'

    i get this when i try a include it for the dxut stuff , anyone know?
  3. anddos

    what is used to with keypressed

    basically i am trying to make something that will store all the keys pressed in to a vector then print to screen. i need something like if(keypressed(V)) {cout<<"v was pressed "<<endl;} does anyone know?
  4. anddos

    how to add something so it starts up when computer restarts

    ok how would i add this little program to startup when i restart the computer.. #include <isostream> #int main() { std::cout<<"hello world"<<std::end; return 0; } you will i laugh i know , but i am just trying to figure out how to add it so the exe will add to registry current version and...
  5. anddos

    terminating a process

    hello fellow coders :D ok what i am trying to do is understand how to get this windows api working.i am trying to get a list of the current process's in task manager then Terminate the process's i specify is it possible for someone to give me example's i took the message below from some...
  6. anddos

    how to make WebBrowser1.Document.Links(1).Click work

    so far i have this code , now its not clicking the link properly it just flashs and dosent go on to the next site when its clicked , anyone know the problem Option Explicit Private Sub Form_Load() WebBrowser1.Navigate "http" End Sub Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As...
  7. anddos

    is it possible to kill a process not by process name

    ok i really need something that can figure out and delete random process names , i have a few ideas that come to mind , not sure to make these happen tho i know that all these random processes are running in c:\windows so maybe you could make a program to say if a program is running from...
  8. anddos

    autoclick inside webbrowser1

    ive made the webbroswer1 work onload for the site , but how do u make it so it will click a picture when the site has loaded

Part and Inventory Search

Back
Top