| Thread | Last Post | Replies |
|
| Is there any control that shows an animated GIF? | 12 Dec 2003 23:55 GMT | 4 |
Hi, I'm trying to show an animated GIF with my app, but I couldn't find any control that can do that for me, is there any? All I could find is a lot of code, but I don't want to put
|
| The Maximize, Minimize and the Close buttons on the form are grayed out. | 12 Dec 2003 21:34 GMT | 1 |
My Visual Basic application has an MDI form and two child forms., The window state of the child forms is set to maximized at design time. When I run the application the MDI form opens. I open one
|
| MS Chart Marker Style | 12 Dec 2003 20:09 GMT | 1 |
I have embedded a MS Chart Control in my ActiveX control. I would like to allow the user to change the marker style during run time. I have created a form and a dropdown combobox to allow user access. Below is the code I used to show the styles
|
| Which control is needed to run MSAccess report from VB6 | 12 Dec 2003 20:07 GMT | 2 |
Does anyone know what control or code is needed to run a MS Access report from within VB6? Many Thanks Baz
|
| How can get dir list in a document? | 12 Dec 2003 18:42 GMT | 1 |
How can I get the contents of a dir list box into a docucment with the directory links included?
|
| Gantt Chart Control | 12 Dec 2003 16:06 GMT | 1 |
Has anyone seen a good gantt chart control for windows apps for .Net?
|
| vb6 browser control and scrolling | 12 Dec 2003 15:24 GMT | 6 |
I'm using VB6 with the Webbrowser control that is provided to display a htm file which is local to the PC. The text displayed is simply a usage agreement that users will see everytime the computer is logged on to. The agreement is more than a page long so the webbrowser
|
| Pics | 12 Dec 2003 15:17 GMT | 3 |
is there a way to use .jpg pictures instead of.bmp in a pictureBox?
|
| TreeView Line Color using TVM_SETLINECOLOR | 12 Dec 2003 15:10 GMT | 1 |
Can anyone give me an example of how to use the SendMessage API and TVM_SETLINECOLOR (I have the value of this constant as TV_FIRST + 40) to set the line color of a treeview. Just sending the API message does not work, there is something more to it Thanks in advance for the help
|
| TreeView and Hightlight color | 12 Dec 2003 15:01 GMT | 1 |
I have a treeview that I am customizing, with my own Plus/Minus, BackColor and ForeColor. Now I want to change the system "highlight" color - BUT ONLY FOR THE TREEVIEW. In other words, when a node is selected or clicked, instead of using the system default color for highlighted ...
|
| TreeList disable expand when DblClick | 12 Dec 2003 12:58 GMT | 2 |
i allready posted this once, but couldn't get an answer, PLEASE help me! i have a TreeView (MS Common Controls 6 SP4) and want to catch the event when a user double clicks on a node. I want then to do some action, depending on which node to user dblclicked... the problem now is that ...
|
| TreeView Selected Node Color | 12 Dec 2003 02:39 GMT | 1 |
I want to be able to change the color (or highlight color) of the selected node in a TreeView control. Any Ideas Thanks, Christopher.
|
| Listview mouseover | 11 Dec 2003 18:30 GMT | 2 |
I want to display the various listview items in a row in a separate textbox (alternatively in the form of tooltops) while mousing over the item. Is that doable and in case how?
|
| Create frame in sstab on selcted tab at runtime | 11 Dec 2003 15:14 GMT | 3 |
I am trying to have a sstab control with (for the examples sake) 1 tab and then, in code, add a tab (no problem) and add a frame to _that_ tab. I have a tab (sstab) I have a frame on the first tab of sstab. The frame is an array and this
|
| Releasing Tab outside ActiveX Control. | 11 Dec 2003 15:08 GMT | 1 |
I have an activeX control placed in my form.The activex controls has many input controls like text, checkbox, button with Tab order. When tabbing inside the Activex control the focus is getting changed. But when I was in last contol if I presses Tab it is not leaving focus
|