| Thread | Last Post | Replies |
|
| Help with Events for Controls in a Multipage Control | 06 Feb 2004 21:57 GMT | 3 |
i need some help with events for a control i have a multipage control, to which i add controls however i am unable to write code for them is there a way to do this ?
|
| COM Object support on NT4 | 06 Feb 2004 21:45 GMT | 2 |
We have a VB6 program which uses several 3rd party controls. When we load this software on client workstations we routinely supply all the dependant controls including OLE2.dll and OLEAUT32.dll. These will replace those on the client workstation, IF AND ONLY IF, they are later ...
|
| ftp use of internet transfer control | 06 Feb 2004 17:46 GMT | 1 |
A long time ago in VB5, I used the Internet transfer control as follows, to pull info from my web site down, or upload files: Inet1.Password = "password" Inet1.UserName = "myuserid"
|
| Help with richtextbox | 06 Feb 2004 17:40 GMT | 3 |
Hello, I need help in this. In an sentence I want to have 2 words with different font and size. For example "Oh my god" i want "Oh" in Italic bold and "my god" in Arial. It is possible Thanks a lot for help me.
|
| Cant get rid of the beep | 05 Feb 2004 23:22 GMT | 2 |
I have a beep that ocures in a text box when i keypress enter or esc I have noticed this in other apps I have developed also. Is this a normal function?? How could I turn this off short of changeing the system settings for the
|
| (no subject) | 05 Feb 2004 21:26 GMT | 3 |
Is it possible to change the font size of the menu items created using the Menu Editor?? I don't see any way to do this! Thanks, John
|
| datareport1 not a loaded control class | 05 Feb 2004 13:07 GMT | 2 |
hmmmm can anyone help with this? no matter how often i reinstall vs I cannot seem to load or get to a datareport control. if I open a project done by someone else with a datareport in it, i get
|
| Line control with arrowhead? | 05 Feb 2004 05:22 GMT | 1 |
I need to find or make a line control that acts and has the same properties as the vb line control BUT also an arrowhead at the end of the line.Is this possible? Can anyone help me find or make (How?) this control? Thanks in advance.
|
| List of lists?? | 04 Feb 2004 23:32 GMT | 3 |
Is it possible to have a list of lists? I'd like to have a list that uses a checkbox to allow multiselect AND each list item would itself be a combobox (dropdown style) or a listbox (preferable with checkboxes to enable multiselect for each list).
|
| Internet transfer control | 04 Feb 2004 19:52 GMT | 2 |
When I use the following code, I don't get an error, but nothing happens: On Local Error GoTo errr Inet1.Password = "password1" Inet1.URL = "http://www.abc.com"
|
| SSTab | 04 Feb 2004 18:48 GMT | 2 |
How can I take out a tab on sstab control in design mode. It let me add but not take out.
|
| MSFlexGrid question | 04 Feb 2004 17:30 GMT | 8 |
How can i tell if user click on the flexigrid, but not inside one of the cell. Fro what i see, the last row always lights up when i click inside the grid but outside a cell.
|
| enter key act like tab key | 04 Feb 2004 16:41 GMT | 7 |
i need a smooth way to make the enter key behave like the tab when doing data entry into text fields. users need to enter data quickly so they prefer to use enter key to move through the controls.
|
| KB826287 Fix | 04 Feb 2004 09:36 GMT | 3 |
We are currently having problems as described in KB826287 when using mscomctl to provide an imagelist with vsfflexgrid 7.1 colimagelist property on XP. The KB article states a fix is available, but, 1/ Does applying for the fix count as a registered support call? 2/ If so, is the ...
|
| Need help with spreadsheet object in form | 04 Feb 2004 01:28 GMT | 3 |
I want to get data from a form in a VB application and store that data in a Excel spreadsheet. I also need to be able to format the cells for printing the sheet. Not sure how to insert a spreadsheet object into my form like you would any other control.
|