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 Mike Lewis 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: *

  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".

    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!!
  4. gxlzlu

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

    I am useing ATL.And all of this was declared in a componemt.(COM)
  5. 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...
  6. gxlzlu

    Question about if statment

    I prefer to the first one!
  7. gxlzlu

    How mark file to delete after restaring?

    If you want to install a software,why don't try to use InstallSheld???It do help you!!!
  8. gxlzlu

    Convert CString 0-9 and a-f to hex value

    Maybe u can use the member funtion----CString::format().U can look it in MSDN for detail.

Part and Inventory Search

Back
Top