Forum: VB.NET Dec 28th, 2007 |
| Replies: 3 Views: 497 |
Forum: VB.NET Dec 18th, 2007 |
| Replies: 0 Views: 670 cannot add new item to a project I'm having this really annoying problem. I can't add new items to a existing project anymore. I have been adding new items to this project all the time, suddenly it won't allow me to do that. I add a... |
Forum: VB.NET Dec 13th, 2007 |
| Replies: 3 Views: 497 what cause this problem? I have a very interesting question here.
DataGridView1 is for data input and display, I set its editmode to onkeystroke. When the current cell is NOT in edit mode, click mouse right button will bring... |
Forum: VB.NET Dec 10th, 2007 |
| Replies: 0 Views: 3,363 multiline input in datagridview cell Hi, in datagridview, type in "this is the first line", if you press "enter" and type "this is the second line",it finishes editing the current cell and go to the cell right below it, and put "this is... |
Forum: VB.NET Nov 15th, 2007 |
| Replies: 0 Views: 323 question about table I am working on a vb.net windows application, I need put a excel-like table on a panel, I need to be able to edit this table the same way as I manipulate a excel table, TableLayoutPanel seems not... |
Forum: VB.NET Nov 7th, 2007 |
| Replies: 3 Views: 1,629 Re: set the focus I know how to do it now, instead of set focus Form_Load event, set it in Form_Activated event, because no Controls are visible at Form_Load and hence focus cannot be set. Still don't know why the... |
Forum: VB.NET Nov 7th, 2007 |
| Replies: 3 Views: 1,629 Re: set the focus still doesn't work Wayne, I just double checked, form2 is actually very simple, just one textbox, 1 label and 2 buttons, I did set tabIndex of the textbox to 0 and it is the only one in this form whose tabIndex is 0.... |
Forum: VB.NET Nov 7th, 2007 |
| Replies: 2 Views: 617 |
Forum: VB.NET Nov 6th, 2007 |
| Replies: 3 Views: 1,629 set the focus What I want to do is:
click on button1 in form1---> loads form2 ---->set focus to a textbox1 in form2 and show IBeam Cursor there.
I tried textbox1.Focus() in Load, but it only do it for the first... |
Forum: VB.NET Nov 6th, 2007 |
| Replies: 2 Views: 617 question about ListBox I need to replace the selected item in ListBox with the the input text in a TextBox, listbox1.SelectedItem = textbox1.Text
doesn't do that. Do I have to remove the selected one and... |
Forum: VB.NET Oct 29th, 2007 |
| Replies: 6 Views: 5,161 |
Forum: VB.NET Oct 29th, 2007 |
| Replies: 6 Views: 5,161 |
Forum: VB.NET Oct 29th, 2007 |
| Replies: 6 Views: 5,161 |