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

    How to resize a cloumn of a JTable in Applet?

    I just create a JTable in an applet including some columns.But I can not resize the table's column.Every time I try to resize the width(by mouse) the applet will "sleep".Why???
  2. gxlzlu

    How to use "readline" in java????

    I am trouble in using readline func.Who can help me??? My code like this: //////////////////////////////////////////////////////// InetAddress addr=InetAddress.getLocalHost(); System.out.println("Prepare to new socket"); clientSocket=new Socket(addr,port)...
  3. gxlzlu

    How to use "SuspendThread()".The error code is "5".

    Global array: HANDLE ThreadArray[5]; In main thread: ThreadArray[i]=::CreateThread(NULL,0,(LPTHREAD_START_ROUTINE) ChildThread,&iArray,0,NULL)//just want to save the Handle of ChildThread. In other thread:£º::SuspendThread(ThreadArray[i]);//error I use "::GetLasterror()" to get...

Part and Inventory Search

Back
Top