| Thread | Last Post | Replies |
|
| PropertyGrid like control for VB6? | 31 Aug 2004 19:04 GMT | 3 |
Are there any controls like PropertyGrid for VB6? I couldn't find one from pre-packed Microsoft controls. Thanks
|
| How to create object in runtime | 31 Aug 2004 16:34 GMT | 1 |
Hello, All! I have a 3rdparty OCX. I can register this component (Project - Components), put it on form and use it. But I need to use this component internally, by class module. This class will be used in programm, that
|
| I need some function like listview.setselected(nSel) in VB.net | 31 Aug 2004 15:06 GMT | 1 |
my program has a Listview and a button. I selected one row in listview, then I click the button , listview allItem Refresh. I need select the row before I selected .
|
| Run-time error 339: Component TICHTX32.OCX or one of its dependencies | 31 Aug 2004 09:41 GMT | 8 |
not correctly registered: a file is missing or invalid. I used a rich text box to display some texts, compilation in XP Home with VB 6, and the executable works in Windows 2000 Professional.
|
| DBGrid license | 31 Aug 2004 02:55 GMT | 1 |
I am ussing VB6 Prof and can not access the VBGrid control to use with a DAO database application. I can get the DBGrid component in my tool box but when I try to put it on my form I get a message saying that I do not have the required license.
|
| Need Different Command Button | 31 Aug 2004 00:40 GMT | 5 |
I been using the FM20.dll command buttons because you can set their backcolor and forecolor, which the command button that VB has in the norma set of tools don't. Well the normal command button that VB gives you will allow you to change the settings I mentioned, but it doesn't ...
|
| print/preview | 30 Aug 2004 19:47 GMT | 21 |
i have a free barcode activex control written in vb 6. it has been reported to me that on some pc's, the control doesn't display a barcode (graphics) when in print preview (reported when the host app was excel 2k) nor does it print a barcode when the embedding document prints.
|
| Internet Transfer Control array in a WebClass? | 30 Aug 2004 10:13 GMT | 10 |
The application I am building is a "data forwarder". It will run as a web app which will receive data and then pass it along to a number of other web servers (via a "receiver" web applet on each downstream web server). I'd like the outbound transactions to run asynchronously, ...
|
| Re: VB Locked Property | 30 Aug 2004 09:01 GMT | 1 |
I am having extreme difficulty with the Rich Text Box in VB 6.0, I am having trouble stopping image resizing whilst the control is locked. I have spent hours trying to find a work around. Any Ideas/Input much appreciated Thanks
|
| Trigger Event at Specific Time | 29 Aug 2004 23:23 GMT | 2 |
I want an event to occur at the same time every day, or every week. My approach would be to use a timer and check cstr(now) every minute until the desired time appears. I'm not sure how to determine the day of the week, though. If I wanted to do the event every Thursday at 11 ...
|
| How to get ALL drives in drivelistbox | 29 Aug 2004 19:12 GMT | 3 |
Friends, I have put a drive listbox on the form. But it shows only the drives which are in my system. I would like to see networkdrives as well.
|
| multimedia control | 29 Aug 2004 17:35 GMT | 1 |
i am working with an app that uses the multimedia control. on one box it records wav files just fine. on another it truncates the file to even seconds... so if the recording should last 2.5 seconds you only get an even 2 seconds of it.... all these recordings are short, but ...
|
| VB crashes when verifying the form name | 29 Aug 2004 14:59 GMT | 1 |
as I use the SetParent and MoveWindow API to place a form within a picture control, my form verification routine fires an error by verification of the forms name : For i = 1 To Forms.Count - 1
|
| ListView alignement | 29 Aug 2004 14:53 GMT | 2 |
Hi group, How do i align the text of the ListSubItems (not the Column headers) of the ListView control to the right ?
|
| DataList does not display same information as datagrid on same form | 28 Aug 2004 04:25 GMT | 1 |
I am having a problem with a datalist on a form. I have a datalist and a datagrid on the same form. Both are bound to the same object. When I run the application, the datagrid successfully displays three distinct records that are in the database. The datalist however display's
|