Dear All I want to connect Crystal reports 9 with VB 6.0 means I want to show report of CR 9.0 from VB 6.0. Please help me to connect that. Hint: It will...
A VB6 program gives the User an opportunity to open a PDF file if desired. It works with 98SE, but not with Vista, when the Message Box gives the failed notice...
Hi Michael. I'm not familiar with 'ShellExecute' but http://msdn.microsoft.com/en-us/library/bb762153(VS.85).aspx provides a little information on this...
VB6 doesn't run PDF by itself per say. It picks a program that runs PDF installed on your machine like Adobe Acrobat or Adobe Reader and runs this program....
From one Michael to another! Many thanks. Your hint was most helpful. I found that lR = 31. My next job is to find where I found the instructions on which I...
Error 31 means (invalid action, or no application associated with the specified file) So most likely you don't have any PDF reader on your machine or PDF...
I have a data-logging frattice that plugs into COM1. Records are comma delimited and stored in files, named by user, of type .dat. Command on logger menu will...
HI I want ask you very important quotation for my master I HAVE PROJECT Visual Basic 6.0 BUT ALL Saved as one text file how can recreate the project from this...
There might be some sort of a converter that can do this quickly, but I am not aware of it. The slow way is to create a blank form, recreate controls that are...
how to execute a c++ program in vb any example will b helpfull thanks in advance Thejas See the Web's breaking stories, chosen by people like you. Check...
I have been trying to simplify - for the user - an installation CD. The Command Button to be clicked will depend on the user's OS: 98SE, XP or Vista. However,...
... First I would like to ask you what exactly do you mean? Is C++ program compiled and is in the form of 1. exe file or 2. is it C++ code that you want to run...
You have to use WaitForSingleObjec API call. The example is below. Private Declare Function OpenProcess _ Lib "kernel32" ( _ ByVal dwDesiredAccess As Long, _ ...
The only way I know how to do this is deploy C++ code as DLL that exposes properties and methods for outside access. Then if it's a simple DLL it could be...
Many thanks. In the end I decided to use a simple MsgBox with vbYesNo. While the user will (presumably) want to install my program, he or she will not need to...
Hello friends, i have decided to do a project in vb i have some doubts will you please clear me 1. we have a option of making exe files for example make...
Hi There, You're asking a whole bunch of questions and you seem to be a newbie (if not sorry). I think you should do this... 1. First go to Access (it comes...
Thank you friend for your quick replay i will try it have nice time ... From: mgaft1 <no_reply@yahoogroups.com> Subject: [Visual Basic 6 programming] Re: guide...
Hello All, I have just started my website for freshers to download FREE latest books on Java, .Net and all web technologies. You can check it out and download...
Do you know the password? If so it should be a part of the connection string. All other stuff will be just the same. Or you're asking about how to hack into...
thanks man. i know the password. and i am not hacking into any ones database. what am saying is that i already have a code to view reports, but the database i...
A friend monitors Red Squirrels, which are very rare in the UK. I have written two programs for her to help in her work. She wants to make the second one...
Dear all, I have two questions as follows: 1. I have been using Crystal Report 8.0 and VB6 but I need to upgrade to Crystal Report 10. I would like to be...