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 strongm 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: nautica3kgt
  • Order by date
  1. nautica3kgt

    Microsoft Visual C++ 6.0 in WinXP Pro

    ive installed VC++ 6.0 standard edition on 4 or 5 windows XP home and professional OS's, they work fine..
  2. nautica3kgt

    MFC Sockets + Console App

    well if all you wanna do is prevent the program from reaching an end you can simply declare and integer and set it to a value.. say the value is 0. and then you can do this: while(integer != 1) { // here is where the actual program code // that does stuff will be // you will have to embed an...
  3. nautica3kgt

    WinSock Query?

    well, the way you could call a function on the server side from the client side for example is when you push a button it sends a string.. say the string sent is "doFunction1", you could program the servers OnReceive() function with a switch ir a series of If statements, that checks the...
  4. nautica3kgt

    MFC Sockets + Console App

    the service should keep running, i am currently writting a program with CAsyncSocket as well, the program does not terminate, are you using visual c++? the program should not terminate unless you pass the IDOK function or you close the program yourself.. visual c++ is an event driven...
  5. nautica3kgt

    involving imput

    Isnt that DirectX type stuff?

Part and Inventory Search

Back
Top