| Thread | Last Post | Replies |
|
| Error 70 permission denied - On launching the program three times | 27 Jul 2006 19:25 GMT | 4 |
I have a program that when launching the third copy of it gives 'Error 70 permission denied' OK I normally do not need three copies at the same time, but it does this on my Citrix server and I can only have two people using it at one
|
| Delete Row from a table in a word document using VB6 | 27 Jul 2006 06:52 GMT | 1 |
I have a word object that I am manipulating with vb6. In the document I have a table that I will need to delete a row from. How can I do this in VB?
|
| Windows application connection error | 26 Jul 2006 08:55 GMT | 1 |
There's a vb.net 2005 windows app that sends out emails, it works fine, but sometimes it gives these errors: 1)System.Runtime.InteropServices.COMException (0x80040212): The transport lost its connection to the server.
|
| Previewing a word document in the Preview control | 26 Jul 2006 07:37 GMT | 2 |
how do I get a word document to preview in the preview control System.Windows.Forms.PrintPreview() or are there any other smarter way to preview it in your own application?
|
| Quickest Text File Search - Help Please | 24 Jul 2006 21:11 GMT | 3 |
I have a large text file that has comma separated values for approx 60,000 different product lines in the following format.. 0103906749,3,Item Description 1,0.25,0.75,H 0103906988,3,Item Description 2,1.00,0.00,H
|
| ActiveX in-process & out-of-process | 17 Jul 2006 17:20 GMT | 1 |
I have a problem with an activex application. This application has an vba enviroment integrate where I can use all the functionality of the application. If I try to get the interface from an external application using for example
|
| Choose Profile Popup | 14 Jul 2006 02:19 GMT | 2 |
We have VB (6, sp6) code that has worked for the last eight years, now all of a sudden it is causing a popup box that says: "Choose Profile" It happens on the objSession.Logon line.
|
| VB6 + Excel Automation errors | 13 Jul 2006 10:19 GMT | 1 |
I am a relative novice in terms of VB programming, and I have been asked to try and identify the cause of an intermitent fault that a customer is experiencing. The person who developed this applciation is no longer wiith our company, and I have the enviable task of tracking
|
| TLBINF32 versions | 13 Jul 2006 10:04 GMT | 8 |
Does anyone know of a download link for the latest TlbInf32.dll, or even where I can find a summary of what versions exist and what their differences are? I believe I've encountered a thread-related issue with one of its methods.
|
| Print a form | 12 Jul 2006 12:40 GMT | 1 |
How can i print a form with visual basic express 2005? thank's
|
| Debugging problem | 08 Jul 2006 21:24 GMT | 1 |
I am facing problem in debugging the COM object developed in VB6. It is also using ASPTypeLibrary.ScriptingContext. During debugging whenever I try to call the method of ASP object, for example "Request" etc. it gives me error that
|
| Converting Databases | 08 Jul 2006 20:07 GMT | 5 |
I've inheritted a VB app which uses ~cough splutter~ an Access 2 database. I've manually converted this to Access 2003 for use with ADO in VB6 for my development purposed but when it comes to rolling out the final
|
| Accessing existing Excel from VB .net | 07 Jul 2006 05:55 GMT | 7 |
I'm simply trying to access an instance of Excel that has been opened manually by the user in order to put a few values in the existing sheet. Here's the code I've tried: Dim oXL As Excel.Application
|
| Executable cannot link to right dll | 06 Jul 2006 02:00 GMT | 1 |
I 'm trying to deploy a vb application to a different server. It has two parts, executable and dll. This is what I did: - I changed the connecting string, making it point to a different sql sever. It runs, and points to the sql sever I just changed. Everything
|
| How Do I Com Wrap OCX files for a VB6 app? | 05 Jul 2006 19:18 GMT | 3 |
I have a few older applications that I want to get up and running in a U3 environment. If you don't know what U3 is that's fine. Just know that while in this environment I CAN NOT register the OCX files that I need to run my apps.
|