I have a user control DLL which I would like to load in to my Windows Forms application at runtime.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23048777.htm...
Hi all,
I have a datagirdview which is populated by a dataset (using a SQL Server table) through a dataview.
I have added one column to the datagridview which is not bound to the dataview. This...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23066861.htm...
I am using VB.Net 2005.
I thought this would be easy but nope it is not.
I want to be able to single click on a list view item and have it hi-lite and enter an edit mode just like it does whe...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23095739.htm...
Using VB.net 2005.
I have some code that helps me rename an item value in a listview by double clicking it. It works fine. What I need to know is how to pass the new item value to a string as I...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23095841.htm...
I have a mouse double click event for editing a selected item in a listview:
This code works fine:
Private Sub lsvDevice_MouseDoubleClick(ByVal sender As Object, ByVal e As System.Windows....
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23095968.htm...
Hi Experts,
I'm not sure if I understand the meaning of displaymember and valuemember correctly on combobox's but in relation to my MS Access experience, I understand the first is what's display...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23137681.htm...
Hello,
I'm developing windows forms application in VB.net.
I must allow users to delete some records from database but I want to make it really unpleasant :)
So there must be confirmation dialog...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23141894.htm...
Hi Experts, I have another question that's driving me crazy - I'm sure there is a simple solution:
I have a form containing a datagridview and some textbox's & combobox's all bound to the same s...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23165943.htm...
Hi Experts,
I have a windows form linked to a back-end MS Access database. This database is replicated and the primary key for the table in question is a randomized autoincrement long integer.
...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23189902.html
Hi Experts,
Sorry for what may be a simple question, but I'm new to this .........
I have a form1 bound to a datasource which contains customers details. Each customer's details are shown in ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23204...