Hello All
I have shown an application i have written to the end user and all is ok apart from they are used to using the enter key to tab around fields :(.
Is it possible to capture the enter ke...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23514559.html
Zones:
Visual BasicDate Answered: 06/25/2008 Grade: B Views: 0
I have a datagrid populated using this code
' declare a data adaptor and fill with data from select statement
Dim DAstockgrid As New SqlClient.SqlDataAdapter(CMDstockview)...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23521267.htm...
Hello all
Is it possible to set "dock in parent container" via code. I have 3 panels on a form (containing data grids) and i want the user to be able to make each one full screen on a button pre...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23524862.htm...
Hello All
I have a datagrid on a form that is working all OK. When i open another form i want to be able to populate another grid with rows that have selected by the user from the first grid.
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23525...
Dear All
I have a VB app with a number of text boxes. I need to check that the input is numerical including zero. What is the best way to do this?
Many thanks
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23536898.html
Is it possible to tell an application what line of a rich text box you want to pass a variable onto
example like this
Frmconfirm.RtPalno.Lines(INTrowsstock ) = STRpall
STRpall is a vari...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23537194.htm...
Hello all
I very urgently need to be able to read a single line from a rich text box, and then use that line as part of an update inbto a SQL query. The bit i am struggling with is reaqding from...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23538264.html
I want to move some records between 2 identical SQL databases. My string is below with print being 1 database and allocations being another
Dim STRordmove As String = ("insert into print select ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23549815.html
Hello all
I have a csv file with varying lengths per line.
What is the best way to read this file into variables on a line by line basis , do what i need to do with the variables and then move...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23552948.htm...
Looking to rename a file
thought it might be somthing like this
Rename("C:\scan.txt", "C:\done" & DateTime.Now.ToString() & ".txt")
basically i want to rename a text file from scan.txt to done(...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23553556.htm...