Recent IT Questions

1 - 9 of 9
<<PREVIOUS 1 NEXT>>

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" ...

View Answer   |  Oct 18 2009  2:33 PM GMT
Visual Basic 08, VB, VB 2008
asked by Vitaming

  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

View Answer   |  May 11 2009  6:02 PM GMT
VB 2008, SQL Server 2005, Visual Basic
asked by Ishita2009

  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.

View Answer   |  Apr 9 2009  12:32 AM GMT
VB 2008, Visual Basic, Visual Basic .NET Web services
asked by Alessandro.panzetta

  9615 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...

View Answer   |  Mar 5 2009  8:35 AM GMT
VB 2008, Focus and Selection, Inactive Selection
asked by Jacobass

  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?

View Answer   |  Feb 18 2009  6:07 PM GMT
VB, VB 2008, Visual Basic
asked by Lauren6

  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='" +...

View Answer   |  Nov 5 2008  4:09 PM GMT
Microsoft Access, RSS, Visual Basic 2008
asked by Ashar

  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...

View Answer   |  Oct 23 2008  7:58 PM GMT
Visual Basic, IT training and certifications, VB 2005
asked by Trafforde

  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.)

View Answer   |  Oct 2 2008  6:08 PM GMT
Visual Basic, VB 2008
asked by Blackandjade

  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...

Answer Question   |  Aug 29 2008  2:25 PM GMT
Visual Basic, Visual Basic 2008, VB 2008
asked by Ctisdm1

  5 pts.

1 - 9 of 9
<<PREVIOUS 1 NEXT>>