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???
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)...
Sorry!!I used "SuspendThread(ThreadArray[i])" in my program.Just write wrong.I am so sorry!!
I have check it in MSDN. Maybe I should set some security to those thread.But I don't know how to do.Could you help me?
After all Thanks for you help!!
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...
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.