| Thread | Last Post | Replies |
|
| Filling a listbox with contents of an array | 26 Sep 2007 00:53 GMT | 3 |
Is it possible to add the contents of an array to a listbox? For example: Dim a(0 To 2) As String a(0) = "hello"
|
| Flickering problem with MultilineTextbox | 24 Sep 2007 08:38 GMT | 4 |
I have a flickering problem when I resize the width from a MultilineTextbox. What can I do to avoid the flickering? Thanks Christian
|
| User control | 23 Sep 2007 11:16 GMT | 2 |
How Can We Update The Data Of The User Comtrol In The Run Time, We Create The UserControl And Import It During Design Time But The Changes Occured To The Data Dont Appears In The User Control During The RunTime Thanks
|
| rundll32 printui.dll,PrintUIEntry don't work when running as a ser | 22 Sep 2007 22:56 GMT | 1 |
I have the following problem: I want to save and restore my printerdriver preferences within my program that runs as a services. I use the "rundll32 printui.dll,PrintUIEntry /Ss" option and that
|
| MSFLEXGRID Add sub totals after merging | 21 Sep 2007 14:26 GMT | 2 |
I have spent the last few hours getting to grips with the microsoft flexgrid and am slowly getting there although people keep mentioning documentation on it, but hours of net searching I can't find any..... but thats a smaller issue.
|
| Forms and subforms | 19 Sep 2007 22:54 GMT | 1 |
I am developping an app in VBA/Access, and I would like to create a form with several subforms. But my problem is that the number of subforms is not a constant, and can be different each time the form is opened, since the data to display in the subforms comes from a
|
| Getting text under cursor | 19 Sep 2007 21:55 GMT | 7 |
Does anyone know of a good component to grab text under cursor ? It has to be intelligent so that it just captures the paragraph under the mouse when in for example web pages. And hopefully draw a box around the text on screen so that it is visible
|
| Scrollbar added using subclassing | 19 Sep 2007 20:59 GMT | 3 |
I have the following problem: I have an OCX which contains an picture box which works as a container for controls. I subclassed my OCX to add a vertical scrollbar. The scrollbar works fine.
|
| Get all properties of a control object present in an VB UserControl (*.ctl,*.ctx) . | 19 Sep 2007 06:26 GMT | 12 |
When VB UserControl is saved,*.ctl and *.ctx files are generated. When i opened and checked the .ctl file,only limited properties of an usercontrol object is exposed. For Example :
|
| Help Binding/Linking Imagecombobox with Imagelist | 17 Sep 2007 02:27 GMT | 1 |
Please help me; I am using VB6/Sp6 - I have a form,TabStrip, Frame and Imagecombobox on it. I have placed ImageList control on the Form. I have played with these controls so much to make it work
|
| TreeView Scrollbar | 16 Sep 2007 19:43 GMT | 3 |
For the life of me I can not get the scrollbar to appear in a listview using vb6. There is enough entries that exist in the listview that I can scroll through using the down arrow, but still no scrollbar appears. I am using lvreport in the listview properties. I have tried placing
|
| ADODC Workgroup Woes | 16 Sep 2007 11:56 GMT | 2 |
Hi Group! Please please please help me, I'm going insane! I have the following code: __________________________________________________
|
| Redraw controls | 14 Sep 2007 13:17 GMT | 3 |
how can I force in VB6 to redraw the controls? Thanks Christian
|
| Data Miss | 13 Sep 2007 09:57 GMT | 1 |
I Create A User Control To Represents A Sub Form Linked With |THe Main Form But I Big Problem Faced Me That The Text In The Text Boxes Inside The User Control Dont Changed At The Run Time Who Can I Force These TExt Boxes To View The New Data????
|
| User Control | 13 Sep 2007 09:13 GMT | 1 |
How Can We Update The Data Of The User Comtrol In The Run Time, We Create The UserControl And Import It During Design Time But The Changes Occured To The Data Dont Appears In The User Control During The RunTime Thanks
|