| Thread | Last Post | Replies |
|
| autostart with Windows | 28 Nov 2006 15:40 GMT | 2 |
I want to make my program that I had created with visual basic 6 to auto start when windows start, how can achieve that? Please, I do NOT want to achieve that through autobatch and Startup folder... Thank you in advance...
|
| IISRESET in a bat file | 27 Nov 2006 11:38 GMT | 1 |
Guys, Anything missing here? Doesn't seem to work. This is for IIS 5/IIS 6. iisreset.bat
|
| Tray icon menu does not disapear - vbPopupMenuRightButton usage | 20 Nov 2006 20:35 GMT | 1 |
I want the tray icon popup menu to disappears when ever the user press left or right key off the menu. Although I'm using the following code: Me.PopupMenu mnuPopup1, vbPopupMenuLeftButton Or vbPopupMenuRightButton
|
| DCOM settings: can it be done with VB? | 17 Nov 2006 15:25 GMT | 1 |
Is there VB 6.0 methods available to configure COM Security? We need to apply defaults & limits to Access Permissions and Launch and Activation Permissions without having our users go through running dcomcnfg.
|
| Rdeference to activex dll disappears when I rebuild the activex dl | 17 Nov 2006 07:48 GMT | 2 |
Hi, I hope this is the right place for this. Using VB 6.0 , I am building an activex DLL. It exports a class with some functions, which I call from a standard exe. The exe has the activex dll as a reference (Project..References). Whenever I rebuild the DLL (and even if I run ...
|
| Hi | 17 Nov 2006 06:18 GMT | 1 |
I have a program that creates a log file if some conditions are met... I want this log file to be sent to my email address... how can I achieve that? Thank you in advance...
|
| DCOM RaiseEvent | 14 Nov 2006 11:27 GMT | 2 |
What's the way for a DCOM server to raise an event for ALL its clients? Do the clients have to poll? The general idea is that some computer does something, and will then notify its peers that they should update their display.
|
| COMException (0x80040154): Class not registered | 12 Nov 2006 15:59 GMT | 1 |
My application fail to start on another computer. The exception is thrown trying to call "InitializeComponent()" as you can see below: System.Runtime.InteropServices.COMException (0x80040154): Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
|
| Public Class not Visible in Project Group | 10 Nov 2006 22:21 GMT | 10 |
Dear expert, I am ailed with a very strange bug. A VB6 project group consists of an ActiveX DLL and a Standard EXE. The EXE cannot see the DLL. Why is that? The strangest thing is that this
|
| Thread in VB6 causes crash | 09 Nov 2006 15:56 GMT | 5 |
I used API CreateThread to create a work thread in my VB6 project. I passed a class into CreateThread. In this clas, I have one COM object: Public iMsg as CDO.Message (CDO is a microsoft libray) My thread function is very simple:
|
| Parse VB& project | 09 Nov 2006 15:52 GMT | 1 |
How to parse from one vb6 project another vb6 project? Like a) Open VB6 project b) Parse trough all forms and controls to find specific control properties
|
| automation error in subclasse mode / timer event | 09 Nov 2006 10:29 GMT | 1 |
I get the following automation error message (translated from German so it might not be exactly the corresponding English VB6 or WinXP term): Automation Error: An outgoing call cannot be executed because of the application passes on an input-synchronized call.
|
| XML Report Formatting | 03 Nov 2006 15:33 GMT | 1 |
I'm trying to complete an assignment that my boss gave me to do and I don't understand it. Basically, I'm writing an application that will output at least seven reports in different formats, and I want to create something like a stylesheet that can be
|
| Accessing COM object from more that two threads | 02 Nov 2006 16:04 GMT | 5 |
I want to access a global COM object from diffeent threads(more that 2).The Memory for COM object can be allocated & initialized by one thread and same object is accessed by other thread. I am useing STA. I trying it useing Golbal interface
|