| Thread | Last Post | Replies |
|
| REQ: ListView multiselect without using the Shift or Ctrl key | 30 Sep 2004 20:18 GMT | 1 |
Need some advice for multiselect a ListView. I have a ListView (Icon view) and need a multiselection without using the Shift or Ctrl keys and Item click is select or deselect. (if necessary, a hidden checkbox is no problem)
|
| Setting focus to control in SSTab | 30 Sep 2004 17:15 GMT | 1 |
I want to set the focus to the first contorl in each tab everytime the users change tab. Is there a way to detect the first control in each tab so that I can call SetFocus ?
|
| VB6 - Datagrid/adodc question | 30 Sep 2004 15:28 GMT | 4 |
I have a datagrid on a form. I have a form that shows information for a specific customer. There is a datagrid on the form that is bound to an adodc. The adodc selects records from another table that correspond to the customer that currently is displayed. I want the user to be ...
|
| Resize image on a command button | 30 Sep 2004 14:43 GMT | 1 |
I have an icon on a command button which is taking up too much space and I want to make it smaller, but the size property is disabled. How can I make my image smaller? Thanks
|
| highligth listview item | 30 Sep 2004 13:40 GMT | 2 |
hi, there is a vb.net listview (singleselect = true) control and when it loses the focus i want to keep the selecteditem highlighted i can use for example
|
| Can't catch enter key in form.keypress event | 30 Sep 2004 03:17 GMT | 18 |
Do you have any idea why a form keypress event would stop to catch the "enter" key? Even if I run this: Private Sub Form_KeyPress(KeyAscii As Integer)
|
| an array of user defined data type as a parameter for the class method? | 29 Sep 2004 15:27 GMT | 4 |
how and where do I declare user data type to be able to pass an array of this user data type as a parameter for the class method? Now I get an error that I shoul declare it in a public object module, but all the objects modules in a project seem to be private.
|
| multi-field drop down list | 29 Sep 2004 15:23 GMT | 6 |
I want a combo box to lookup the values from a table or query in two-column fields drop down list. Values to be bounded is first column. The lookup table is from access database (*.mdb). What is the vb code for this? Can anyone help me?
|
| Sharing a form | 29 Sep 2004 10:20 GMT | 4 |
Hello wizards, Is there any way to crete and maintain a form in a DLL and use it by many applications. I prefer not converting it into an activeX control. Thanks in advance
|
| Which version of a componente (OCX) am I executing? | 29 Sep 2004 08:21 GMT | 4 |
Good morning, We're using "controls.add ComponentName" to load controls dinamically into our application. I'd like to know if it is possible to know which version of that component
|
| open a cash drawer | 29 Sep 2004 08:09 GMT | 1 |
How to open a cash drawer using a VB program? Thank you!
|
| TabControl Bug | 29 Sep 2004 05:44 GMT | 3 |
Hi... I am having a problem in the tab control. If I clicked inside it, the mouse become stucked in its area, even if I switched to another program, until I randomely click several clicks, or press the "START" button on my keyboard.
|
| Dynamic Font change for buttons? | 29 Sep 2004 05:43 GMT | 1 |
Working with VB.net under VS.Net 2003. Have a simple form with a Button1. I want to change the font on the button when the button is clicked. Is there a way to Dynamically change the Font for Button1
|
| MAPI question | 29 Sep 2004 05:14 GMT | 1 |
I've made a program that want to send an email through MAPI. But I encountered a dialog box that said "A program is trying to automatically send . . . bla bla bla . . . Do you want to continue ?" How can I pass it ? I've tried many ways including sendmessege apicall to
|
| MSFlexGrid - combining cessl across rows & columns | 29 Sep 2004 05:01 GMT | 2 |
I am working on an app using MSFlexGrid and cannot get the MergeCol and MergeRow to work correctly. I can get this: ------------------------------------------------------------------ |Frankenstein |Jeckyl |Moro |
|