11,868 Topics

Member Avatar for
Member Avatar for roxxy_boiz14

please help me..where can i download it..can u please upload it for me if you have one..or just tell me where can i possible download it..tnx a lot..god bless

Member Avatar for jhai_salvador
0
283
Member Avatar for AMacg

I have a vb6 (sp2) program that uses several ActiveX controls and components. It runs fine on XP and win 2K but after installing on Win 2003 server, 2 parts of the programme (responding to click events) cause the error "Run time erro 429 - ActiveX components can't creat error". …

Member Avatar for QVeen72
0
453
Member Avatar for chuckjessup

This is for a project i am writing and i found some awesome code that works beautiful, however since i have two forms i have either to create a dll with the function in it or to only use the one function bit not have anything touch the function otherwise... …

Member Avatar for chuckjessup
0
440
Member Avatar for Vish_All

[B]hi all, [/B] [B] I have create a database application in vb 6.0[/B] [B] i need to retrive some reports using data report (not Crystal) such as date wise report or customer wise report.[/B] [B] The steps i fallowed are: [/B] [B]1. retrived text boxes in data report[/B] [B]2. for …

Member Avatar for rathisamal
0
1K
Member Avatar for pmiller.2008
Member Avatar for vb5prgrmr
0
53
Member Avatar for roachae

Call it my lack of experience with VB6, but I can't understand why my code (sample below) is giving me a Type Mismatch error when I use the Fields argument in my call to write things to a debug log. Can anyone help or explain? [code] Public Sub Update(ByRef myChain …

Member Avatar for vb5prgrmr
0
112
Member Avatar for sacabin
Member Avatar for Gowsi

Hi friends.... anybody help me how to convert total vb.net project into .exe file to install client side. plz help need.....

Member Avatar for ABShaman
0
515
Member Avatar for necky
Member Avatar for xirosen

Is it possible to have a combo box with a listview view drop down list? Help pls.. I have an attachment and i want to know how it is possible.

Member Avatar for xirosen
0
153
Member Avatar for tanvir0066

I have create a date table in access and visual basic 6 in textbox but when i try to add record there is error message shown. plz help me.[code][/code]

Member Avatar for abu taher
0
77
Member Avatar for karimsb
Member Avatar for abu taher
0
104
Member Avatar for smcd

I want to upgrade a program written in Visual Basic 5 on a number of clients machines. I had no difficulty creating the distribution disk from instructions in the programmers manual, but I can't see any reference to creating an upgrade disk. I can write a dos batch file to …

Member Avatar for vb5prgrmr
0
176
Member Avatar for kellyandtopher

When I load Visual Basics, which has VB, C++ and so on, I have problems with the internet. Errors come up on web sites and not allow me to use there sites, ie... ebay. I need to know what the heck I can do to stop the errors so I …

Member Avatar for WaltP
0
81
Member Avatar for ABShaman

How to connect ODBC data base with password in SQL / Crystal Report wise VB6 Code sample CR.WindowState = crptMaximized CR.ReportFileName = App.Path & "\Report\Reorder Report-All.rpt" CR.SelectionFormula = "{STOCK.QT}<=" & Val(QIS.Text) & "" CR.RetrieveDataFiles CR [COLOR="Red"] …………………………….. I Can’t write this lile[/COLOR]CR.Action = 1

0
52
Member Avatar for Shilpa Jain

Hi All, I am creating and saving the excel sheet at runtime(it is a copy of report generated in flexgrid). I need to add some of the column names in the excel sheet name while saving. e.g. Excel sheet should be saved as Report_Nid_Status_RBAC_Status_Today'sDate. Nid_Status and RBAC_Status are column names …

Member Avatar for pr12345
0
135
Member Avatar for AlexandraK

There might have been a question like this but I cannot find. I use option buttons in the form but in the report I want to see text instead of numbers. How shall I do it?

Member Avatar for AlexandraK
0
62
Member Avatar for cebubismac

I have a Samsung Ellix 20 Thermal Parallel Printer. Can you please send me some programming sample commands using VB6? Please help me. Thank you.

Member Avatar for vb5prgrmr
0
192
Member Avatar for jemz

hello please help me on this how to make the first letter of each word in uppercase.hoping for your positive responds...thanks in advance

Member Avatar for jemz
0
101
Member Avatar for shrikant.s.k

how to write service. i have a vb application and i want to run as a service but i dont know how to write serviec can you help me...

Member Avatar for abu taher
0
131
Member Avatar for PinoyDev

Good day.!! I just want to ask a better way to manage time in vb6. Like when that user presses the button, it will get the current system time then after 1 hour the program will be terminated. If he clicked on the button @ 11:45:06am the program will terminated …

Member Avatar for vb5prgrmr
0
95
Member Avatar for neosonic

Hi, I have got the complete vb6 application for doing graphic and costing estimation. I am currently using microsoft access database. The problem is: my client is currently using a quickbook application for their accounting package (for paying employees, suppliers and making an invoice for the customer). As far as …

Member Avatar for vb5prgrmr
0
106
Member Avatar for kenth21v

please help me, give me a step by step procedure how to connect VB 6.0 and sql anywhere9..

Member Avatar for vb5prgrmr
0
270
Member Avatar for trigunmaster

hi, i have a problem on how to pass the value from textboxes so that datagrid will populate the value came from the bunch of textboxes please help me to solve this... thanks in advance jonathan

0
50
Member Avatar for PinoyDev

good day guys.! I just want to know on how to save to a .rtf(rich text format) file the content of the rich text box created in vb6 with pictures & text. I also want to retrieve the content of the .rtf file being created and display it again in …

Member Avatar for PinoyDev
0
220
Member Avatar for betty_vaness

Given a 2 dim array write a VB PROGRAM that will add all odd numbers greater than 3. This is my solution but am not that sure so assist me. if( number % 2 == 1) ____number is odd else ____number is even so checking if it's odd and greater …

Member Avatar for bojofien
0
84
Member Avatar for jemz

hello please help me how to print my data that sends to the printer hoping for your positive responds....

Member Avatar for QVeen72
0
222
Member Avatar for cabsjonel

hi folks its been a couple of months past that i did not submit a thread but to those who help me in my last thread thank u very2x much , your such a very good person but by the way folks, can you help me again my problem was, …

Member Avatar for vb5prgrmr
0
146
Member Avatar for jemz

hello please help me where i am going to download the installer vb6...so that i can practice more at my house..hoping for your positive responds...thanks in advance

Member Avatar for vb5prgrmr
0
148
Member Avatar for dr.e

Hello. Somehow i managed that my program works with access databse located on my computer: con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:\Documents and Settings\company.mdb" Now i would like that program will open the database company.mdb from my web page exp. [url]www.page.com/company.mdb[/url] Can you suggest how? THX

Member Avatar for vb5prgrmr
0
90

The End.