| Thread | Last Post | Replies |
|
| How can I create Offce menubar in my VB application? | 29 Feb 2004 18:52 GMT | 3 |
How can I create Offce menubar in my VB application I have reference to MS Office library 9.0, but I don't know, how I can create a new menubar, I don't have "commandbars" object I tried with Active Bar from Data Dynamic, but its menubar can't display UNICODE Thank
|
| Date Format Setting | 28 Feb 2004 22:46 GMT | 2 |
I want to know Date Format Setting by windows inside VB6 Beforehand, thank you very muc Luis
|
| FileSystemObject Recursion and screen updating | 27 Feb 2004 23:50 GMT | 2 |
I am writing an app that scans the directories and files of a drive and constructs an output text file of information about each file that is found (actually, I selectively filter which files are recorded). I am using FileSystemObject to recursively retrieve the directories and ...
|
| hhctrl.ocx usage | 27 Feb 2004 23:22 GMT | 5 |
Can some give help me with an example(a real one) on the usage of this control. I have one chm file name help.chm and the table of content in this help file is toc.html.
|
| OCX and trapping events from host | 27 Feb 2004 20:50 GMT | 1 |
I'm developing an ocx for use in MS Access forms. It will be necessary to trap the events of the form that hosts the ocx. So in the VB6 usercontrol I wrote a code like this:
|
| CheckContinuePrinting event | 27 Feb 2004 20:24 GMT | 1 |
I am printing a tiff file from my Visual Basic program. I need to capture the status of the printing. I tried to use the CheckContinuePrinting event and it is not working. Probably I am not using it correctly. Also, I know that before using this event the ...
|
| MSCAL, Do not see calander day values on PC that is getting installed | 27 Feb 2004 16:13 GMT | 3 |
I created a program that uses the MSCAL.OCX control. Looks like a calander when I run it. When I compile and distribute my VB 6 sp5 application the application runs fine but the calander day values are blank. The control functions when you select a day, it just will not display ...
|
| Pb with multiline textBox | 27 Feb 2004 12:20 GMT | 1 |
I have a problem to use multiline TextBox If I input in TextBox: AB CDE
|
| How do I link two forms in a program? VB6 Help! | 27 Feb 2004 09:12 GMT | 2 |
I play roleplaying games and I am currently making a character generator for a role playing game, but not all of the character sheet will display on one form. I've had to continue on another form, but when I test my program I can't get to the second form. I'm trying to use a ...
|
| Control suggestion? I don't know what types of grids are out there... | 27 Feb 2004 04:13 GMT | 5 |
I need a "grid-like" control to list a series of commands which make up a 'script object.' I would like for it to have the potential for multiple columns (of course) and I'd like to be able to set a background color or (if something like this
|
| registering controls | 26 Feb 2004 22:06 GMT | 1 |
I've just switched to XPpro and installed visual studio 6.0. When I load a project to modify it I get a load error (cannot load dbgrid32 - not registered), so I continue load and run the app inside VS. When it tries to load the form with the grid it fails again and debug tells me I ...
|
| Combo-box HEADINGs Help... | 26 Feb 2004 21:56 GMT | 2 |
I need help because I can not find the information anywhere. I know a good deal of VB and this is such a simple problem that I can not find the answer I am using the "Microsoft Form 2.0 Objects Library" combo-box. I have a few columns and I recently found the ColumnHeads property ...
|
| scrollable form | 26 Feb 2004 21:27 GMT | 17 |
can you give me a sample how to create a scrollable form? thanks
|
| data control losing connection when I add records | 26 Feb 2004 21:10 GMT | 1 |
I'm using the old DAO datacontrol, and when I add a record via code, it seems to lose its connection, because when I go back to my gridcontrol and click on it, it says the datacontrol object is no longer st. When I do an update via code, the grid reflects the changes, but adding
|
| internetexplorer control? | 26 Feb 2004 21:08 GMT | 1 |
Is it possible to get control internet explorer same as we can control office applications, for example, create new page, use the commandbars collection, set values for printing options etc.? Thanks!
|