I have some VB6 applications that displayed CR 8.5 reports using the crystal.OCX. I have recently purchased CR11 developer ed. so naturally i'd like to upgrade them to use the new...
In the VSInstaller, if you go to the "File System" item in the project explorer, you will see (under the "User's Start Menu" probably) the shortcuts you have created. Click on a shortcut...
Um, it probably wouldn't help declaring DATE_FROM and DATE_TO as parameters in Q2. They are Q1's parameters, i just wanted to assign a value to them in Q2 and pass them to Q1 in order to execute the...
Thank you for your answer. Unfortunately, your examples although they are very nice, they did not help very much. I wish to create a query in an access DB like it was done in DAO (via QueryDefs...
I have an Access2000 DB and i'm using ADO to access it through ODBC. I wish to drop and recreate an existing query or even better, alter its SQL statement if possible. Can anyone...
Tough luck. I've had that problem since... i can't remember! :) It's a very big disadvantage of VB (up to VB6) that it doesn't allow modal MDIChild forms.
Found it. From the link that exists in your example (http://www.allapi.net/). I just went to the front page to take a look at the site and there was a link pointing to an example for this! (talk...
Yup, that's a nice one. Too much trouble just to evade the "lock" of the pc but it seems to be the only solution. I would appreciate a small example of "posting a quit message to a running app".
...
It is indeed a naughty solution but i don't believe it will solve my problem. I'm using Win2K and it is most probable that the screensaver "tells" the system to lock itself so...
I'm using ExitWindowsEx function to shutdown Windows (usually Win2K). It is working fine, it shutsdown, restarts, etc. If a screensaver is active and password protected...
A little risky (there is a small change you may damage your Win98 installation) but try to create a setup in Win2K for your application (so all the necessary libraries will be included in it), then...
I'm trying to make a winpopup-substitute program in VB and use it under windows 2000. Using the API functions i describe later in this message, i've succeeded making a program that can send messages...