CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Applet

  1. #1
    Guest

    Applet

    I have an applet running a thread, and every second I grab a current time and dump in a text field. However, the text field is not updated when getting a new time. Is there anyone knowing how to update Text Field.


  2. #2
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    Re: Applet

    you can use setText() in the TextComponent which is the base class of the class TextField
    to set the text string in the text box. It will overwite its orignal stuff in the box.
    good luck,
    Alfred Wu


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured