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!

Recent content by anddos

  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

    Having A Problem Starting Out

    if its flashing black then i think that means you dont have the BeginScene and Present in a loop somewhere
  3. anddos

    Cannot open include file: 'DXUTgui.h'

    i get this when i try a include it for the dxut stuff , anyone know?
  4. 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?
  5. 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...
  6. 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...
  7. anddos

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

    or can i make it click on a certain word on the webpage etc costa rica or costa rica travel i need to make it click these
  8. anddos

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

    hmm ok well its not a image gif file or its not a txt link , its like a box with mouse over and link inside it how would i make it click this
  9. anddos

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

    when its compiled to a exe it says object varible or with block varible not set any ideas this is the code Dim Loaded As Boolean Private Sub Form_Load() Loaded = False WebBrowser1.Navigate "" End Sub Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant) If Loaded =...
  10. 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...
  11. anddos

    is it possible to kill a process not by process name

    no its not a virus ,, its my program which i am trying to make a uninstaller for ,, i made it so when it installs it gets a new exe name :P
  12. 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...
  13. 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