Visual Basic 6 Questions and Answers

Recent IT Questions

61 - 80 of 121

How to convert DBGrid database information to text files with VB 6

how to convert dbgrid database information in to text files (vb 6.0)

View Answer   |  Jan 3 2009  3:12 PM GMT
Database programming, VB 6, Visual Basic 6
asked by Rajeshrajini

  5 pts.

Changing databases at run time in SQL Server 2005

I am using Crystal Reports 8.5, Visual Basic 6 and SQL Server 2005. In my server, I have two databases named Eng_School_Database and Guj_School_Database with the same structured tables. I want to change the databases at run time so that the report should contain the data of desired medium. I have...

View Answer   |  Dec 22 2008  3:23 PM GMT
SQL Server 2005, Visual Basic 6, Crystal Reports 8.5
asked by SQL Server Ask the Experts

  2445 pts.

How do I open files through Visual Basic 6?

HOW I CAN OPEN A FILE (DOC, PPT, XLS, MDB ETC) BY CALLING FROM VISULA BASIC 6.0

View Answer   |  Dec 11 2008  9:58 AM GMT
Visual Basic, Visual Basic 6, VB 6
asked by AnandaDebnath

  260 pts.

Sample code for DataEnvironment VB 6

Provide code sample for using of DataEnviornment VB 6.0

View Answer   |  Dec 11 2008  9:57 AM GMT
Visual Basic, Visual Basic 6, Source code
asked by AnandaDebnath

  260 pts.

VB6 and Crystal Reports - Error 20599 SQL not found

sir, i have vb6 base software and when i click for showing crystal base report by package i seen the message error 20599 sql not found please help me

View Answer   |  Dec 10 2008  9:00 AM GMT
Crystal Reports, Visual Basic, Visual Basic 6
asked by Krrish

  25 pts.

Export from Visual Basic 6 to Microsoft Excel file

how to export visual basic6 to excel file

View Answer   |  Dec 10 2008  1:54 AM GMT
Visual Basic, Microsoft Excel, Visual Basic 6
asked by Goood

  5 pts.

How to fill Combo Box at runtime in VB 6.0 ...I've used RecordSet object but rec.count of rs obj returns (-1).I hv enough data in the DB

[Private Sub Form_Load() FillCombo End Sub Sub FillCombo() Dim rs As New ADODB.Recordset, SQL As String SQL = "Select Spare_Name from Spare" rs.Open SQL, Conn, adOpenDynamic, adLockOptimistic Dim i As Integer For i = 1 To rs.RecordCount cboSpare.AddItem rs("Spare_Name") rs.MoveNext Next...

View Answer   |  Dec 6 2008  7:49 PM GMT
Visual Basic, Database programming, Visual Basic 6
asked by Spartanx

  5 pts.

Combo box question when developing a SQL database in Visual Basic 6

I am developing a SQL database using Visual Basic 6 with ADO and Microsoft Access, but in it, I have a combo box with two options - yes and no. I want the combo box, after yes or no is selected, to open another form where a user can enter other details. How would I do this?

View Answer   |  Dec 5 2008  6:20 PM GMT
Visual Basic, Microsoft Access, Visual Basic 6
asked by SQL Server Ask the Experts

  2445 pts.

Used CRViewer component in VB 6 and Crystal Reports but can't set portrait printing

Hi I used Crviewer component in my project for designing and printing reports but I can't set it portrait and it is landscape all the time and I couldn't find any properties about orientation!!!! I use of visual stedio 6 (vb6) and crystal report 8(os is winxp sp2) Could you please help me soon!!??...

Answer Question   |  Nov 23 2008  6:06 AM GMT
Crystal Reports, Visual Basic, Visual Basic 6
asked by Aliyani

  215 pts.

DataEnvironment_VB6.0

Plsease send / provide codes to for DataEnvironment (vb 6.0). I wish to use the De for all purpose, eg. In Form, In Query, In Report every things thanks anand

View Answer   |  Nov 21 2008  6:32 AM GMT
Visual Basic, VB, Visual Basic 6
asked by AnandaDebnath

  260 pts.

VB_Combo_Like_VBA

Hi Experts in VB 6.0 Please Tell me how I code for combo just like Access form eg. In Access Form's Combo -- when we start type any letter then nearest matching data should be selected and auto also showing during typing in the combo box Question : Please give any idea for VB 6.0 Combo --- so...

View Answer   |  Nov 21 2008  6:29 AM GMT
VBA, Visual Basic for Applications, Visual Basic 6
asked by AnandaDebnath

  260 pts.

VB6.0_Filter_Find_Code

Hi Expers In VB 6.0 Please Provide code concept with easy examples for Filter and Find (I using DataEnvironment on Desine Form for eg. DataEnvironment.RsEmp.Update etc Thanks Anand

View Answer   |  Nov 21 2008  6:22 AM GMT
VB, Visual Basic 6, VB 6
asked by AnandaDebnath

  260 pts.

vb6.0_MonthNumber_to_MonthName

Hi Experts In Visual Basic 6.0 I coded for month name eg. msgbox MonthName(1,True) Returned as Jan But I want the Month Number juslike above any code please provide eg. msgbox MonthNumber(Jan,true)

View Answer   |  Nov 21 2008  6:18 AM GMT
VB, Visual Basic 6, VB 6
asked by AnandaDebnath

  260 pts.

VB 6 ComboBox auto open

how automatically open the combo on got focus

View Answer   |  Nov 19 2008  9:08 AM GMT
Visual Basic 6, ComboBox, VB 6
asked by AnandaDebnath

  260 pts.

How do I convert a VB 6 TextBox to ComboBox?

Sir, how i convert textbox to combo in vb form

View Answer   |  Nov 19 2008  9:06 AM GMT
Visual Basic 6, ComboBox, TextBox
asked by AnandaDebnath

  260 pts.

In VB 6.0 Data report for the numeric field , it should display in words

In VB 6.0 Data report I have a number field eg 15685. It should display it as fifteen thousand six hundred and eighty five. I don't know how to code for this? Please help

View Answer   |  Nov 15 2008  6:20 AM GMT
Visual Basic, Visual Basic 6, VB Data Report
asked by Try it

  85 pts.

How can I install a new font in VB6 code?

How i can install new font in vb6 code?

View Answer   |  Nov 12 2008  11:42 AM GMT
Visual Basic, Visual Basic 6, Fonts
asked by LastWarrior

  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.

Connection of VB6 with SQL Server 2000

I want to connect VB6 application with SQL SErver database such that if anything is saved in VB6 forms it will be saved in the database tables of SQL Server.

Answer Question   |  Oct 24 2008  6:12 PM GMT
SQL Server 2000, Visual Basic 6, SQL Server database
asked by Jayee

  5 pts.

VB and MS access

I have finished develop a project in VB 6. Back end as Ms Access(Office 2003). Finished up to SETUP file. MY question is how to install the setup file with the database.

View Answer   |  Oct 18 2008  8:16 AM GMT
Microsoft Access, Visual Basic 6
asked by Coordinator

  5 pts.

61 - 80 of 121