10,987 Topics

Member Avatar for
Member Avatar for irum siddique

salam i am student of computer science....... i need help of all of you....... kindly tell me that how can we acces parallel port in visual basic 6.0??? not in v.b.net...... kindly guide me....... and send me steps and guidness if anyone knows.......... my email address is [email]irumsiddiqueawaan@yahoo.com[/email]

Member Avatar for vb5prgrmr
0
378
Member Avatar for augber

using the format function in vb6 always format the numbers left justified I want to print a column of numbers formated but right justified Please help

Member Avatar for kinwang2009
0
62
Member Avatar for IconKana

Hi folks, I'm wondering how to close a VB6 multiform application using the red x on the main form. There should be a message box that lets the user confirm the exit ( yes ), or ( no ) resume the application. Thank You!

Member Avatar for kinwang2009
0
112
Member Avatar for bhrain

Hello Every one! i'm trying to encrypt my ms access database using the encrypt tool in ms access2003. After i encrypt it, i want to decrypt it, using visual basic so that i could run my visual basic forms. Can somebody help me how to do it? Thank you very …

Member Avatar for bhrain
0
104
Member Avatar for seena_srini

Hi I'm devolping a project in which backend is ms access and front end is vb 6.0. For security reasons i made the ms access as password protected. when i tried to connect the vb and access, the following message is displayed. How to handle it? Please help me.. [IMG]http://i48.tinypic.com/ddyge0.jpg[/IMG]

Member Avatar for bhrain
0
1K
Member Avatar for pardeep3dec

Dear Expert, I need a setup of Crystal Report 11.0 and how to use crystal report in vb 6.0. If possible kindly send guideline. Pardeep

Member Avatar for vb5prgrmr
0
57
Member Avatar for heavens_cloud

I've been working on getting a SQL DB to return records through an ADODB.Connection object and have had zero luck getting it to work in VB6. Whereas I created an ASP form using VBS to produce the exact same functionality with no issues. In VB6, I've included the following references: …

Member Avatar for vb5prgrmr
0
539
Member Avatar for bakul_3032
Member Avatar for Sawamura

hi, sorry for this question, but i really didn't know. i want to load flash animation and put in my project? please help me.. thx, i really appreciate that.

Member Avatar for peter_budo
0
115
Member Avatar for lesna
Member Avatar for asaukani
0
98
Member Avatar for viperdamus

Hi All, I am doing a project on a Video Library Management System for my final year Computer Science project and I've run into acouple of errors. Could anyone out there help me out...???? Please, I'm desperate...! Thanks.

Member Avatar for kvprajapati
0
222
Member Avatar for Gursahib Singh

1. Insert Microsoft Multimedia Control. 2. Open Coding of command butt on. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Private Sub Command1_Click() MMControl1.FileName = "Filepath.mp3" MMControl1.Command = "open" MMControl1.Command = "play" End sub *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 3. Run Project and click on command button Your sound will play. For more information please contact:- SNIP

Member Avatar for keval_hack
0
54
Member Avatar for Entropy1024

I have a VB6 program running fine on the machine I wrote it. When I create and exe of the program that works also. If I export the program to another machine I get a 'Class not registered. Looking for object with CLSID {00000010-0000-0010-8000-00AA006D2EA4}' error. After a bit of research …

Member Avatar for FSandlewould
0
4K
Member Avatar for pardeep3dec

How do I make Crystal Reports 4.6 run inside of Access 2003? Upon choosing the Crystal Reports Wizard I was prompted for a database password... for which I have none administered for that database but it works well in access 97. I need to run my crystal report in ms …

Member Avatar for dineshgantra
0
71
Member Avatar for diegostix

Is there a way to delay the next instance of a loop until a certain criteria is met? Or is there an if then statement that when the condition is met, the next instance of the loop begins? I have a loop that wants to start before the functions called …

Member Avatar for vb5prgrmr
0
93
Member Avatar for ChocoCrisp
Member Avatar for dannyo

how do i hold the previous value of number on a text box of calculator after assigning it an operand in vb6

Member Avatar for jhai_salvador
0
37
Member Avatar for ibnui

Hello all, i've just found source from planet source code, and from this source i just want to make program can record the streaming voice into .wav or .mp3... is that possible?? what should i do?? Thx b4....

Member Avatar for jhai_salvador
0
41
Member Avatar for RanjithKumarMCA

hai guys i am new to this community and i wish do a project can you guide me with some ideas to match to the up coming trends..

Member Avatar for jhai_salvador
0
79
Member Avatar for pardeep3dec

Respected Seniors, I have no knowledge about creating report in Crystal Report. Kindly tell me step by step process for making crystal report and what application need for install on my system current time i have vb 6.0 and ms office 2003. Thanks in advance. Pradeep

Member Avatar for jhai_salvador
0
65
Member Avatar for 143wena

please help me on this making a payroll system using MSSQL.. i dont know how to start.. just a simple one.. please..

Member Avatar for vb5prgrmr
0
107
Member Avatar for buddha_lord

hello...im new in vb world.so please help me if someone can..my problem in details: 1.have created a ms access database file named Database2.mdb which has 5 columns as follows a,b,c,d and result.it has 5 row and a,b,c,d are filled with data but result column is empty. 2.have created a datagrid …

Member Avatar for manoshailu
0
1K
Member Avatar for Neophyte08

hello there, anyone can help... is this possible? i have a string value of form names in my DB so when my condition passes, the variable string will take over the value , then that value will call the form(variable) as string. i got an error when i use this …

Member Avatar for anrico
0
2K
Member Avatar for diegostix

Hello, I am downloading live data from bloomberg and am attempting to write a macro that loops through several different stock symbols and saves the corresponding data for each symbol to its own invididual workbook. My problem is that I need to add a delay to my code in order …

Member Avatar for diegostix
0
145
Member Avatar for Finconizer

I need to make a programme that copies itself secretly to start up folder with visual basic 6. Can any one help me?

Member Avatar for nbaztec
0
145
Member Avatar for mayasumi

Hi All I need to create a login screen for a project in ms access. I have the Visual Basic which has been installed by default along with the MS Access package. I have designed a form in MS ACCESS for login and I ahve also created the login table …

Member Avatar for kinwang2009
0
98
Member Avatar for Seba Sama

Hi I need to export some data from VB SQL query to an existing excel file, witch is a bill model. In the area where I use CopyFromRecordset are some merged cells, and all goes fine but the paste of data in those cells. If there are 3 merged cells …

0
38
Member Avatar for convectus28

Hi I have an ActiveX component (docview.dll) with executable path in project file pointing to a dir but registered for a different directory. When deployed on the web server a C++ COM component won't load anymore even it does NOT reference the dll. I modified VB project so the path …

Member Avatar for vb5prgrmr
0
72
Member Avatar for abyan

Hi.. I've got a problem in how to connect atmega8535 to VB6 using MSComm... I've already build the program in VB6 and usart program in CodeVision,and it's already work in computer that use Windows XP. but when I tried it in computer that use Windows 7 it doesn't work...!! Any …

Member Avatar for vb5prgrmr
0
98
Member Avatar for aniesdamoi

I am working with VB6 and access and I am facing theis problem. Can somebody tell me the reason of such kind of error- Runtime Error- 8577 Failed getting Rowsets from current data source. i am getting this error while I am trying to display reports from the database by …

Member Avatar for frank emmett
0
402

The End.