Export from Visual Basic 6 to Microsoft Excel file
how to export visual basic6 to excel file
Answer Question
| April 7, 2010 1:54 AM
Excel import/export, Microsoft Excel, Microsoft Excel import/export, VB 6, Visual Basic, Visual Basic 6
how to export visual basic6 to excel file
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 MsgBox "Successss", vbOKOnly End Sub]
Answer Question
| December 8, 2008 7:49 PM
ActiveX Data Objects, ADO, ADO Recordset Object, ComboBox, Database connectivity, Database programming, Recordset Object, RunTime, VB 6, Visual Basic, Visual Basic 6
[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 MsgBox "Successss", vbOKOnly End Sub]
VB6 Oracle 10 Stored procedures with parameters
I have a vb6 – RDO code that works ok with Oracle8, recently there was an upgrade to Oracle 10g enterprise. Now I get the error 40041 -> Object Collection: Couldn’t find item indicated by text. 1110 lstrSQL = "{call Pyramid.Load_Tables(?, ?, 0)}" 1120 Set lrdoQ = vConexionDatos.MiDataBase.CreateQuery("ProcessTables", lstrSQL) 1130 lrdoQ.rdoParameters(0).Direction = rdParamInput 1140 lrdoQ.rdoParameters(0).Type [...]
Answer Question
| December 11, 2008 8:20 PM
Oracle 10g, Oracle error messages, Oracle stored procedures, Oracle upgrades, VB 6, Visual Basic
I have a vb6 – RDO code that works ok with Oracle8, recently there was an upgrade to Oracle 10g enterprise. Now I get the error 40041 -> Object Collection: Couldn’t find item indicated by text. 1110 lstrSQL = "{call Pyramid.Load_Tables(?, ?, 0)}" 1120 Set lrdoQ = vConexionDatos.MiDataBase.CreateQuery("ProcessTables", lstrSQL) 1130 lrdoQ.rdoParameters(0).Direction = rdParamInput 1140 lrdoQ.rdoParameters(0).Type [...]
Get Image from webcam
Dear sir, I wnat to capture a photo by clicking a button in VB 6.0 through webcam and store it to a desired location. Please help me
Answer Question
| November 14, 2011 9:26 AM
VB 6, VB 6.0, VB 6.0 Image Capture, Webcam
Dear sir, I wnat to capture a photo by clicking a button in VB 6.0 through webcam and store it to a desired location. Please help me
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!!?? It’s [...]
Answer Question
| November 24, 2008 6:06 AM
CRViewer, Crystal Reports, Crystal Reports 8, VB 6, Visual Basic, Visual Basic 6, Visual Basic 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!!?? It’s [...]
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
Answer Question
| November 21, 2008 6:32 AM
DataEnvironment, VB, VB 6, Visual Basic, Visual Basic 6
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
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
Answer Question
| March 22, 2011 6:22 AM
DataEnvironment, VB, VB 6, Visual Basic 6
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
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)
Answer Question
| November 21, 2008 6:18 AM
VB, VB 6, Visual Basic 6, Visual Basic Month Function
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)
vb6.0_convert_textbox_to_combo
Sir, Kindly tell me how convert textbox to combo or any proceedure. i use vb6.0 Dataenvironment and drag the all field form DE on the Form at the desine time. some field of them require as combo. how i do this Thanks Anand
Answer Question
| November 20, 2008 4:08 AM
VB 6
Sir, Kindly tell me how convert textbox to combo or any proceedure. i use vb6.0 Dataenvironment and drag the all field form DE on the Form at the desine time. some field of them require as combo. how i do this Thanks Anand
VB 6 ComboBox auto open
how automatically open the combo on got focus
Answer Question
| November 19, 2008 9:08 AM
ComboBox, VB 6, Visual Basic 6
how automatically open the combo on got focus
How do I convert a VB 6 TextBox to ComboBox?
Sir, how i convert textbox to combo in vb form
Answer Question
| November 19, 2008 9:06 AM
ComboBox, TextBox, VB 6, Visual Basic 6
Sir, how i convert textbox to combo in vb form
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
Answer Question
| November 17, 2008 6:20 AM
VB 6, VB Data Report, Visual Basic, Visual Basic 6
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
How can I install a new font in VB6 code?
How i can install new font in vb6 code?
Answer Question
| January 8, 2012 11:42 AM
Fonts, VB 6, Visual Basic, Visual Basic 6
How i can install new font in vb6 code?
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 [...]
Answer Question
| November 5, 2008 6:01 AM
Database programming, Software development, SQL Server, VB 6, VB Tutorials, Visual Basic, Visual Basic 6
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 [...]
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
| July 12, 2011 6:12 PM
SQL Server 2000, SQL Server database, VB 6, Visual Basic 6
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.
How can I search using VB 6 code
vb.6 code for search
Answer Question
| October 6, 2010 9:42 PM
Database programming, Programmatically Search, VB 6, Visual Basic 6
vb.6 code for search
Does VB 6 Support AutoCAD 2008
hi ti all,Does VB 6 Support Auto Cad 2008
Answer Question
| October 28, 2008 6:57 AM
AutoCAD, AutoCAD 2008, VB 6, Visual Basic 6
hi ti all,Does VB 6 Support Auto Cad 2008
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 and [...]
Answer Question
| May 14, 2010 8:31 AM
Database programming, Multiuser application, SQL Server 2000, VB 6, Visual Basic, Visual Basic 6
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 and [...]
connection of oracle8i i vb6.0
how to establishconnection of oracle8i i vb6.0
Answer Question
| October 7, 2008 11:17 AM
Oracle 8i, VB 6
how to establishconnection of oracle8i i vb6.0





