Visual Basic Questions and Answers

Recent IT Questions

141 - 160 of 342

Can Visual Studio help me create custom print items?

I want to be able to upload a business card template with fields such as name and phone and ect. Can Visual Studio help me create a page where I can create a Visual Basic template where a user can enter info into the fields provided and it be stored in a database where I can access it and create a...

Answer Question   |  Nov 6 2008  7:28 PM GMT
Visual Basic, Visual Studio, Visual Basic Template
asked by Graypatrick093

  5 pts.

Conversion of function VB into VB.NET

how i can convert below vb function into vb.net Public Function FChkUserLoggedIn(LoginId As Long) As Boolean Dim rs As ADODB.RecordSet, strsql As String Set rs = New ADODB.RecordSet 'strSql = "select msession from log where msession in (select msession from log where loginid = " &...

View Answer   |  Nov 6 2008  8:22 AM GMT
Visual Basic, VB.NET, Visual Basic .NET
asked by 9322319124

  5 pts.

ABT database backup from SQL Server 2000

hi please tell me that, if i am using vb as front end and sql server 2000 as backend then for giving the facility of implicit periodical data backup at project, how can i go......through vb coding...

Answer Question   |  Nov 4 2008  10:22 AM GMT
Visual Basic, SQL Server 2000, Online backups
asked by Nileshmahadik

  5 pts.

Application using VB6 & SQL

Dear sir, I am computer data entry operator, i would like to make one simple application reg Payroll using VB6 and SQL. I know only some basic commands in both but i dont know what are the steps taken first what we have to do (crating forms in vb or creating tables in sql or other i dont know...

View Answer   |  Nov 4 2008  6:01 AM GMT
Visual Basic, SQL Server, Database programming
asked by Lahari

  5 pts.

Invalid Format Error when Opening/Saving in Visual Studio 2008.

Hi I'm creating a professional Text Editor with usage of RichTextBox control, and I have inserted some common controls such as SaveFileDialog and Load File Dialolg, and I basically want to be able to load files of all types (i.e Word Documents) the only documents I can open are RTF. I...

View Answer   |  Oct 29 2008  2:14 AM GMT
Visual Basic, Visual Studio, VB
asked by Ppp

  5 pts.

Component required for VB.NET 2005

the data loading speed at user pc is much slower than my own pc with vs 2005 install. What component file should the end user have so that the application can run as smooth as those pc with vs 2005 install

Answer Question   |  Oct 24 2008  5:53 AM GMT
Visual Basic, VB.NET, Visual Basic .NET
asked by Mistyfy

  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.

Excel Error

I have been experiancing this error with/in excel; "Compile error in Hidden module: TFworkbook When I remove a internal templet "EY TAS datebook" the error disappears. The problem is that I need to have the templet. The box that pops up is a visual basic box does anyone have a suggestion

Answer Question   |  Oct 22 2008  5:48 PM GMT
Visual Basic, Microsoft Excel, Excel 2003
asked by Rjk

  10 pts.

How can i transfer more than 16384 records into Excel2003

Hi All, I am trying to transfer a table with more than 20,000 records from access2003 to Excel2003, The code i am using within VB goes like this Private Sub Allstock_excel_Click() Dim filename As String filename = "D:\Automotive_Rapore\Archives\AllstockReport\Allstock_" & Format(Now,...

View Answer   |  Oct 16 2008  4:52 PM GMT
Visual Basic, Microsoft Excel, Excel 2003
asked by Kentster

  5 pts.

Source code for multiuser programming in VB 6 with SQL Server 2000

hi to all, I'm developing a security software in Vb 6.0 with Sql Server 2000 as back end wherein 10 users will be there. I'm a newbie in multiuser programming. The question before me is that how to proceed further. My stand alone code is almost ready 50%. I'm using Ado for establishing connection...

Answer Question   |  Oct 13 2008  8:31 AM GMT
Visual Basic, SQL Server 2000, Database programming
asked by Isha

  5 pts.

Data entry controls in ASP.NET?

Hi friends can any one resolve my problem as given below WHAT ARE THE DATA ENTRY CONTROLS IN ASP.NET , AND WHICH ONE IS PREFERABLE TO USE

Answer Question   |  Oct 11 2008  6:00 AM GMT
Visual Basic, ASP.NET, VB.NET
asked by Bala11

  50 pts.

Text handling in Visual Basic

how can i pick a data from a file

View Answer   |  Oct 10 2008  9:34 AM GMT
Visual Basic, VB.NET, VB.NET 2005
asked by Amit87kumar87

  5 pts.

VB 2005 Debug Page

My Debug pages does not show Configuration or Start Action options. It only show Start Options. How do I correct this?

Answer Question   |  Oct 9 2008  4:33 AM GMT
Visual Basic, Debugging, VB 2005
asked by SLQ

  5 pts.

How can I use Gujarati fonts in VB?

how can i use gujarati fonts "indic" in vb?

Answer Question   |  Oct 9 2008  2:52 AM GMT
Visual Basic, Localization, VB
asked by Pajani

  5 pts.

VB 2005-SQL CONNECTIVITY

HOW DO I UPDATE A FILED IN SQL THROUGH VB 2005?

Answer Question   |  Oct 7 2008  2:40 PM GMT
Visual Basic, SQL, VB 2005
asked by N7401

  5 pts.

Visual Basic & Designing a Class Library

I have a project with a few class libraries that are comprised of class hierarchies. The problem is when I access these class libraries from a form I see all of the classes that are inside of the class libraries. This is for a customer so I only want them to see the classes that they need to...

View Answer   |  Oct 4 2008  8:33 PM GMT
Visual Basic, .NET, Visual Basic .NET
asked by ToneCold

  5 pts.

Connect SQL Server 2005 Express db to Visual Basic 2005 Express

I get an error "Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances. I run the store procedure on SQL Server and it looks like it worked, but "Test Connection" gives me the same error. What can I do to resolve this error?

Answer Question   |  Oct 3 2008  3:46 PM GMT
Visual Basic, SQL Server 2005, VB 2005
asked by Dhanson

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

How to connect Access database to a Visual Studio 2005?

i use the following code to connect and i created DSN but its not getting connected... whats my fault can anyone help me?? Dim X As ADODB.Connection Dim RS As ADODB.Recordset Dim RS1 As ADODB.Recordset i am getting underlined error in adodb.connection, adodb.recordset i think there is...

View Answer   |  Oct 2 2008  6:38 AM GMT
Visual Basic, Microsoft Access, VB 2005
asked by Rajeshbnp2000

  5 pts.

Text Box Only Allows Certain Characters

I have a VB6 app running on windows application server, accessed via Symbol scan gun. Sometimes the user can't enter data they need to into a text box. I could enter spaces but no other characters or numbers. After entering spaces I tried to backspace and a box showed up (in the txtbox field)...

Answer Question   |  Oct 2 2008  2:28 AM GMT
Visual Basic, Barcode scanners, Visual Basic 6
asked by Rbsauls

  5 pts.

141 - 160 of 342