| Thread | Last Post | Replies |
|
| Adding commands to excel cell command bar | 30 Dec 2005 03:16 GMT | 5 |
Hi All, I´m converting a VB6 app to Vb.Net. One of the forms has an explorer container that opens an Excel Spreadsheet. Everything is working fine, except when I try to add a command to excel cell commandbar.
|
| Testing if dll is present | 29 Dec 2005 22:25 GMT | 1 |
Here's the situation that I have: Half of the company uses Product A to do something, while the other half uses Product B. The both do exactly the same thing and the calls are similar, but not exact. My program needs to work with both and I only want
|
| Create Access Report with Word documents stored as OLE objects | 28 Dec 2005 14:34 GMT | 1 |
HELP. I am NO Visual Basic Programmer. I have an Access database and I need to make some special reports. These reports will be emailed, faxed or printed depending on what information the user stores in the tables.
|
| Can VB6 be used for truly modular application development? | 21 Dec 2005 23:01 GMT | 22 |
I'm incredibly disappointed in the inability of VB6 to support truly modular application development. At all levels *up until the application UI* I have been very successfuly in modularizing and compartmentalizing code into various application artifacts (i.e. DLL's and OCX's). ...
|
| adodc provder cannot be found | 21 Dec 2005 13:37 GMT | 1 |
Hi i have a program that was created in Visual Studio 6 Pro, which links to an access 97 Dahe database! everytime i try to access the database from the program i get the following error ADODC1
|
| DCOM problems | 18 Dec 2005 10:08 GMT | 3 |
Good morning, I (and all our in house DCOM experts) am having difficulties with configuring DCOM. What we try to achieve is simple : Excel uses a COM dll that talks to
|
| how do you get rid of the start menu? totally! | 15 Dec 2005 17:01 GMT | 5 |
hey ppol! been doing a little program and i need to know how i can hide the start menu...yep....that's right....the start menu....not the button!...the menu! my little program is supposed to be an internet cafe client program....i
|
| Creating events in VC++ / ATL, receiving in VB | 15 Dec 2005 14:29 GMT | 7 |
I'm trying to figure out how events are generated in VC++ ATL and then received in VB. I already have a working example to which I want to add an event function. In the IDL file I have added the function name to the dispinterface as follows:
|
| migrating from Windows server 2000 to Windows server 2003 | 12 Dec 2005 18:09 GMT | 1 |
Hello friends, I have an application written mostly in VB6.0. It has server based component and client based component and running on windows 2000. It is a GUI generator application that launch many windows forms. Would there be any problems if i
|
| Which ones to reference to? | 12 Dec 2005 15:44 GMT | 2 |
Hello, friends, I need to use IPersistStream, IStream, IPicture, etc. in my VB6.0 app. Any one knows which components I should add reference to? Thanks a lot.
|
| COM Remote Server Machine Unavailable, Event 10016 | 10 Dec 2005 04:36 GMT | 3 |
Hi everyone... I've got a problem with a new piece of software we just started reselling. It's a client/server app written in VB 5 - the server runs a webserver for document management. From what I can tell the Dart Web
|
| conectar VB con My Sql | 09 Dec 2005 21:49 GMT | 3 |
Amigos : quiero hacer un formulario para grabar datos en uan Base MySQL que esta en un Servidor en Internet Cual seria la Forma de conection hacia esta BAse de Datos
|
| Reading data with carriage returns into a variable | 09 Dec 2005 21:25 GMT | 1 |
Hey all, I'm making a program that downloads my email. Problem is the email contains carriage returns. When my winsock _dataArrival event is triggered, I use winsock.getData
|
| Combo Boxes | 09 Dec 2005 14:04 GMT | 5 |
I'm trying to populate my combo box with a list held within a spreadsheet without success. Currently I'm using a while statement to get the information where in a specific cell range.
|
| Early Binding Fails | 08 Dec 2005 20:08 GMT | 8 |
I have a Piece of code as following, Dim oF As prjFunction.clsFun Set oF = CreateObject("prjFunction.clsFun") Which bombs when running on one machine, If I Declare oF as Object,
|