Advertisement

1 - 10 of 16 containing alltags:("visual basic 2005.net") (0 seconds)
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...
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)...
Zones: MS Visual Basic, .NETDate Answered: 06/29/2008 Grade: B Views: 0
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...
Zones: MS Visual BasicDate Answered: 06/29/2008 Grade: A Views: 0
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. ...
Zones: Visual Studio, MS Visual BasicDate Answered: 07/04/2008 Grade: B Views: 0
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
Zones: Visual Basic, .NETDate Answered: 07/03/2008 Grade: A Views: 0
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...
Zones: MS Visual Basic, Visual Basic, .NETDate Answered: 07/03/2008 Grade: A Views: 0
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...
Zones: Visual Basic, .NETDate Answered: 07/07/2008 Grade: A Views: 41
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 ...
Zones: Visual Basic, MS SQL Server, SQL S...Date Answered: 07/09/2008 Grade: A Views: 0
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...
Zones: MS Visual Basic, .Net Editors & IDEs, Visual Studio Expres...Date Answered: 07/10/2008 Grade: B Views: 5
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(...
Zones: MS Visual Basic, V...Date Answered: 07/10/2008 Grade: A Views: 0