I have a Winforms application and using the code below to populate combo box
Dim dt As New DataTable
dt.Columns.Add(New DataColumn("Text", GetType(String)))
dt.Columns....
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23230...
I have a Combobox on a Win Form in VB.NET
I want that as the user scrolls through the items in comboBox the
corresponding text should be displayed as a ToolTip.
I need it as the comboBox conta...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23305...
I am using a DataGridView to Display the data from the database.
I am using DataView to bind the data to the DataGridView. I am having a Filter functionality in my form i.e. I give the user the ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23312...
I have a VB.NET 2.0 WinForms application. I have a procedure called LoadForm that allows me to pass in the parent form, child form name, and form caption and it opens up the child form within an M...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23508289.htm...
Microsoft Publisher has a very nice interface to display documents with icons.
If you look at the included picture, you have in the center section folders that can be opened by clicking on the + o...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23617391.htm...
I have a VB.NET 2.0 Winforms Application with a DataGridView that I am binding manually to a DataSet. I need to allow the users to edit the data in the grid. I can not figure out what event to at...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23758608.htm...
Is there a way to present user a Win form controls using VB.NET with MS SQL DB for the following :
It can be checkboxes, radio buttons or any others as along as it follows the business rule below
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23662360.html
Situations:
I have an image displayed in picturebox/img display control. the image is zoomed in or out. i know what is the zoom factor each time the zoom of image is changed.
There are some cont...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23052847.htm...
Hi Experts,
Please suggest me the best method of comparing two tables. I am using SQL Server 2000, VB.NET Winforms, .Net Framework 2.0
I have two tables which I have populated with the dat...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23696899.html