| Thread | Last Post | Replies |
|
| Add a Control to as Tab in SSTab at runtime | 16 Jan 2004 20:08 GMT | 1 |
Help I'm need to add a group of Label & TextBox controls to my existing SSTab control. When I add a control I set the focus to tab I want the TextBox to be added and it adds it to the form. I have run out of idea's. If someone has run accross this or can give me some insight ...
|
| Forms Collection | 16 Jan 2004 18:10 GMT | 1 |
I would like to be able to access the properties of an active form from a different form. With VB6 I could walk through the Forms collection. .Net Framework no longer supports that collection.
|
| CD | 16 Jan 2004 15:38 GMT | 9 |
it's not possible to open the Common dialog box, regardless it is a brand new project or an old one. Visual studio crash every time. I'm running XP, and Visual studio 6.0 SP 5.
|
| check input with key pressed | 16 Jan 2004 13:50 GMT | 4 |
Hi, please forgive if the wrong place to post- my first post on vb and not familiar yet with the groups. I need get input from a text box and only allow it to be in the form of "a123", and then stored in a DB.
|
| Opening default browser from vb6 | 16 Jan 2004 04:12 GMT | 2 |
Dear list, Currently I open the IE 6 from my app, and define the document locally that I want it to open. Can please someone tell me if there is a way of opening the "standard
|
| Color Picker: How? | 16 Jan 2004 00:34 GMT | 2 |
Do you know any ActiveX control or any how that shows a color plate so that user can pickup a color? Thank you, Ben
|
| transparent Rich Text box | 16 Jan 2004 00:22 GMT | 6 |
Is there a way to make the background of a rich text box transparent? I don't want to use a label because I would like to be able to bold and underline etc. Thanks,
|
| Send email from VB automatically. | 15 Jan 2004 19:23 GMT | 4 |
I need to send an email based on a date from our database server automatically from our application. What has everyone used for a mail client to send an email from a VB app? Advantages/Disadvantages? Thanks,
|
| MSComm via virtual COM | 15 Jan 2004 19:12 GMT | 3 |
I have a GSM mobile which is connected to my PC via IR. When the mobile gets a connection to the PC, there is a virtual COM port number assigned to the mobile. Assume COM 10 is assigned to my mobile. Is it possible to use MSComm to send and receive AT command and result between ...
|
| newbie question about licensing a control | 15 Jan 2004 18:03 GMT | 4 |
I'm a weekend programmer, mostly for VBA applications, and this is my first clash with an OCX control. I developed a little VBA application in WRQ's Reflection emulator on my PC , which also has VB6 installed. One of
|
| License to distribute VS6 Enterprise - ActiveX Controls with Application? | 15 Jan 2004 17:38 GMT | 1 |
I saw some posts concerning about licensing related to ActiveX Controls. I don't really have a clear picture yet. Normally, If I build my VB Application using my VS6 Enterprise Edition that I have a license when purchase the software, then I use P&D Wizard for
|
| Draw a line between two list boxes | 15 Jan 2004 14:51 GMT | 2 |
I want to draw a line between two list boxes. No Problem. How do I keep an anchor point with the Item in the list box? Very similar to how access links two queries together in the MS Query window. Any Ideas? Places to start?
|
| Capture control events at form level? | 15 Jan 2004 14:33 GMT | 5 |
Question... using VB6 is there any way that I can get control-level events to be captured at the form level? For example, I have a form with about 30 different TextBox controls. Whenever any of these controls is changed, I want to enable a SAVE button. However, I don't want to ...
|
| Why two click for object focus? | 15 Jan 2004 14:16 GMT | 2 |
I am using vb6 sp5 for development. This little form was to test drag and drop. And also test building controls at run time. the problem is this. I have to click twice the lbl_Let object to beable to
|
| DataGrid : error on leaving edited record | 15 Jan 2004 07:17 GMT | 2 |
On leaving edited record thru DataGrid I get the message : "Insufficient key column information for updating or refreshing" P.S. DataGrid is editable, not locked etc.
|