| Thread | Last Post | Replies |
|
| Default Input Language | 07 Jul 2005 15:11 GMT | 1 |
Im trying programmatically to obtain the "Default Input Languge" (found in Control panel -> Regional and Language Settings -> Languages -> Details -> Settings ) using VB6, Would appreciate any help Many Thank
|
| Checking connectivity to a remote computer | 07 Jul 2005 09:47 GMT | 2 |
Can someone tell me which API calls I need to use to test connectivity (TCP / UDP) to a remote computer over a VPN? Computers are either Win XP Pro or Win 2003 Server. I need to implement fault tolerance in my VB6 component so that it can
|
| Word Document in VB6 Form | 07 Jul 2005 03:25 GMT | 1 |
I am trying to display a word file which fetches data from the database (Mail Merge). Initially I had problem to display a multipage word document, but I used Dsoframer control to resolve this. The problem now is whenever I open this form I see a white bar on the top of
|
| Class doesn't support automation | 06 Jul 2005 21:06 GMT | 1 |
I have a dll that that I have created in VB .net using visual studio 2003. The dll has com interop turned on and I am trying to use it in an ASP app. I have a method that return an an object (SSOSubject) that contains several strings and a few arrays.
|
| Com error checking | 06 Jul 2005 20:58 GMT | 2 |
I have an application that is written in classic ASP (VBscript). The classic asp program calls a Visual Basic.NET version 1.1 COM object to obtain information from the mainframe. Most of the time the call from the classic asp program works.
|
| Binary Compatibility and Property name case-sensitivity | 06 Jul 2005 15:49 GMT | 1 |
I have a two COM components, C1 and C2. Each has binary compatibility and have had for a long time. C2 uses C1. However, when building on an XP machine C2 fails with the (unhelpful) "The binary compatibility DLL or EXE contains a parameter type or return type
|
| The specified module could not be found | 05 Jul 2005 19:23 GMT | 6 |
using vb 6 and word 2003 here is the code i use Dim oApp As New Word.Application Dim oMainDoc As Word.Document
|
| Excel Automation | 04 Jul 2005 07:14 GMT | 5 |
I've problem on excel automation. I have a procedure that use excel object and then close at the end. The problem occured second time I call procedure. At first time, there no problem.
|