| Thread | Last Post | Replies |
|
| DCOM Entry Level Question / Help | 18 Oct 2004 19:30 GMT | 2 |
Could anybody please point towards an article that explain how to write a DCOM component in visual basic? If I build a dll on a local machine how would I configure it to run on a different machine? I'll be using Windows XP on both machines. I've turned on DCOM in ...
|
| Timer object in dll | 18 Oct 2004 13:15 GMT | 3 |
I am using MSComm control in my VB DLL I have to invoke the dll method form my main program which will send some commands through MSComm control and wait till receive error or success code. My problem is how I can do this thing asynchronously that is control should return from dll ...
|
| Terminal Server apps.. | 17 Oct 2004 15:01 GMT | 1 |
I was trying to develop a Terminal Client with my own touch but.. When I'm trying to add the Control to vs.net2003 then I get an error like ** Compiler errors occured when generating a Windows Forms wrapper for ActiveX
|
| error 429 -- appropriate license to access this functionality | 15 Oct 2004 23:51 GMT | 7 |
I have written an ActiveX OCX in VB6. It's a wrapper for functionality in a .NET dll a contractor & I wrote together. It works great on the development computers. An MSI install package developed by Wise for Windows Installer successfully deployed it to a couple of client computers ...
|
| WshRemote and COM.. bug? | 15 Oct 2004 21:12 GMT | 1 |
I am the admin of this network. I want to be able to kick off scripts on remote computers AND have the script access resources on the network. Kicking off the script on the remote computer has worked without a hitch as long as I do not access any resources on the network. If I ...
|
| Help! How can I programmatically print a TREE structure? | 15 Oct 2004 16:43 GMT | 1 |
How can I programmatically print a TREE structure or the normal windows directory structure using VB DataReport?
|
| Reading PDF files inVB6 | 15 Oct 2004 11:23 GMT | 1 |
Is there a way to read pdf files and display them on the screen with VB? When yes, how can I do that. I've searched the net, but can't find what I need. I've seen a module somewhere a while ago, but I can't remember where. So, folks, if there is any one who can help me out, I ...
|
| Terminal Server Active X control | 15 Oct 2004 02:45 GMT | 3 |
I was trying to develop a Terminal Client with my own touch but.. When I'm trying to add the Control to vs.net2003 then I get an error like ** Compiler errors occured when generating a Windows Forms wrapper for ActiveX
|
| Excel Application disappears | 14 Oct 2004 19:15 GMT | 1 |
I have developed a VB COM application that essentially obtains data from a reporting tool and then adds it to an Excel book. The VB app runs under a local administrator. It runs the reports for more than 2500 users and creates an indetical number of Excel books.
|
| Access a Range i sheet | 14 Oct 2004 11:21 GMT | 1 |
I have i problem I need help with. I have a sheet in Excel named "Sheet1". In this sheet I have three items. Cell B1 = Item1 Cell B2 = Item2
|
| CallByName & vbLet/vbMethod | 13 Oct 2004 08:41 GMT | 3 |
If you have to blindly access an object member using CallByName ( -- I have good reason, but this margin is too small to explain why -- ) then how can you tell whether it's a property or a method? For instance, given an object reference, and a term to be applied such as
|
| Help with XMLHTTP40 | 12 Oct 2004 21:59 GMT | 1 |
I'm using the following VB code: Private Sub Form_Load() On Error GoTo ErrForm_Load Dim sURL As String
|
| How do i PING via VB6 code? | 12 Oct 2004 16:48 GMT | 1 |
How do i do a PING to a specific IP address via VB6 code?
|
| Smart Card | 11 Oct 2004 22:31 GMT | 1 |
SCardTransmit returns error code 22. could anyone help me. Thank u in advance
|
| Ideas for asynchronous calls in VB6 | 11 Oct 2004 16:16 GMT | 1 |
I need to make asynchronous calls to a class I developed because this class in turns communicates asynchronously with an external system. To do that, I know I can use a timer and set it to, say, 0.5 seconds (is there a minimum limit? is it really 1 milisecond?). The event handler
|