haroldjclements
Well-known member
- Joined
- Jun 13, 2004
- Messages
- 46
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
but that is not it in the j# syntax. If anyone can help me I will be much appreciated.
Thanks,
Harold Clements
I want to clear a listbox. Now I know its something like
Code:
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