VB 2008 Questions

1

VB 2008.NET multi language program support
i am trying to find out how to code vb 2008 programs in foreign languages. and there seems to be little in the way of info on the subject any help pointing me in the right direction would be greatly appreciated.

Answer Question   |  October 18, 2011  9:39 PM
.NET, VB 2008, Visual Basic 2008
asked by:
5 pts.

Limiting character input in specific cells on a DataGridView in Visual Basic.
I’m making a gradebook program (for a project) but I haven’t touched VB in years. Given it is a simple language, there’s still plenty of things I don’t know about it.  At the moment I’m trying to figure out how to limit the characters a user is allowed to input in each specific cell (20) in a [...]

Answer Question   |  February 21, 2011  3:34 AM
DataGridView, VB 2008, Visual Basic, Visual Basic 2008
asked by:
5 pts.

Visual Basic 2008 – combo box and text file. How to display relevant data
I have a text file with a hundred employees.  The text has been read in line by line. I have set up two function to getemployeename and getdepartment. I have a combo box with departments When user selects relevant department I want the corresponding names to display in a messagebox I can’t figure out how to [...]

Answer Question   |  January 10, 2011  12:33 AM
ComboBox, VB 2008, Visual Basic 2008, Visual Studio 2008 Express Edition
15 pts.

CONNECTING SQL 2005 WITH VB.NET
I used Linq to SQL method, but the problem is that at the last point where am suppose to add table, the instruction is that is should go to server explorer then open then table and drag items from server explorer to design surface, but i cant see any item to drag.Pls i need your [...]

Answer Question   |  August 4, 2010  1:20 PM
SQL, VB 2008
asked by:
5 pts.

multiple forms
I am new to programming.  How do I open a form from the main form and close the main form?

Answer Question   |  April 15, 2010  1:00 AM
VB 2008
asked by:
5 pts.

Finding File Author in vb 2008
How do you find the author (creator) of a file using vb 2008? Using fileinfo does not seem to capture that info. Thanks, Steve

Answer Question   |  March 3, 2010  8:39 PM
VB, VB 2008, Visual Basic 2008
asked by:
5 pts.

VB ?
First VB class, can someone tell me the error in this code? Dim sngNum1 As Single Dim sngNum2 As Single Dim sngSum As Single sngNum1 = txtNum1.Text sngNum2 = txtNum2.Text sngSum = sngNum1 + sngNum2 lblSum.Text = sngSum.ToString

Answer Question   |  February 23, 2010  12:24 AM
VB, VB 2008, Visual Basic, Visual Basic 2008
asked by:
15 pts.

Writing Variable Codes VB 2008
I’m not a programmer but, taking my first VB 2008 course and one of the problems is asking me to write a variable code in a TextBox called TitleTextBox and in the box you should be able to write something and have it change. The book is not very helpful and I could use some [...]

Answer Question   |  August 2, 2011  1:42 AM
Variable code, VB 2008
asked by:
40 pts.

Display array in list box VB 2008
Hi all, How do I display a whole array in one list box? (I want it to be displayed in the form load event…is that possible?)  For example I want to display these: ============================   mstrMonths(0) = ”January”   mstrMonths(1) = “February”   mstrMonths(2) = “March”   mstrMonths(3) = “April”  ============================  in a list box. I tried doing this: ======================================================== [...]

Answer Question   |  October 19, 2009  2:33 PM
VB, VB 2008, Visual Basic 08
asked by:
15 pts.

Connecting VB2008 to SQLServer2005
How to connect VB2008 with SQLServer2005 through coding.. Not through OleDBAdaptar.. Also Let me know the code for Add,Edit, Delete & Save in VB2008

Answer Question   |  September 2, 2011  6:02 PM
OLE, SQL Server 2005, VB 2008, Visual Basic
asked by:
5 pts.

VB2008 and Connection to SQL
Is there any way to connect to a SQL server using Vb2008? I’m trying to add a datasource but this allows me to conenct locally only.

Answer Question   |  December 5, 2011  12:32 PM
SQL Server connectivity, VB 2008, Visual Basic, Visual Basic .NET Web services
9,695 pts.

Disable Form Controls in VB 2008 until selected
Beginning prog. student here… I have a form with multiple controls, and i want everything to be disabled except the datetimepicker. Once a date is selected, it should make the whole form usable. I’ve searched the web, and can’t find the right solutin. I found this sight, and hoping someone can help…Thanks!!

Answer Question   |  March 5, 2009  8:35 AM
Active Selection, DateTimePicker, Focus and Selection, Inactive Selection, VB, VB 2008, VB controls, Visual Basic, Visual Basic 2008
asked by:
5 pts.

Toggle text between red and black
How do I write a program on VB 2008 that allows the user to use a button to toggle the color of the text between black and red?

Answer Question   |  February 20, 2009  6:07 PM
VB, VB 2008, Visual Basic
asked by:
5 pts.

About UPDATE query
hi friends , i am using VB 2008 . database access 2003 in my project , i include an update query,its below con.Open() Dim cmd As New OleDbCommand(“update device set manu=’” + mtxt.Text + “‘,desc=’” + dtxt.Text + “‘,model=’” + mdtxt.Text + “‘,pdate=’” + prodate.Text + “‘,price=’” + ptxt.Text + “‘where ano=’” + atxt.Text + [...]

Answer Question   |  November 5, 2008  4:09 PM
Access 2003, Microsoft Access, RSS, VB 2008, Visual Basic 2008
asked by:
5 pts.

Where do I start
I am at square one in learning programming. Currently taking a QB4.5 course and want to continue with visual basic. I am getting conflicting information about where to start. Some say VB2005 others say VB2008 and every version between gets a vote from someone. I don’t want to waste time learning a version that will [...]

Answer Question   |  October 25, 2008  7:58 PM
IT training and certifications, VB 2005, VB 2008, Visual Basic, Visual Basic Training
asked by:
5 pts.

vb 2008 help
Least-Square Approximation. A program that calculates and displays the equation of the least-squares line, and then allows the user to enter a fuel price and uses the equation of the line to predict the corresponding consumption of fuel. (Place the numeric data from the table in a text file.)

Answer Question   |  October 3, 2008  6:08 PM
VB 2008, Visual Basic
asked by:
15 pts.

Need to determine a running win app and retrieve text from it.
I want to code in VB2008 a module that 1) locates a handle for a specific running windows app then, using that handle, 2) read the contents of the whole window or (better) specific control data. The VB app will then parse and resend the collected string to another app. Pretty much a “Windows Scraping” [...]

Answer Question   |  August 29, 2008  2:25 PM
VB 2008, Visual Basic, Visual Basic 2008
asked by:
5 pts.

1