Lotus Notes has a collection of objects that allows you to use a string to refer to the index. Is there a VB6 equivalent function or a class that exists? What...
Pretend for the moment that you (or the world) had never seen Lotus Notes. And pretend that you are an employee of a company (business worker, not a...
You might use user defined type with more than one defined element. the results work like tables in a database. any element can be designated the index...
Thanks for the info but that won't solve the issue. As the Lotus example shows, it is allowing an array that allows the index to be a string not an integer. I...
You can define/declare the integer as string, too, of course, In olden times it would have slowed the process of sorting or searching a little bit. Why do you...
You can define/declare the integer as string, too, of course, In olden times it would have slowed the process of sorting or searching a little bit. Why do you...
Rob, the 'specs' that are provided to me for many 'problems' are oten even more obscure. <no offense intended> Isn't Lotus Notes an objct oriented type of db? ...
... It is a programmers group, and that's EXACTLY why you should provide actual information, not references to a third party application that the most active...
It is hard to explain what Lotus fits into, it is compliant with all OOPS standards for BASIC, XML, JAVA, JAVASCRIPT etc and on top of that has it's own...
For better or for worse, I have Vista on a Laptop and XP on a Desktop. Hitherto, I have programmed on the XP Desktop. However, I should like to use my VB6,...
You did install VB6 on your Vista machine under an Administrator account, correct? A few things that may help for the installation: * Cancel any Visual Studio...
... I don't know how true it is but I've heard tell... starting with Vista (and beyond) software development tools such as VB will need to be installed on a...
Many thanks, Tim and David. Before receiving your kind replies, I tried yet again. This time I ignored every warning saying "This program has known ...
... Yes, you will. :( I've had luck by running the installer in XP compatibility (copy the entire disk to a drive and right click, changing compatibility...
Hi Rob, ... While I've used a number of different engines, VMware tends to be the most powerful: http://www.vmware.com/download/desktop_virtualization.html ...
Hi Shawn, Thanks for taking the time to respond. My PC's are old (2002 2004), and not overflowing with memory. Thus I will check out Virtual PC: Thanks again, ...
... You're welcome, of course. It occurs to me, too, that you should check out the prebuilt "tester" VHD's (virtual hard drives) for various flavors of XP and...
By including Autorun.inf on the CD, I have eased the process of the few friends who are installing my VB6 program. While written using XP, it seems to be...
Dear all I am using VB 6 as front end and access as back end for the database. i have fol questions 1. i have password my access db file and i want to...
A week or so ago, I asked about how to get VB6 to add a desktop icon automatically. My attention has been drawn to the following article. I tried it - and it...
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...
[Sorry if I end up with two posts here with the same name. Something hiccuped here.] I'm new to this group. but have been writing personal projects in VB6...
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,...
I think this link will helpful for you. http://www.freevbcode.com/ShowCode.Asp?ID=99 at vb.net you can use Process class with WaitForExit() Regards, Md. Iqbal...