Contents

Posts in microsoft.public.dotnet.languages.vb.controls

 

TreeView or other Explorer control(?)  Replies (1) 22 December 2005
Hi.. I am trying to create a windows mdi application with an explorer window that looks very similar to the Solution Explorer in VS. I am using the TreeView control for the explorer. When I doub...

 

parent-child datagrid ... how to determine if chil ...  Replies (1) 22 December 2005
Hi all, I have parent/child datagrid (showing transactions and transaction details when the (+) sign is clicked on the grid. There is a method to "expand" the row, and an event to fire when yo...

 

Datagrid  Replies (1) 21 December 2005
System.Windows.Forms.Datagrid: My datagrid is bound to a datasource, and appears with a + and the name of the table as a link, and we always have to click on the link to get the grid to expand....

 

Adding items with value/text to listbox  Replies (1) 21 December 2005
How can I add an item to a listbox so that the item has a value and a text? I have a listbox that gets data from a datasource. The user clicks an item and adds it to the 2nd listbox, in order to ...

 

using custom controls in other programes  Replies (1) 21 December 2005
Is it possible to make custom controls in vb.net and then use them in other programes drag and drop them in an outlook, excel or access form? If so where can I learn to make them?...

 

datagrid and textbox not filling 1 in 4 times in w ...  Replies (1) 20 December 2005
Hi I have a datagrid with button columns that about 1 in 4 times fails to completely fill the columns. When this happens the rest of the page is not completed but terminates rendering after the...

 

ListBox.SelectedValue incorrect if .Sorted = true.  Replies (1) 19 December 2005
Is this a bug in .NET framework 2.0?? I have a ListBox bound to a DataTable with a DisplayMember and ValueMember set -- if the ListBox property "Sorted" = True it will only sort the DisplayMemb...

 

webbrowser is not working with adsl  Replies (1) 18 December 2005
hi, what do I need to do, for webbrowser runs with adsl? with dial up no problem it works good. But with adsl, it is not working Best Regards...

 

Transparent Label or Textbox control?  Replies (2) 18 December 2005
Hi, all! Using VB.Net 2k3 (VB.Net)... Is there any way to make a Textbox or Label control background transparent (sitting atop a PictureBox control)?? Thanks! Jack...