| Thread | Last Post | Replies |
|
| email without outlook | 07 May 2004 09:56 GMT | 1 |
h excuse the last post... basically I need some code which can send emails in visual basic without having to go through outlook... any help?
|
| Stop an ActiveX EXE | 06 May 2004 15:14 GMT | 4 |
I've posted this elsewhere in the group, but as a reply to someone else's thread, so it wasn't very prominent. Sorry for the repetition. I have an ActiveX EXE which runs as a separate process (specifically, it monitors data arriving at a com port from some lab equipment). An
|
| COMAdmin problem | 05 May 2004 19:52 GMT | 3 |
Starting to play with COMAdmin - very nice by the way - I am trying to do an app to automate some installation procedures. I want to iterate the different installed COM+ apps in order to do some checks. The following works in XP, does not work in 2000. Code is very simple, done in ...
|
| Dynamic call for MS Word | 05 May 2004 19:28 GMT | 2 |
I want to use MS Word as a reporting tool. I am using VB6.0 /w SP5 and Word 2002. I set MSWord 10.0 library in reference. The program works well. But the user is using Word 2000. How can I create a VB program suitable for both word 2000 and 2002 or later version? Could I create a ...
|
| Moving gifs | 05 May 2004 15:58 GMT | 1 |
Anyone know of a control (like an Image control) which will display an animated gif? Dave
|
| Custom Component shutting down IIS? | 04 May 2004 17:46 GMT | 3 |
I have a confusing problem with a COM component I recently registered on our IIS server. I developed and tested this component on a Windows 2000 Server system not currently hosting a web site. During the testing everything worked perfectly, so I installed it on the live server ...
|
| Could not create activeX component when calling ocx | 04 May 2004 16:18 GMT | 2 |
I have created an ocx file using vb6. However I get an error "Could not create ActiveX component" when I try to call the ocx. I have registered the ocx of course, but I keep getting the error. I use msdaora in vb6 to connect to oracle 9.2 database.
|
| Common Files special folder? | 03 May 2004 22:10 GMT | 1 |
Is there a shorthand/special folder for you OS's Common Files folder? I'm using FileSystemObject. Thank you.
|
| vbn6? | 01 May 2004 21:44 GMT | 1 |
i want use vb6 to write a program. it is used to record the "IE history", i am using WinXP,when i try to access the history directory use this path "C:\Documents and Settings\Nick\Local Settings\History", and then
|
| Finding files in VB | 01 May 2004 10:05 GMT | 7 |
I am quite at a lose. I would like to know how to programmatically do a search for certain files with a syntax like you use in Search File (e.g. "*.doc;*123*.xls") and then list them out. Thanks in advance
|