Forum: VB.NET Jan 9th, 2009 |
| Replies: 1 Views: 3,770 Hi,I has a problem here...
I has a datagridview and now I would like to determine that whether column1 in row 1 is selected by the user.What should I write to do so?
Private Sub... |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 2 Views: 298 Hi, I have the following codes:
me.hide()
staff.show()
It run smoothly for the first time,but when I execute it for the second time,it occured the following errors:
Unable to copy file... |
Forum: Java Sep 18th, 2008 |
| Replies: 7 Views: 1,028 Great...The solution work fines...Thanks a lot...But I have a question here...I would like to add the integer start from 00 to 12,if I using Integer,it will only display 0 instead of 00...Is there... |
Forum: Java Sep 18th, 2008 |
| Replies: 7 Views: 1,028 Hi,I had created a Combobox called cboStart at the GUI form...Now I would like to add the integer of 1 to 12 into the combobox,may I know how can I do it? |