| Thread | Last Post | Replies |
|
| Ole Simple Problem(x2)? (VB/Word) | 29 Sep 2004 19:19 GMT | 1 |
I have an Ole Object in a vb6 form (class = Word.Document.8) I load the form calling the following: (this loads the word file into the ole object for display) Ole.SourceDoc = "here goes the file source"
|
| open a cash drawer ? | 29 Sep 2004 18:30 GMT | 2 |
How to open a cash drawer using a VB program? Thank you!
|
| Easily convert Days in To Years & Months | 29 Sep 2004 18:26 GMT | 2 |
Has anyone got an easily formula to convert the number of days to a value with years and months??
 Signature Rikesh
|
| MAILTO and Attach file | 29 Sep 2004 17:54 GMT | 1 |
I like to send e-mail with attached file (zip_file) from VB6 useing : ShellExecute mdiMain.hwnd, "Open", "mailto:" & e_mail_adresse & "?subject=" & zip_file & "&body=" & body, _ vbNullString, vbNullString, vbNormalFocus
|
| Accessing main application from ActiveX dll | 29 Sep 2004 13:53 GMT | 1 |
Message-ID: <BD7FCB0Fyf@NOSPAMgadka.pl> Path: NOSPAMgadka.pl Lines: 8 References:
|
| Date Object | 28 Sep 2004 15:13 GMT | 1 |
VB Script exposes on object "Date", which had some good features. I am missing this object in VB. Is this object located in some some dlls? That I can include in VB to access the Date object
|
| How to launch an instance of InternetExplorer that displays the "Folders" 'Explorer Bar' ? | 28 Sep 2004 09:49 GMT | 4 |
I am trying to launch an instance of 'InternetExplorer' that also displays the "Folders" option of the "Explorer Bar"? I was also wondering if there is a way to actually select a specific file that will display as the default selection within the folder shown?
|
| MDI Child form in DLL | 27 Sep 2004 16:01 GMT | 4 |
I know that this is technically not allowable in VB6, but I also understand that there are 3rd party products that will let you get around this. Does anyone use or have any experience with some product that you can recommend? I'm looking at whether it's feasible and/or practical in ...
|
| DCOM Classes not visible in DCOMCnfg | 27 Sep 2004 06:23 GMT | 7 |
I created a dcom test application with a class and a form and an apllication, which calls the class of my test application via dcom. That worked right away. When integrating the class in my main project, I encountered the
|
| can't assign to array | 27 Sep 2004 02:14 GMT | 5 |
I'm getting a VB6 IDE error "Can't assign to array" when I attempt to pass an array to an object property. Here's a property snipped from "Actions" the class: Option Explicit
|
| Load fails of a XML file in Resource DLL | 26 Sep 2004 10:47 GMT | 5 |
I try to load a xml file from a resource dll, but the load fails. I try the following example which works: Set objXML = CreateObject("Msxml2.DOMDocument.3.0") ObjXML.async=true
|
| VB6 started to mess up | 24 Sep 2004 12:55 GMT | 1 |
I got this message, when trying to compile an exe-file out of my VB project: E:\project\form129.frm(1233) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'E:\8783\vc98\p2\src\P2\main.c', line 494) Please choose the Technical Support command on the Visual C++
|
| Command Line Arguments | 20 Sep 2004 20:27 GMT | 3 |
Is there a way to process command line arguments in visual basic 6.0? I've only found help for .Net I want to install a switch such as '/s' or something that runs the program in setup mode.
|
| VB Com compatibility | 16 Sep 2004 20:27 GMT | 1 |
Can a COM written in VB be consumed from a VC++ application?
|
| SendKeys and passwords | 16 Sep 2004 17:39 GMT | 1 |
I've used SendKeys successfully after opening apps using the shell function, but a recent attempt is not working. In this case, I'm opening a database that first asks for a password. I tried using SendKeys to send my password, but the password is not entered into the
|