| Thread | Last Post | Replies |
|
| VB6 runtime dll(s) | 27 Sep 2005 12:37 GMT | 1 |
Newbie question: Is it necessary to include VB6 runtime dll(s) along with my exe if I'm deploying to Win2000+ clients? Or can I reasonably assume that those VB6 runtime files are installed by default on Windows systems?
|
| VB6 Program to Install Word Template | 27 Sep 2005 11:31 GMT | 3 |
I'm trying to write a VB6 program to install a Microsoft Word template on a user's machine. I'm not sure if VB is the best way to do this. I've used VB because I know how to use VB to start Microsoft
|
| using less then size 12 font in rich text box | 23 Sep 2005 09:11 GMT | 2 |
I need a very very small font size in a rich text box (about 6), However in the properties at design time the smallest font is 12. Is it possible to change the font size at runtime, in the form_load event?
|
| Safe Initialization and Scripting for ActiveX | 16 Sep 2005 22:30 GMT | 1 |
I developed active x control using vb6 and visual studio 6. In the vb6 packaging tool, I checked 'Safe Initialization and Scripting for ActiveX Controls'. But when I try to use the active x control called by vbscript using IE6, I have to change IE security setting to 'prompt' for ...
|
| using innosetup | 14 Sep 2005 15:10 GMT | 13 |
I have been using and learning about vb for a year or so now and have got to the point where i want to make proper, usable programs which i can distribute Have been reading up on the internet about install programs and have been
|
| VB6 database app on customized standard XP Prof. edition | 12 Sep 2005 16:21 GMT | 1 |
I have written a VB 6 app which uses Access databases (2.0 - MSJET/DAO) as a basis. Basically, this app works the way it is supposed to be on a couple of windows environments, including WinXP Prof. installations with Service Pack 1 and Service Pack 2.
|
| RTF to HTML | 05 Sep 2005 17:37 GMT | 1 |
I want to convert RTF to HTML. vb6 has no functionality for that, right? Is there anywhere on the internet you can find how the format of RTF works? I've searched but can't find anything. Any help is welcome, thanks.
|
| Formatting HTML in vb6 | 05 Sep 2005 15:58 GMT | 2 |
I have a string with HTML code and i want it formatted, just like HTML editors do. Say I have a string: "<html><b>hello</b><html> and i want to format so that it becomes:
|
| Erorr with deploying vb6 program on win 2000 | 01 Sep 2005 14:24 GMT | 3 |
I'm currently experiencing some errors with the deployment of my vb6 program on Windows 2000, but the program works fine on windows XP. On windows 2000, the program throws back a referenced memory could not be read error. The vb6 program was compiled on the Windows XP enviroment ...
|