| Thread | Last Post | Replies |
|
| load page and load controls | 04 Dec 2003 20:16 GMT | 4 |
in code behind i'm creating a new page object and adding a usercontrol to the control collection. as soon as i assigne the controls file name to loadcontrol it tells me control is in another application. however, it is in my
|
| Checkbox Events | 04 Dec 2003 18:04 GMT | 1 |
I'm setting the values for a checkbox array in a form_load method. In the same module, I have implemented a click event for the checkbox. As it assigns values to the checkbox.value property, the cursor then moves to the
|
| Obtaining the free ComponentOne ActiveX controls | 04 Dec 2003 17:58 GMT | 27 |
Hi -- This subject has come up a number of times, so it seemed it needed complete, step-by-step instructions. Hope you find this useful. ================================================
|
| Excel Printing | 04 Dec 2003 13:22 GMT | 1 |
I created an Excel Add-in. I am trying to print the active worksheet. Excel printing seems different than Word printing?!?
|
| DHTML in Webbrowser control - Can my HTML form combos activate events in VB? | 04 Dec 2003 13:10 GMT | 1 |
Hello, I got a fairly dumb html page in my app that's used to display and update a load of data with Webbrowser1
|
| alignment and MaskEdBox | 04 Dec 2003 03:18 GMT | 6 |
I have a lot of TextBox and MaskEdBox controls. The TextBox's have an Alignment property that let's me left or rightjustify the contents. MaskEdBox doesn't seem to have that, everything seem sto
|
| Combo drop down width | 03 Dec 2003 17:13 GMT | 1 |
I am trying to set the drop width of a DB COMBO using CB_SETDROPPEDWIDTH It does not work :( I tested the function on a regular combo and it worked...so the problem is not the function
|
| not enough memory | 03 Dec 2003 14:38 GMT | 9 |
I get an error Nr. 7 on some PCs. The error discription is that there is not enough memory on the PC. But there is enough !! Does anybody has any solution ?
|
| Linking Combo Boxes | 03 Dec 2003 14:11 GMT | 2 |
I have a form with two data combo boxes, using VB 6.0. In my form the first combo box is linked to the code field in the database, the second combo box is linked to the description field of the same database. I want ot be able
|
| date/time picker problem | 03 Dec 2003 14:07 GMT | 4 |
I set a dtp date (using the visual display and not typing..) to 01/03/2004 The value (if I ask by code) changes to the right value ->01/03/2004 BUT The month display is wrong
|
| DataCombo and DataGrid | 03 Dec 2003 11:36 GMT | 1 |
I would like to have my DataGrid be updated when selecting the DataCombo value. I have a list of customer ids in my DataCombo and when selecting it does nothing. I have a sql statement that I used in my Data Environment Command which
|
| Get Value from DataGrid Cell | 03 Dec 2003 11:30 GMT | 1 |
I would like to get a value in a cell for the currently selected item in a DataGrid. The catch is I do not want to use an index number to access the cell. I want to use the DataField property of the column for the cell I want
|
| Dim WithEvents IE(1) As InternetExplorer ? | 03 Dec 2003 01:32 GMT | 3 |
How do you create a control array at run time, with events? This works: Dim WithEvents IE As InternetExplorer But this does not work:
|
| Webbrowser not printing (all) colors? | 03 Dec 2003 00:25 GMT | 1 |
Hello I create a HTML output in a me.webbrowser1. This output contains some tables and 1 of the table-line is colored with a background color. This looks good and make the line come out of the rest.
|
| validating text in a text box control | 02 Dec 2003 22:26 GMT | 3 |
I'm new to this and am not finding the answers I need. Does someone have an example of how to verify that text entered in a text box contains only integers (zip code) or just alpha characters and not integers (name)?
|