haroldjclements Posted July 18, 2004 Posted July 18, 2004 By all my post recently you can probably tell that I am new to the J# language. So I apologise for the silly questions. However I have another one. I want to clear a listbox. Now I know its something like ListBox1.Items.Clear() but that is not it in the j# syntax. If anyone can help me I will be much appreciated. Thanks, Harold Clements Quote
*Experts* mutant Posted July 18, 2004 *Experts* Posted July 18, 2004 ListBox1.get_Items().Clear(); Quote
haroldjclements Posted July 19, 2004 Author Posted July 19, 2004 Thanks "mutant" much appreciated Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.