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 TouchToneTommy 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: HippoTas
  • Content: Threads
  • Order by date
  1. HippoTas

    Problem with CSocket

    Hi! I am writting a programm and I want to "speak" with a server. I used CSocket,CSocketFile in order to create two CArchives one for reading and one for writing. I use the code below : m_arOut->WriteString(szMessage); m_arOut->Flush(); while (!m_arIn->IsBufferEmpty()) {...
  2. HippoTas

    Connect with a Java Server

    Hi! I want to have a client which connects with a server written in Java. In details : I want to send a string like : <request>command</request> and I want to receive the response which is of the type : <response>answer</response> I know that the Java server uses the function readline to read...
  3. HippoTas

    HELP : CTypedPtrList !

    I really need help here : I have a CObject devired class named : COrderInfo and i want to have a type safe list that's why i try to make a list like that : typedef CTypedPtrList<CObList, COrderInfo*> COrderList; but it keeps outputing error in compiler. :( NEXT I tried to define a variable...
  4. HippoTas

    Do you know?

    Do you know if there is any object which looks like CListCtr but it gives you the ability to place your objects in any place and not in a list?
  5. HippoTas

    How to close SDI from a button?

    I have an SDI app (derived from CFromView an I want to exit using a button. I can do that from the menu (ID_APP_EXIT) or the status bar. I tried : void CMyView::OnExit() { CFormView::OnClose(); } but i didn't work
  6. HippoTas

    greek language support

    Can i have my resources in greek? I try to use greek text (in win2000) for buttons but it keeps outputing : @!*?? ...

Part and Inventory Search

Back
Top