| Thread | Last Post | Replies |
|
| SAPI 4 documentation | 26 Nov 2005 05:16 GMT | 1 |
Maybe/probably I'm missing something here, but apparently ... Back in SAPI 4 (circa 1999), they introduced the DirectSS control for speech synthesis. Then, Microsoft apparently removed all mention of this when they went to SAPI 5.0 with its more cumbersome (especially for VB
|
| Access .NET classes from VB 5/6? | 23 Nov 2005 17:36 GMT | 9 |
.NET has some interesting classes like Char.IsPunctuation that would be very useful in non-.Net applications. Is there some simple trick to accessing these from VB 5/6? Thanks in advance for help with this.
|
| Serial Port In USe By Another Device | 18 Nov 2005 01:35 GMT | 3 |
VB app works fine accessing Serial Port on one PC. Another PC reports Serial Port in use by another device. Each PC has only one serial port. How do I find who/what has the serial port captured?
|
| accessing Public Folders | 17 Nov 2005 22:08 GMT | 1 |
all -- I am not a vb programmer by trade, so go easy on me ... the goal is to copy emails from a public folder and dump them into a text file ... for import into a mysql db. I've tried using the MAPIFolder namespace, but I
|
| Application Icons. | 17 Nov 2005 17:09 GMT | 1 |
I've a VB6 app that I've created. I would like to set the App's Icon to an Icon that I've created. How do I do this? On the Make Menu of the Project Properties, I an Icon option, but it doesn't allow me to Browse or Change the App Icon.
|
| MSGraph question ... | 17 Nov 2005 00:59 GMT | 1 |
A family member ran into problems using MSGraph in a new Access 97 app that they were writing, so of course they called me in to figure it out. I called up the property page, but as usual there were lots of cryptic labels for things and no explanation as to exactly what they ...
|
| XML Parser | 16 Nov 2005 00:12 GMT | 1 |
I am using Microsoft XMLparser When I get back a nodes text value that has characters "&" it returns "&" instead of "&" ? Shouldn't the parser do the conversion automatically?
|
| Viewing object code? | 15 Nov 2005 16:01 GMT | 2 |
In the old days, before Microsoft, compilers all had an option to list the code they produced so that you could see what compiled well and what did not. Programmers quickly learned not to use what the compiler made a mess of. This often led to 2:1 speedups in programs.
|
| VB6 binary format | 13 Nov 2005 14:29 GMT | 1 |
Is it documented how the various VB6 data types, dynamic arrays especially, are arranged when they are 'Put' into a binary file? I'd like to read existing VB6 binaries into .NET. Thanks for any help,
|
| Using format to show 'Dr 1234' and 'Cr 1234' | 12 Nov 2005 12:59 GMT | 1 |
How can I display the words 'Dr' and 'Cr' before the amount, using the format function of Vb. I tried following:- a=1234
|
| Changing Power Profile from Home\Office to Presentation and back | 11 Nov 2005 16:20 GMT | 1 |
I posted this in vb.winapi yesterday with no response. I have been working with SystemParametersInfo to turn off\on screensavers. This is no problem. I cannot find the direction to go in that will basically change a power profile from something like "Home \ Office" to "Presentation"
|
| Program Files path | 08 Nov 2005 22:16 GMT | 1 |
How do I get the program files path? C:\Program Files\
|
| Email without using Outlook | 07 Nov 2005 17:57 GMT | 2 |
Are there any good examples of sending an email wothout using Outlook that supports multiple SendTo, CC and attachments?
|
| SetWaitableTimer question ... | 05 Nov 2005 02:18 GMT | 2 |
First, thanks everyone for the excellent solutions to my prior problems. This is really a two-part question, as maybe the answer to the first part will also answer the second part. 1. I haven't found a comprehensive writeup of SetWaitableTimer, not even
|
| What is the problem with GetPrivateProfileString? | 03 Nov 2005 03:16 GMT | 13 |
GetPrivateProfileString (aliased to GetPrivateProfileStringA) called from VB5 SP3 works GREAT on my XP machine, but on my '98 machine it just returns a blank buffer and a zero length indication regardless of what is in the INI file. It doesn't even return the value of the default ...
|