| Thread | Last Post | Replies |
|
| Special characters in public folder names | 19 Apr 2005 19:52 GMT | 1 |
I have a VB6 program that walks down a public folder tree using Outlook folders. It works well until I get a folder that has a forward slash in the name. i.e. Public Folders\All Public Folders\Memos\06-09-1999 works just fine. I
|
| control load failure | 18 Apr 2005 15:53 GMT | 2 |
I suddenly started getting the following control load errors in my working project. Here is my project log file. Line 33: Class MSComctlLib.StatusBar of control StatusBar1 was not a
|
| VB Ocx property window | 18 Apr 2005 13:47 GMT | 3 |
I have a property which is the path of a file used by my control. How can I get the property window to open the file dialogue when I click on it. This would be similar to defining a colour as OLE_COLOR in the property declaration which automatically lets you load the colour ...
|
| Method 'open' of object 'DispHTMLDocument' failed | 15 Apr 2005 02:14 GMT | 1 |
I am getting the following error dialog in my VB 6 code when one user tries to invoke the Open("text/html") call in my embedded WebBrowser object. An error has occurred:
|
| How to convert HEX to DEcimal Number | 14 Apr 2005 13:29 GMT | 1 |
I am working with visual studio 6. And I want to change one hexadecimal number to decimal number when I pust the convert button. Please help. Thanks. M.K.
|
| Debug VB DLL COM object used from ASP? | 14 Apr 2005 08:14 GMT | 2 |
I'm trying to figure out how to debug a very simple COM object I developed in VB. I'm very new to VB and ASP so I have a lot to learn. That said, I found what I thought was perfect article which covers this:
|
| problem with ReadFile() to read from COMport on chinese systems | 13 Apr 2005 16:06 GMT | 1 |
I use the winapi function ReadFile() to receive strings (bytes) from the serial port in my VB6 program. This works fine in most cases. But when I receive binary data on system with languages settings chinese
|
| Program does not invoke methods of ActiveX-DLL | 13 Apr 2005 05:58 GMT | 9 |
since the program I'm currently working on evolved it started to get hard to handle. therfore I splitted the program into one standard-exe and several activex-dlls. the main programm can access the properties of the objects inside the dlls
|
| Shell command | 13 Apr 2005 03:07 GMT | 1 |
I'm using the Shell command in Access to run Adobe Acrobat and open multiple pdf files and print them. can anyone help me with the code to print the open pdf file and close it? Dim stAppName As String
|
| Security Question | 12 Apr 2005 16:29 GMT | 1 |
I current have a COM+ object running under a Privileged account which performs sensitive operations. A webpages front end is setup to access this object. The web server is set to impersonate the current user and all the security checks are preformed within the webpage code. The com ...
|
| Filebox and LB_SetHorizontalExtent | 11 Apr 2005 16:37 GMT | 1 |
Has anyone ever run into this? I am using a filebox to display a bunch of filenames. It turns out that some names are larger than my predefined Filebox. I know I could reduce the font size or enlarge the filebox, but I was
|
| ado/ole recordset running out of memory | 07 Apr 2005 18:31 GMT | 1 |
Hi; I have to write custom data integrity utilities comparing files with table data. I've found that looping through an ado recordset will cause memory problems
|
| Error in loading DLL (Error 48) | 07 Apr 2005 15:39 GMT | 4 |
We have been running VB 6 DLL's in COM+ on Windows 2000 for a couple of years now but have recently run into a problem with a single DLL. When instantiated from a website using Windows 2000 IIS 5.0, the component works perfectly in COM+. We have an executable vb6 program that ...
|
| Newsgroups | 06 Apr 2005 15:26 GMT | 1 |
Can I setup msdn newsgroups in Outlook Express?
|
| SOAP and exposed com interface | 06 Apr 2005 09:35 GMT | 2 |
I'm having a problem and have googled most of the web yet haven't found an answer, so was hoping someone here could help. My problem is this: I have existing legacy code (an application) which exposes an ActiveX interface. It will load and run in process dlls or you can access it ...
|