| Thread | Last Post | Replies |
|
| Problem with SerialNumber... | 18 Jan 2005 16:21 GMT | 3 |
Hello everyone, I have a problem running a software program on one computer that I can?t figure out. I have run this program on at least 100 other computers with no problem but this one is failing. The line of code that I think it is failing on is when I am trying to retrieve the
|
| How can I make the Enter key act like the Tab key in a VB6 form? | 18 Jan 2005 16:14 GMT | 2 |
I have a VB6 form with text boxes and command buttons on it. The focus is initially on a text box and I would like for the Enter key to cause the focus to move to the next text box in the tabstop sequence just like the Tab key does. Does anyone know how I can do this?
|
| Error 429 using TypeLibInfoFromFile | 14 Jan 2005 14:33 GMT | 4 |
Hello, we have some code that uses TypeLibInfoFromFile(string) to get information from an ActiveX dll. Recently, one of our developers started getting an Error 429 ("ActiveX component can't create object"), and I narrowed it down to the TypeLibInfoFromFile(string) call. No other ...
|
| Windows Shutdown API Failed | 14 Jan 2005 12:53 GMT | 1 |
Hi!, I have a problem that I am calling Win32 API ExitWindowsEx() for shutting down windows i am also setting the Application privileges to be able to shutdown the system.
|
| Excel and VB6 | 13 Jan 2005 22:27 GMT | 2 |
Hello world of experts, I know this is no Excel VBA newsgroup, but there is none as far as i know. I am trying from VB6 to access an Excel object and am filling okay a spreadsheet. The only thing I cannot do is to left justify all spreadsheet
|
| How to debug a dll used in Excel | 13 Jan 2005 22:22 GMT | 7 |
This is a beginner's question. My ExcelVBA code calls a VB6 dll. At present, not knowing otherwise, I debug the dll the following way : I compile my dll in vb6 (using exit subs
|
| give focus to excel object application? | 13 Jan 2005 15:56 GMT | 7 |
I don't know if this makes much sense. The problem I'm having is that my vb application opens an excel object that has a macro. When the vb application runs this macro (via objexcel.application.run), the macro runs very slowly (much slower than
|
| New guy with a close VB problem | 13 Jan 2005 15:19 GMT | 4 |
Hello All. I just lost two harddrives. While putting everything back together the only problem I had was reinstalling vb6 professional. Yes it is a legal copy.I could load it and run it but if I tried to put (lets say) a listbox on a form it would fault and end vb. I manually
|
| Print with Browser | 12 Jan 2005 02:23 GMT | 4 |
I can open a website with the following script: <script LANGUAGE="VbScript"> Set IeAppli = CreateObject("InternetExplorer.Application") IeAppli.Visible = True
|
| License for component not found. How to determine what component? | 11 Jan 2005 18:55 GMT | 2 |
When compiling my project to an .exe I get the following: "License information for this component not found. You do not have an apropriat license to use this functionality in the design environment". This message occurs when writing to the exe file. My question is how to ...
|
| 'GetOriginalCallerName' in COM+ after migration doesn't work | 11 Jan 2005 01:14 GMT | 1 |
I'm migrating some stuff from MTS to COM+. In the MTS component we use the SecurityContext.GetOriginalCallerName() to find out the NT UserID of the client. This doesn't appear to work in COM+ and we end up with the userid that the component runs under.
|
| Create Excel Macro | 07 Jan 2005 19:26 GMT | 1 |
Is there a way to use VB and OLE to create an Excel program, and then create a macro in that Excel program?
|
| DCOM Client/Server Access denied; runtime error '70' | 07 Jan 2005 14:05 GMT | 4 |
I´ve made a dcom client and server application (based on the howto´s from the ms kb) and that works out fine. But when I distribute the client it only connects to the server on pc´s that have admininistrative rights in the domain.
|
| Loss of Selection Capability on Document Re-Open | 06 Jan 2005 21:17 GMT | 3 |
I have a VB app that opens and closes a Word doc. I have the following declarations: Dim wdApp As Word.Application Dim docNew As Word.Document
|
| Using WIN32API WriteFile(...) in Visual Basic | 06 Jan 2005 19:53 GMT | 3 |
I am attempting to use WriteFile(...) from WIN32API to write the contents of a byte array to a file (Visual Basic seems not to provide its own functionality for such file creation). However, I cannot get WriteFile(...) to write the contents of a given buffer out properly. Has ...
|