| Thread | Last Post | Replies |
|
| Clicking a menu item stops programme execution | 31 Oct 2005 21:43 GMT | 2 |
When I click on a menu item that has subitems my programme sometime halts while the menu is open. When it is closed execution continues. It does not happen all the time, just most of the time. I have tried a Doevents in the main MenuItem click event but that does
|
| Lost access to components | 31 Oct 2005 01:06 GMT | 1 |
I have suddenly (between loadings) lost access to several Windows common controls. Using XP they are still available as administrator but unavailable in a user mode. Only 3 of about 10 .ocx files affected. Any suggestions on how to restore?
|
| Question about ActiveX Controls and ActiveX DLLs. | 31 Oct 2005 00:38 GMT | 5 |
When is it best to use/create an OCX project versus an ActiveX DLL? I ask this because I have a project (client side) that uploads and downloads files using WinInet. I have a VB front end (for testing and debugging). At the end of the day, I
|
| CDO Question | 30 Oct 2005 12:39 GMT | 9 |
I have a question about CDO for windows 2000. I want to catch all error messages when using the "send" function. Can anyone tell me how? Private Sub cmdSend_Click() Dim objSendEmail As New CDO.Message
|
| MSCalendar Problem V8 vs. V10 | 28 Oct 2005 22:28 GMT | 1 |
I have some clients that recently upgraded something on their system that got them a new version (v10) of MSCAL.OCX that is not compatible with version 8. I had to install the new component on my development machine in order to
|
| What's the difference between InitProperties and Default Value in ReadProperties? | 28 Oct 2005 16:06 GMT | 2 |
Given an ActiveX control with a Boolean property AutoView, how are the following two code constructs different, for the purpose of initializing a new control to the default value? Private Sub UserControl_ReadProperties(PropBag As PropertyBag)
|
| Problem Passing RecordSet as byRef Parameter in Com/ASP Environment | 28 Oct 2005 15:51 GMT | 1 |
I'm having a big problem trying to return 3 recordsets from a VB6 component to my ASP page. I keep getting an unspecified error. ***Here is the ASP code used: dim rsTemp, rsGroupCodes, rsTemp3
|
| Module in VB6 question | 28 Oct 2005 15:47 GMT | 6 |
I have some variables that needs to be reinitialize every now and then plus I want to print/display heading repeatedly, etc. Instead of repeating my codes so many times, I want to put my heading and variables in separate module and I want to just call module to do the trick,
|
| VideoSoft Flex2 (vsFlex2.0) Controls : Can you help me? | 28 Oct 2005 15:09 GMT | 4 |
I have an old VB6 project written in 1997, I would like to re-compile it. The project compiles okay, but I keep getting the Nag Screen From VideoSoft Flex2 (vsFlex 2.0) Grid Control. The project has not been compiled since 2001, and project is now on a new computer, and so I ...
|
| TextBox Question | 27 Oct 2005 22:03 GMT | 1 |
Using VB 6.3 within Word, I want to add a TextBox control to a UserForm at run time from within a class module and then handle an AfterUpdate event (or similar). I've declared :-
|
| Toolbar problem | 27 Oct 2005 18:13 GMT | 1 |
The Toolbar in MS Common Controls 6.0 (SP6) [mscomctl.ocx] is acting strangly. I have four button groups on the toolbar along with other 'normal' buttons.
|
| A dll inside another one. | 27 Oct 2005 17:40 GMT | 1 |
Hi all!! Can anybody helpme? I built a dll (DLL1) and put it inside another one (DLL2) So when I call the functions dont work and give me some errors..
|
| ActiveX Controls that like to play hide & seek | 27 Oct 2005 17:37 GMT | 3 |
I created an ActiveX control for the explicit purpose of running from a web page. Now, I have created and compiled said component and made a basic HTML page to call the object. Here begins the enigma. When I call the control from the web page on my local machine, it pulls
|
| Please Help!! This will keep me from going on vacation! | 27 Oct 2005 13:30 GMT | 2 |
I'm having a big problem trying to return 3 recordsets from a VB6 component to my ASP page. I keep getting an unspecified error. ***Here is the ASP code used: dim rsTemp, rsGroupCodes, rsTemp3
|
| How to save with only WebBrowser: save html+picture without Dialog | 27 Oct 2005 03:05 GMT | 1 |
How to save with only WebBrowser: save html+picture without dialog box? What I Have is: WebBrowser.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_PROMPTUSER, 300, 300 I don't want this code.
|