| Thread | Last Post | Replies |
|
| Taking Advantage of Additional Processors | 09 Oct 2003 09:09 GMT | 15 |
I'm aware that Wink2k does support 2 or more processors. Will a program developed using VB6 be able to take advantage of the additional processing power if I add more processors? Do I need to install any service pack from microsoft? Do I need to re-design and re-code my program?
|
| Automation error The security context is invalid" "error '800706d5' | 08 Oct 2003 12:10 GMT | 7 |
We have an iis server where we host several websites. One of our websites has been consistently throwing the following error "Automation error The security context is invalid" "error '800706d5' ".
|
| Write Rich Text to Word Document | 08 Oct 2003 04:59 GMT | 1 |
In VB, I would like to write Rich Text directly to a Word Document object. What I am thinking of is something similar to the TextRTF call in the Rich Text Control. As background, what I need to do is store the Rich Text
|
| determining interfaces inside of a DLL programmitically | 07 Oct 2003 22:18 GMT | 1 |
I would like to determine a way of taking the name of a fully qualified dll filename and then have as an output the fully qualified object.class names and their associated methods. I need to do this to load these into a database.
|
| Problem with Catalyst's CSRAS.OCX? | 07 Oct 2003 17:52 GMT | 4 |
Has anybody used the Catalyst Software RAS Dialer of www.catalyst.com/ ? I've made this application that dials to an ISP, sends a message and then disconnects by itself. The problem is that it works fine in some PC's but not in others.
|
| Urgent! COM+ component can't create from ASP! | 07 Oct 2003 09:05 GMT | 1 |
We have created a Web application with ASP and COM+ DLL. It run fine in our testing server, however, the COM+ DLL will hand up after moved to production server. The problem exist when too many user connected to the Web Server at the same time, and then COM+ component can't create ...
|
| How to make a VB form receive self-defined message? | 06 Oct 2003 23:10 GMT | 1 |
I'm a newbie of VB, I'm using VB6. Is it possible to make a form receive self-defined message, check out the data inside LPARAM and WPARAM? I.E. I defined a message #define MY_MSG WM_USER+2, I send this message from another
|
| Object Constructor String | 06 Oct 2003 08:08 GMT | 3 |
Anyone knows how can I set the Constructor String of my component? I wanna make a VB program that's generate and set the constructor string of my component every time that's I call a button. Anyone knows and can help-me with this problem?
|
| MSAA - Get items from combo / list box | 06 Oct 2003 08:07 GMT | 1 |
I am trying to use MSAA for one of my project application. I have few problems in doing the following. Can you let me know, how i can achieve them. (I posted this to many forums, but i could not get any
|
| Is anyone knows how to append/modify/remove string from/to a binary file please help me. | 06 Oct 2003 08:07 GMT | 2 |
Is anyone knows how to append/modify/remove string from/to a binary file please help me. My requirement is I have to add a string value to a compiled executable file using visual basic 6 and modify or delete the string after use. Anyone knows
|
| Cross Platform Communication | 06 Oct 2003 00:03 GMT | 1 |
I want to build a system where the server is Linux and the clients have Windows What i want is that the data is stored in Linux OS in Oracle\MySql and the client uses RPC for communication
|
| Chirag: How to handle Errors in COM+ | 05 Oct 2003 07:17 GMT | 2 |
If i use Err.Raise then a Error is Raised which says Automation Error How can I show my custom Error Message over to the client from server Thanks in advance
|
| receive data from serial com port | 04 Oct 2003 20:36 GMT | 3 |
I want to receive data from serial com 1 port, and it is attached to the smart card reader. I used MSComm control to do that but I still not able to receive the data. I then copy the sample from Microsoft's site http://msdn.microsoft.com/library/default ...
|
| component mscomm32.ocx error message | 04 Oct 2003 20:30 GMT | 4 |
I tried to run a VB communication program in a machine without VB6 installed, and it yields the error message "component mscomm32.ocx or one of its dependenies not correctly registered. A file is missing or invalid." I then installed VB run time, but still not able to solve this ...
|
| Setup can't find vb6stkit.dll | 04 Oct 2003 18:29 GMT | 2 |
I created a setup package with the setup applicattion wizard, when the client is installing my app, in the 3rd diskette it gives me the following error: Setup can't find vb6stkit.dll
|