You are here:

Basic

Recent Answers

2009-11-22 VB.NET - Visual Basic Express 2008 variable output file:

This should work: Console.WriteLine("give the name of the output file") fileName = Console.ReadLine() Dim textFileStream As New IO.FileStream("C:\Documents and Settings\adam\Desktop\"

2009-11-22 Visual Basic - vb:

The following code will draw lines no. of times user enter into inputbox. Private Sub Form_Click() Dim Response Response = InputBox("Enter No. Of Lines To Draw") Me.Cls 'Clear previously

2009-11-22 Visual Basic - Valid open statement:

open statement ============== Open pathname For mode [Access access] [lock] As [#]filenumber [Len=reclength] pathname : Required. String expression that specifies a file name may include directory

2009-11-21 Visual Basic - Trouble in VB 6 With Access 2003:

use this: conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:\Folder\Sales.mdb; Jet OLEDB:Database Password=test" if this is rejected better to make a DSN and give the password

2009-11-21 Qbasic, Quickbasic - put and get,,,:

Hello, again, Tory, So, Just reading over things, it sounds like you would want the graphical GET/PUT statements. One thing that you'll need to explain is if you are doing a text-based game, or a graphically

Categories

Browse Alphabetically

©2009 About.com, a part of The New York Times Company. All rights reserved.