| Thread | Last Post | Replies |
|
| TreeView Back and Fore Color | 19 May 2004 17:23 GMT | 3 |
how can I change/set MS Treeview back and fore color? (Tree View ActiveX Control - Version 6.0 (SP6)) Thanks Jan
|
| How to include assembler code in VB6/.NET | 19 May 2004 15:50 GMT | 1 |
|
| A Question about OCXs and Licences. | 19 May 2004 15:19 GMT | 1 |
I have made an ocx with Visual Studio 6.0 (C++) I used the app wizard to make the ocx. I didn't request a licence to be required for design time.. Now I want one... Is it too late? Do I have to start all over again?
|
| A Question about OCXs and Licences... | 19 May 2004 14:17 GMT | 1 |
I have made an ocx with Visual Studio 6.0 (C++) I used the app wizard to make the ocx. I didn't request a licence to be required for design time.. Now I want one... Is it too late? Do I have to start all over again?
|
| How to disablt the "X" button on the top right of a window? | 19 May 2004 14:16 GMT | 3 |
I currently use Me.FormBorderStyle = FormBorderStyle.None to hide the caption bar, but it looks quite......ugly. It's easy to handle Max.box and Min.box, but I can't find any way to disable
|
| DOM - WebBrowse - Get CLASS of TD (or other) elements? | 19 May 2004 14:00 GMT | 5 |
Is there a way to determine what class (if any) is applied to a TD element? I'm trying to scrape some data from a webpage. The class of each result is the data being presented in the table. (ie <TD class="user">username</td> ) I'm using the code below to read the data from the DOM ...
|
| Urgent help with MSHFlexGrid please. | 19 May 2004 12:08 GMT | 4 |
Why is everything readonly on my MSHFlexGrid ? I am using MSHFlexGrid on my VB6 form. I dont seem able to let the user type values into the grid.... everything is readonly. I thought to begin with it was because databound MSHFlexGrids are supposed to be readonly -
|
| Speech from VB6 app? | 19 May 2004 10:30 GMT | 3 |
Is there an easy way to generate speech from a VB6 application? I remember seeing a text to speech control some time ago, but I cannot remember what it was called and how it was installed in to VB6. Thanks!
|
| Keep Popup Window in WebBrowser control instead of a new window? | 19 May 2004 09:22 GMT | 1 |
When using the WebBrowser control, is it possible to cause popup windows to appear within the WebBrowser control itself instead of a new window? This is what I've written in the NewWindow2 event, but I can't figure out how to get the popup to appear in the same browser window.
|
| Collision Algorithm | 19 May 2004 03:53 GMT | 4 |
How about collision? Thanks Jack
|
| Scrollbars feedback with Mouse scroll, HOW??!! | 18 May 2004 23:13 GMT | 3 |
This is a simple, I assume common problem. I have a MSFlexGrid (this concers others conrols with scroll bars) with a scroll bar on a side. I would like to sroll the grid using my mouse scroll and i dont know how to do this.
|
| Change the Dropdown width | 18 May 2004 22:53 GMT | 6 |
Friends, Is there a way to set the dropdown list width without using Sendmessage api. Thanks Raj
|
| combo box - odd behavior | 18 May 2004 22:47 GMT | 11 |
My app has a couple of combo boxes, one of which does not act 'normally' when it gets focus. I've spent hours messing with this and have not figure out what is causing this.
|
| Format of a file | 18 May 2004 19:54 GMT | 3 |
I was wondering if there is any way either directly in VB 6.0 or with an API to know whether a file, is of format: 1- Text file (*.txt) 2- Excel File (*.xls)
|
| Column width for listview and flexgrid | 18 May 2004 19:41 GMT | 2 |
I have both a listview (in report mode) and a MSHflexgrid on my form. they each contain 4 columns. for both controls, is there a way of knowing what is the width of a cell or item? If the width of the contents of the cell is larger than the column width, I want to display a ...
|