| Thread | Last Post | Replies |
|
| 256 color icons on a image list | 05 Mar 2004 15:36 GMT | 2 |
Hi, I need to add 256 (or true color) icons to an imagelist, but imagelist only reads the 16 color information from the .ICO file. How can I make the imagelist to read all the other formats I'm working with VB 6 Thanks
|
| Determining Mouse Clicks between Controls... | 05 Mar 2004 15:14 GMT | 1 |
I have a form with an option group and a combo box (among other controls). The user has the option of selecting an item from the option group and then, depending on the option selected, the combo box will get the focus next. If the user clicks on the combo before going through the ...
|
| Add focus to next row in a listview | 05 Mar 2004 11:21 GMT | 1 |
Hi, I have a listview that shows orderlines for a specific ordernumber. When you have focus on one row (one orderline ID) you can press the space button on your keyboard to open a popup window where you fill in a value. The row is then updated with the new value when you close ...
|
| DateTimePicker (dtp) - Validate Event - Bug / Cursor position | 05 Mar 2004 09:45 GMT | 4 |
Hi Group I am using VB6 sp5 Briefly : A 'feature' of the Validate event of the dtp control is that is returns the value that the control had when it received focus - not the
|
| http command in VB6.0 coding | 05 Mar 2004 01:48 GMT | 1 |
I need to insert this command in my VB6.0 codes, can someone help me to code it in VB: how do I declare and replace a variable within this command: "http://location/frontline/url-ship?shipid=sp21 The last 4 letters (sp21) is my variable. Thank you in advance for your help. Any ...
|
| TreeView Checkboxes | 05 Mar 2004 00:29 GMT | 2 |
How can I disable checkboxes in the treeview based on the node?
|
| Displaying symbols in gid. | 05 Mar 2004 00:23 GMT | 3 |
I need to display delta symbol in a column of my grid. I need to know which character is equivalent to delta in which font type.like for example chrW(68) gives 'D' and Ucode 00394 gives '?'. Thanks.
|
| Partially hide combo box values | 04 Mar 2004 22:51 GMT | 2 |
Is there any way to partially hide a combo boxes vales. I add four different values to each combobox id, person number, first name, and last name.
|
| Open File Dialog Problem | 04 Mar 2004 22:39 GMT | 3 |
When using a open file dialog with multi-file select and long file name enabled, the file name with space or long file name returned with unexpected result For example The CommonDialog1.Filename should return a string
|
| Statusbar control | 04 Mar 2004 20:41 GMT | 2 |
How do I get the Statusbar control to show up in my toolbox I am using vb6 and I see some online help on the statusbar control, but can't figure out how to access it, to put it on my form. In the Object Browser I see several instances of it associated to a Reference. Don't I ...
|
| Edit Listview | 04 Mar 2004 12:52 GMT | 1 |
I have heard there is a way to edit subitems in a listview with a floating text box. Does anyone have or can anyone point me to an example with source code? I just want to be able to click on a cell and edit that particular cell.
|
| List Box Control | 04 Mar 2004 12:38 GMT | 1 |
When a text is very long and the width of listbox control is not long enough, the text was truncated . There should be a horizontal scroll bar to let the user to scroll and read the rest part of the text. However, it was not present. What property to set to make the list box ...
|
| Special symbol in Flexgrid control | 04 Mar 2004 11:05 GMT | 2 |
I need to display a custom symbol in a flexgrid column heading. I think I can place a label or a picture control over the cell, but is there any other way of doing the same ?
|
| VB6 WebBrowser control -- Document complete ? | 03 Mar 2004 20:55 GMT | 1 |
When I naviaged a html file from the Webbrowser control. Ex. Webbrowser.navigate "http:\\ www.microsoft.com\" How do I know that the web page have been downloaded complete ? I try the Event downloadcomple( .....) but this event would not fire after the ...
|
| Need help on vb.net | 03 Mar 2004 14:15 GMT | 1 |
I am having difficulties in formatting data in a datagrid for vb.net. how can I format the data from this ID TIME VALUE ===================
|