| Thread | Last Post | Replies |
|
| English to Spanish for some reports. | 01 Feb 2006 12:07 GMT | 2 |
I never had to deal with language in the past. We are getting some request to print certain reports in Spanish. The user are mostly English user so there is no need to change the language in the program just certain reports because those reports get posted in schools or send home ...
|
| [function LOF] Fails after WordPad saving | 01 Feb 2006 11:01 GMT | 8 |
I need to load the whole textual content (with tags and so on...) of a .rtf file into a String variable. Like this:
|
| Why sending email programmatically must be so complicated? | 01 Feb 2006 10:57 GMT | 35 |
I read few threads regarding sending email and found them lacking common sense. All of them involve direct connection to Internet and extra other components.
|
| VBA stealing keys from ActiveX control? | 01 Feb 2006 07:36 GMT | 3 |
It appears that a UserForm displayed from VBA is stealing keystrokes from one of our C++ ActiveX controls. The keystrokes that are stolen are: backspace, delete, and the arrow keys. Normal alphanumeric keys work fine. There may be more keys that are stolen, but these are the ...
|
| determining when shell command finishes | 01 Feb 2006 02:05 GMT | 1 |
I've got to believe this has been asked and answered before, I've been browsing for about an hour..... All I need to do is be aware when an external (DOS) program has finished. The shell command returns a 'task id', is there a simple way (API call?) to
|
| Starting VB app causes Windows Installer to start | 01 Feb 2006 01:33 GMT | 5 |
When I start a VB app on a Windows XP SP2 machine, I get a dialog from Windows Installer with the following dialog: Please wait while Windows configures Microsoft Office XP... Gathering required information. If I sign on as a different user, I don't get the dialog. I thought it ...
|