| Thread | Last Post | Replies |
|
| Combo Box | 31 Mar 2006 19:03 GMT | 7 |
I am having a combo box with a list of Name. The combo box list content is not editable. When users click the combo box, the users can just type in the first letter of the Name to jump to the list started with the letter users type. Type the same letter again, jump to the next
|
| DataGridViewComboboxCell Items | 29 Mar 2006 20:26 GMT | 1 |
Is there a way to set the value of a combobox cell to something other than what is in the Items collection? When I try to do this I get a" DataGridViewComboBoxCell value is not valid" exception.
|
| ADO data control | 29 Mar 2006 16:58 GMT | 4 |
I'm having problems with my ADO data control. When I pass a very simple SQL statement to it, it works fine. But I have a db I need to open with multiple tables that has relationships that need to be created. So, my SQL statement is built with multiple INNER JOIN's. Note that ...
|
| Filling a Treeview with query | 29 Mar 2006 09:19 GMT | 2 |
I need advice on the logic on filling a tree view with a query that needs to make multiple passes at a product structure table. I am trying to create a multi-level Bill of Material for viewing. A sample of data in the table looks like this:
|
| detecting value type | 29 Mar 2006 09:09 GMT | 4 |
i have several textboxes in my control. When 'ok' is pressed i need to findout if the value is a string or an integer and then do what ever i need to do... how do I find out value type?
|
| Deleting VB6 ActiveX instance from TSTCON32 crashes | 28 Mar 2006 17:25 GMT | 6 |
1. Create a new blank ActiveX Control in VB6 and build it into an OCX 2. Run TSTCON32 and insert the control 3. Press Delete This crashes here on 3 different machines.
|
| save image | 28 Mar 2006 17:06 GMT | 1 |
Now I have to load binary data from database to display it to picture control and also I need save picture control picture to database with binary data, Can someone tell me how can do this? Thanks!
|
| ActiveX control to play avi / wmv file? | 28 Mar 2006 17:03 GMT | 2 |
Are there any controls on there that will do the above? Thanks in advance. Jim
|
| Update data in datagrid | 27 Mar 2006 18:45 GMT | 1 |
I am working on a .net app using Framework 1.1 I have a datagrid which is getting data from a dataset, that is bound to multiple tables. Basically I have a datagrid, a textbox and a button the form. What I
|
| How can I determine when HTML page is fully loaded? | 26 Mar 2006 23:47 GMT | 3 |
We are using an embedded IE Browser control within our application. We provide a print function to allow the user to print out the information presented in the browser. The print button is enabled in the DocumentComplete event. Up to now, we've assumed that when DocumentComplete
|
| Error: Could not load object..... | 26 Mar 2006 06:01 GMT | 1 |
Hello group... I have a VB app that is a dll used as a plugin for PowerPoint. The app uses various controls (combobox, msflexgrid, forms, userforms etc....) When I install and run my application on my WinXP with Office 2003 all is
|
| Checkbox Array basic error I can't understand | 26 Mar 2006 04:25 GMT | 9 |
Hi All I have the following set up in a function that is called when I start program to set an array up of check boxes that can be used later. I keep getting "Object Variable or With block not set", basic error but I cannot see
|
| VSFlexgrid format subtotals | 25 Mar 2006 06:59 GMT | 1 |
I have a recorset that is displayed in a vsflexgrid. persno, name, date, hours1, hours2 I want to aggregate hours1 and hour2 for each person. my code:
|
| Implement tablename property in CustomControl | 23 Mar 2006 19:54 GMT | 1 |
I would like to know which is the best way to have a custom property in a control that could be set at design-time from a dynamic list. Something like EnumType but set when a change occurred to another property value.
|
| msflexgrid using mouse scroll button | 23 Mar 2006 16:39 GMT | 1 |
What event/method do I use to determine when the mouse scroll button is being used so that I can scroll through my msflexgrid. Currently, I can only use the scroll bar, however, in a listbox, I can use the mouse scroll button. Thanks,
|