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...
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?
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.