| Thread | Last Post | Replies |
|
| vb6 Class asking | 24 Jan 2006 05:47 GMT | 6 |
I have some some problem in writing class module The problem is that giving 2 classes public class Cell
|
| Compiler error: | 23 Jan 2006 15:42 GMT | 4 |
Compiler error: Only user-defined types defined in public object modules can be coerced to or from a variant or passed to late-bound functions
|
| How to modify chart in word document | 23 Jan 2006 05:57 GMT | 2 |
I have a word document with a Chart Object, how to modify the values of dataSheet with VB 6.0 Thanks
|
| Server componment deployment question | 22 Jan 2006 17:01 GMT | 1 |
In recent , I try do some server componment test. In vb6, I create a new test object name as "ServerComs" and compile as ServerComs.dll I want copy this file in server and put it in MTS In client pc, I don't want to do any register this files.
|
| Returns form SHELL processes | 20 Jan 2006 22:32 GMT | 5 |
I have an application which shells out to a dos prompt to execute a command line. No thing exciting there, but wht I need to do is "check" the contents of this dos window for the presence of the word ERROR - is there a way of doing it?
|
| Deployment Issue | 20 Jan 2006 14:46 GMT | 7 |
I am currently getting the following error on one PC. We have this VB6 application running successfully on many other PCs, this is the only PC I am experiencing this error. Error - "Failed to load control 'wodTelnetDLX' from wodTelnetDLX.ocx. Your
|
| call web service | 17 Jan 2006 09:06 GMT | 1 |
How to access web services through vb6 applicaction thanks
|
| MSHTML/DHTMLEdit | 16 Jan 2006 16:17 GMT | 3 |
I'm trying to use some HTML editing in an application. They tell me the DTHMLEdit control is now superseded by "MSHTML" so I copied the following from the MSDN site: http://msdn.microsoft.com/workshop/browser/editing/activateeditor.asp#activating _from_vb
|
| Using RTD & Visual Basic | 16 Jan 2006 02:27 GMT | 1 |
I'm trying to write a small app that uses RTD to pull data from an application we use for stock quotes (the application supports RTD) Currently I use Excel with the follow cell formula: =TONE(A7,,ILX|Q!'sp/z5 1300c,LAST')
|
| Newbe help, sending serial data | 13 Jan 2006 23:19 GMT | 3 |
I'm new to visual VB and I am trying to setup communications to the outside world. I found the example listed below in the help section of Microsoft Visual Basic 2005 Express Edition. Using the Hyper Terminal should I be able to see the string "Hello" or am I completely off base
|
| leading Zero is stripped from data that is imported using the Text driver. | 13 Jan 2006 10:00 GMT | 4 |
I am importing data from a comma separated file to an Access 2000 database table (*.mdb) using VB 6.0 code within an application. When I check the data in that has been imported I have noticed that the import process has stripped the leading zero from the data. E.g.. '045'
|
| Microsoft Excel 9.0 Object Library | 12 Jan 2006 21:39 GMT | 6 |
When i look in my Project - References window i see "Microsoft Excel 10.0 Object Library", because i use Office XP Professional. The program i'm writing has to run on a pc with "Microsoft Excel 9.0 Object Library" (Office 2000). Is there any possibility to add the 9.0 Object ...
|
| Setting up a Timer in an ActiveX DLL | 12 Jan 2006 16:09 GMT | 8 |
Hey pplz... I have a DLL I have written for IIS, and I want it to auto process a certain subroutine every day (like using a timer function) but how can I do this if there is no form to attach a timer control too ?
|
| How to use interface contained in DLL? | 12 Jan 2006 10:03 GMT | 4 |
The drivers for the Visioneer 8650 scanner come with a DLL (Ui32.dll) that contains an interface for controlling the automatic document feeder. How do I programmatically launch this DLL and use its interface? Can I examine the DLL's code in Visual Studio 6? Is it simply a ...
|
| object context empty / Runtime 91 error | 11 Jan 2006 09:21 GMT | 3 |
I have below object and while i am debuging i am getting error Run time error 91 Object variable or with block variable not set error. If i comment out the Context.SetComplete
|