| Thread | Last Post | Replies |
|
| Format inconsistency | 20 Nov 2006 09:34 GMT | 2 |
In Win XP SP2, running VB6 SP6. I changed my system localization settings to UK, so I have a 24 hour clock and my dates are by default in dd/mm/yyyy. In the immediate pane in VB6, I see:
|
| XML to Listbox? | 20 Nov 2006 09:04 GMT | 1 |
f the following is my XML file, and i want to use MSXML and parse this. Fetch the data into a Listbox. I have created this code. But I'm wrong somewhere. Anyone can help? <DATA>
|
| How to create Scrollable forms? | 20 Nov 2006 08:53 GMT | 3 |
Newbie VB6. I have a form that is designed with a display resolution of 1280 by 1024. When it is run on a computer with lower resolution, it will not show the lower part of the form. How can I create some vertical scroll bars on the
|
| Tray icon menu does not disapear - vbPopupMenuRightButton usage | 20 Nov 2006 08:41 GMT | 3 |
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
|
| Programmatically creating many smart checkboxes in Excel cells | 20 Nov 2006 05:13 GMT | 6 |
Greetings all, My latest task involves adding a 'smart checkbox' (defined as coming from the Control Toolbox) to an otherwise-empty cell. Problem is there's 1000's of cells that need these to be added and I'd very much
|
| Cannot access class module | 20 Nov 2006 04:35 GMT | 3 |
I am using good ol' VB6 EE on WinXP SP2. I have created two classes (say myFirstClass and mySecondClass) in a standard exe project. I haven't changed any of their default properties. After adding some code to both of them, I tried to create an instance of one
|
| VB 6 and common dialog | 20 Nov 2006 01:27 GMT | 4 |
I am having a problem with adding the common dialog ocx to this enviroment. When I do the application automatically closes. If I launch a project with the common dialog referenced it also closes any ideas
|
| VB code formatter? | 19 Nov 2006 15:29 GMT | 5 |
Can anyone point me towards a source code formatter for Visual Basic? I have an old project that is going to be revived, and I'd like to bring it in line with our current practices. TIA for any suggestions....
|
| Unnecessary newline char in saving text in file (Visual Basic) | 19 Nov 2006 15:17 GMT | 1 |
Dear friends, I facing a problem to write a text file from rich text box. My code snippet is as follows- On Error Resume Next
|
| Problems with help files using IE5.5 on W2Ksp4 | 19 Nov 2006 13:02 GMT | 5 |
Maybe someone knows the answer to this. Development: VB6 Pro OS: Win2K sp4 IE: 5.5
|
| VB6: Enabling on right click | 19 Nov 2006 08:52 GMT | 6 |
The Scenario: I have a command button with is disabled, when the user right-clicks on it I want to enable it. I tried: [code]
|
| Data from serial port | 19 Nov 2006 08:50 GMT | 3 |
I have collected some data from serial port, sample of it is below. I want to convert this data into readable format. Can anyone recognise this data and let me know how to do it. Thanks, sample data is below....
|
| Anyone got an idea of an ordinary household object that will trigger "something" in VB6? | 18 Nov 2006 21:59 GMT | 7 |
I've got this idea, but I need a widget to be clicked (like a mouse) at some distance from the PC, any PC. But it kind of loses its "a-ha" effect if something (USB etc) has to be connected/plugged into the PC first. So far I've thought of buying a Maplin fart box with remote
|
| INET error "Unable to complete request" 35756 | 18 Nov 2006 21:28 GMT | 1 |
I am getting this error when my program executes line 20 below. This started when I installed IE7. Does this error shed any light on how to correct this issue? Private Sub GetFile
|
| VStudio 2005 and VB6 | 18 Nov 2006 14:32 GMT | 17 |
This is probably an FAQ. I have a VB6 installation on my PC. I need it to maintain lots of VB6 apps. Can I safely install Visual Studio 2005 alongside it? Anything I need to watch out for?
|