| Thread | Last Post | Replies |
|
| What's the best control for displaying diagnostic messages? | 31 Jul 2003 19:11 GMT | 3 |
I have a routine which continuously runs and collects information on a comm port for another system. I would like to have it open a diagnostic window and display, line by line, the information received from the comm port. Which control would best suit this?
|
| how to pass a password to crystal report 9.0 from vb6.0??! | 31 Jul 2003 18:23 GMT | 1 |
Is there any way passing a password to crystal report 9.0 from Visual Basic 6.0. so that when loading the report in vb6.0., it can connect to the database access file and show the report? Thanks a lot.
|
| open and play .avi in Visual Basic 6 | 31 Jul 2003 12:36 GMT | 1 |
I use a video editing program called Vegas (similar to Adobe Primere) to edit video and render the final project to an .avi file (720x480, 29.97 fps). I want to write a VB6 application that will open and play them but so far none of the controls I've found will play them. They ...
|
| Seeking advice for Hooking, Subclassing, etc. | 31 Jul 2003 08:57 GMT | 5 |
I'm writing a control which is basically a container for any registered application on the workstation. Basically it works like this: 1. The user selects a document 2. Use API to figure out the associated application
|
| Second Click of LISTVIEW LISTITEM causes HIGHLIGHT to change??? | 30 Jul 2003 20:17 GMT | 1 |
I'm using a ListView that has FullRowSelect set to TRUE. If you select a ListItem for the first time the 'selection' looks proper; the whole row is highlighted/shaded. ...BUT, if you happen to select that already selected ListItem again,
|
| SSTAB and setting FOCUS | 30 Jul 2003 20:04 GMT | 1 |
I have a tab control with 5 tabs on it. On tab 0 there is a user signin place and a command button to accept the signin and validate the user. Upon validation I want to change the focus to a text box on tab 4 so that the
|
| Raising events | 30 Jul 2003 18:35 GMT | 1 |
Can anyone help me to return an application defined object in an event. I am writing a VB6 ActiveX OCX and I would like to pass an object with all its properties back to the calling form when an event is raised.
|
| no Event interception when use VBControlExtender's objectEvent with late binding | 30 Jul 2003 15:29 GMT | 1 |
A tricky problem for sturdy programmer! I've built an ocx named ocxA with a "public event Change (sa as string, sb as string)" Everything goes allright when i use early binding : event
|
| Creating an install | 30 Jul 2003 15:15 GMT | 1 |
I use Install Shield Express ver 2.03 and create a stand alone exe file, but I must enter several qustions manually. Is there a way to create a text file to automatically insert these questions, or what this external file would be called.
|
| SQL Server "image" fields and OLE container control | 30 Jul 2003 12:12 GMT | 1 |
Just found Lorenz Ingold's response concerning VB6 and OLE fields out of Access. Perhaps someone knows how to do something similar with VB6 and SQL Server Image type fields. I have a SQL Server database that someone let the users embed (from
|
| How to display a .chm helpfile with the common dialog | 30 Jul 2003 10:11 GMT | 3 |
I have a client based VB6 app where I can view HLP help files. How can I view a .CHM compiled help file? Is this possible or am I stuck with .HLP files? Thanks for any input,
|
| Read/WriteProperty Events at runtime | 30 Jul 2003 07:27 GMT | 1 |
I have a usercontrol that is a control container. I have various methods that cause constituent controls to be added to the container. I need to be able to save the control's state, i.e. a list of what controls have been added, and the values of all their properties.
|
| Properly licensing controls | 30 Jul 2003 00:27 GMT | 2 |
I have created a custom OCX and have built a kit for its distribution. The control is licensed (require license is checked in the project's properties.) I am using WISE (Installation System v9) to distribute the control and hoped that WISE would properly register (and license) ...
|
| quotation marks | 29 Jul 2003 21:19 GMT | 1 |
How do I check for a quotation mark? S is a string and I get an error on: if (mid(s,3,1) = """) then ... How to I check if a character is a double quote mark?
|
| how to hide a property of an ActiveX control in VB properties window | 29 Jul 2003 16:59 GMT | 1 |
I need to hide a property of an ActiveX control in VB properties window. The property is so-called design-time-only property. My development tool is VC/ATL. Thanks in advance.
|