| Thread | Last Post | Replies |
|
| using speech engine via Api calls | 06 Jul 2006 00:36 GMT | 5 |
I'm wondering how to enumerate and use the installed speech engines (e.g SAPI) using API calls. Thanks for help, Jens
|
| Manipulating windows and controls in Excel | 05 Jul 2006 22:52 GMT | 10 |
*Crossposted from excel.programming * Apologies for the cross-posting, but the Excel boards are more focused on VBA: this board may be a better forum for VB code and Windows API programming. Many years ago, Chip Pearson published code to widen the 'named ranges'
|
| VB6 Equivalent | 05 Jul 2006 16:51 GMT | 4 |
What is the equivalent in VB6 for the following C# structure: Public Struct Info { [MarshalAs(UnmanagedType.ByValArray, SizeConst=260)]
|
| Picture size in an MDI Form In Visual Basic 6.0 | 04 Jul 2006 16:01 GMT | 2 |
When I set the picture property of the MDIForm to a paritcular file, the picture does not occupy the entire portion of the MDIForm. Instead some part of the MDIForm still shows the default colour instead of the picture. Now if i change the screen resolution to 800 by 600 pixels ...
|
| APIViewer 2004 | 04 Jul 2006 09:56 GMT | 4 |
I am looking for any errata or updated apv database files for APIViewer 2004 v3.10 and also the source material that the supplied database was constructed from. I hope that although VB6 is no longer supported by Microsoft that the source files may have been updated since the ...
|
| MCI and MMControl Silent | 04 Jul 2006 01:03 GMT | 7 |
The MCI_SET command for MCISendCommand of MCI_SET_AUDIO_ALL with MCI_SET_ON or MCI_SET_OFF flags is not supported by the Video_Overlay device. That means I cannot mute an AVI unless I set the Silent property of an
|
| Getting the IP from ComputerName | 03 Jul 2006 19:25 GMT | 1 |
Can someone tell how to get the IP address from a given Computername? Maybe I only need some functions (or one) from wscock32.dll but which one? Thanks alot Nijazi Halimaji
|
| How To Install a True Type Font using a shortcut | 02 Jul 2006 22:13 GMT | 11 |
I hope somebody can help me here... I'm trying to build a VB app that would install a true type font by creating a shortcut in the Fonts Folder. This is the method I prefer, since it keeps the original file in c:\myfonts and thus avoids
|
| Question about rtlmovememory or CopyMemory | 02 Jul 2006 09:52 GMT | 2 |
Can someone tell me what this function do in detail? I searched in the internet but I only find some bad descriptions... If I want not to use this function is there a workaround getting the same result? Thanks for every answer!
|
| Problem with GetFileSecurity ? | 02 Jul 2006 09:24 GMT | 6 |
we're using the code from this article to obtain the owner of a file: http://support.microsoft.com/?scid=kb;en-us;Q218965 The problem is we're calling it for about 700,000 files that are on a server.
|