| Thread | Last Post | Replies |
|
| Embed the Scripts Files in an Executable | 31 Aug 2003 09:07 GMT | 1 |
My task is to create Hybrid Applications I mean applications which uses the power of both VB and ASP or any other scripting language and DHTML to give a good look
|
| Support / Dist. Files | 31 Aug 2003 05:49 GMT | 2 |
(VB6 Enterprise) If I create a VB6 app that is intended to be run on an external drive, (Iomega drive USB...)... ... can I get away with supplying any support/RUNTIME
|
| How to install a .dll file under windows XP? | 30 Aug 2003 22:01 GMT | 1 |
I am trying to run a small custom made application written in VB 6 on Windows XP. I keep getting the following: "Class not registered. You need the following file to be installed on your machine: MSSTDFMT.DLL"
|
| Open a dialog from an ActiveDLL | 29 Aug 2003 16:05 GMT | 2 |
Is possible open a dialog, like MsgBox, from an ActiveDLL? I am trying to do it, but the dialog do no appears. Thanks & Regards, Rui Oliveira
|
| can't send .eml file automatically | 29 Aug 2003 15:37 GMT | 1 |
I 'm trying to write a program that checks for all eml files in a directory and send them automatically the problem is how to pass the handle of an eml file to a Mapimessage Any ideas
|
| activex exe and activex dll | 29 Aug 2003 08:57 GMT | 1 |
Actually i want to know basic differnece between this activex exe and activex dll when to use activex exe and activex dll? where i will get detail information on this ?
|
| HELP! "Exception Floating point inexact result" while processing WM_COPYDATA msg | 27 Aug 2003 18:40 GMT | 1 |
hi friends/seniors i am stuck on one problem in VB 6.0 and need solution. see if u can help me. first i describe the problem. Can u imagin the WinZip scenario. we right click on some file and select in
|
| Returning default value | 27 Aug 2003 16:52 GMT | 2 |
I have a function IsModified which returns Boolean. By default is it possible to return the value as True. (like how we specify default value for parameters Optional Flag as Boolean = True ) Something like below.
|
| Passing vc++ window handle into VB | 27 Aug 2003 16:29 GMT | 1 |
Is it possible to pass window handle of VC++ to VB ocx? I have a VB ocx used in Vc++. However, this ocx is required to pass the window handle. Is it possible to do that? If so, how to do it Eric
|
| mCol.Add gives a error , after clearing | 27 Aug 2003 08:52 GMT | 2 |
I have functional class ClsStrucChart , with a subClass ClsStrucColChartLine ( this class contains a Collection of ClsStrucChartLine ) . Eversince I did some changes , I can't add any items to the Collection Class because it's like the mCol from the ClsStrucColChartLine is not ...
|
| Can't open form run time error 0 and run time error 429 can't create object | 26 Aug 2003 08:19 GMT | 1 |
I have a Visual Basic project with one form that for some reason now no longer runs or opens in design view. When I try to view the form (View | Object), I get the run-time error 0'. If I then try again to view the form (View | Object), I then get the error message Run-time
|
| problem with component service and terminal server | 26 Aug 2003 06:12 GMT | 1 |
I'm using Win2000 server as an component server and as a terminal server. I have a component that i'm running on a component services. The component includes one form. The problem is that when terminal server users log on to their sessions they can't see that form. If i register ...
|
| How can I convert a COM dll to a standard dll? | 26 Aug 2003 04:13 GMT | 2 |
I have been working on a project for the last 3 weeks or so to create an ActiveX dll using VB6. After pointing numerous times that the dll we are going to provide will be an ActiveX dll, our client just mentioned that they
|
| Path | 25 Aug 2003 09:52 GMT | 1 |
Hi, I know the CommonDialog control has the ability to Automatically set the working path for a specific project, for instance if I've got a VB form that allow me to open a text file (using open commondailog) in the form's text
|
| How to allow user to browser to a folder name? | 24 Aug 2003 22:50 GMT | 1 |
In Win32 API, GetSaveFileName of Lib "comdlg32.dll" can get file name in a dialog to browse in file system. But I need a API or COM to get folder name (not file name) for my application. Does anybody know which component can show
|