| Thread | Last Post | Replies |
|
| Can't pass array of Double to ActiveX Control | 10 Sep 2003 18:54 GMT | 1 |
I have an ActiveX control that creates line graphs. The procedure Draw2dLine accepts an array of double as its argument. Here's how it is defined: Public Sub Draw2dLine(DataArray() as Double) The array is expected to be 2 dimensional, with an unknown number of
|
| Bounding an ole object in access on a VB form | 10 Sep 2003 13:18 GMT | 1 |
Do somebody have experience with bounding a OLE-object (bitmap) in an access database to a Image control/Picture box on a VB form with ADO ? Kind regards Frank Nouws
|
| Olch2x32.ocx ?? | 10 Sep 2003 12:49 GMT | 1 |
I am trying to add something to already code in VB 6.0. My problem is that when I try to load the project in VB, I get following error message- "Olch2x32.ocx" could not be loaded -- Continue? What I understand is that this file comes with Win2K sp3 or IE5.5. I tried
|
| Can sb give an example of using data control for this problem? | 10 Sep 2003 06:57 GMT | 1 |
I try to write a very small account management system. User can add and delete account from this database. I use two text boxes, 3 buttons, 1 data control. **************************************************
|
| MSCal not working in one XP system? | 10 Sep 2003 04:14 GMT | 5 |
When I developed the VB project and using Microsoft Calendar component version 10.0.0, one XP computer did not show the number of day and the week, anyone know what is the problem for it? Thanks for any suggestion
|
| How to I preselect an item in a combobox? | 10 Sep 2003 02:20 GMT | 2 |
I have a compbobox populated by a record set. By default the top item is selected. How can I preselect an item in a list, for instance the correct State code. THis is a standard combobox, not a datacombo.
|
| HELP--Acces Key does not display | 10 Sep 2003 01:31 GMT | 1 |
The text of a button is set to &Print, and displays properly on the form, with the P underlined. However, when I execute the project, the P does not appear underlined. The button still functions properly, i.e. it
|
| Binding a Combobox: Newbie needs help | 09 Sep 2003 23:05 GMT | 2 |
How on earth does one bind a combobox to an access table? When I set the datasource and fields, the combobox picks up record # 4 only.
|
| I have a question about serial port communications. | 09 Sep 2003 19:39 GMT | 1 |
The following are the description of the whole situation: 1. I want use serial port to connect to a SCM(Single Chip Micyoco) of computer send the data; 2. I used VB and MSCOMM control when I programming the code;
|
| How to implement a textbox to display log details | 09 Sep 2003 18:32 GMT | 6 |
I use a text control to display the log details during a processing in this way : text1.text=text1.text & chr(13) & chr(10) & txtToAdd As the text grows and grows, this isn't efficient because the whole text has
|
| Is there any control can display html files? | 09 Sep 2003 16:30 GMT | 4 |
Try to use some html files as very simple file. But do not know which control can do this. Thanks a lot Joey
|
| can a textbox show more than one foreground color ? | 09 Sep 2003 13:32 GMT | 1 |
Is it possible to show different foreground colors within a textbox instead of only the foregroundcolor property ??
|
| Listview Scroll | 09 Sep 2003 13:31 GMT | 1 |
I have a listview control with about 20 subitems. When I scroll horizontally, I would like the listitems not to scroll, and only the subitems to scroll, similar to the fixed column of the MsflexGrid. Is there a way to do
|
| Setting printer for the application only | 09 Sep 2003 13:15 GMT | 2 |
I wish to use the Common Dialog to select a printer to be used in the current application only (i.e. I do not want to set the system default printer). I would like to set the Printer object to the selected printer. However, I do not see a way to get the printer name back from the ...
|
| upload file to Server? | 09 Sep 2003 13:03 GMT | 1 |
How can I upload a file to a web server in VB6? My client want to use FTP or HTTP, which one is better? Did it has other way to this? Because my clients complaint that some times they use FTP, but the
|