I am trying to figure out how to use the System.Diagnostics.Process.Start() functionality in VB.NET. I am testing with MS Access to get the correct syntax for opening an Access application with co...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23065...
Hello,
I'm trying to build my sql statement and filling data into a grid based on the sql query that is constructed...
I have a button butOk, a text field and a datagrid... I want to loop throu...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23173319.htm...
DB Guru's:
I have put together a small DB example that I would like some help with. I know that most of what I put on the form isn't needed anymore but I need to understand the basics for n...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23210220.htm...
Hi guys
How are you all?
I want to make CheckBox in DataGridView for attending
I get Data from Database ,after that I make checked for present parsons
and I Press Button's edit to Sav...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23364...
Hello
Im sure i dont understand the ColumnIndex
look at the following
DataGridView1.CurrentCell.ColumnIndex
1- is ColumnIndex means the order of columns in the datagridview or in the column o...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23449374.htm...
Hello
I want some expert to help me and tell me
i have an a form has a print butoon that print a an invoice , what i need is to know if the user print the invoice or not because there is a No. O...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23453704.h...
In visual basic 2005, i can accede to a database located in my network server using this code:
Dim connStr As String = "Data Source=SERVERNAME;Initial Catalog=DATABASENAME;Integrated Security=SSP...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22743690.htm...
Hi,
I have the following code: -
SQL = "select DeptID from dbo.Admin_Users where LocalUserID = '" & frmActiveXChild.AxUserPermissions1.RESULT_User_ID & "'"
Dim command As New SqlClie...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22744177.htm...
I am trying to set the tag info for each row in my datagridview. The problem is that when I place my mouse over the row no tag appears. Even if I don't try and set the tag value the tag still doe...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22748454.htm...
I have a grid which the user can search on, they search via a find form. When they enter it calls the search back in the grid form. If I pass the grid form to the find form y
ByVal owningForm A...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22748845.htm...