![]() |
|
#1
|
|||
|
|||
|
I'd like to know how to set up a form to open upon clicking a "?" in a macro form. I've used msgbox but formatting is awful...need to handle a lot of text in a nice compact format...anyone?
|
|
#2
|
||||
|
||||
|
Hi.
Right click on the project in project explore and choose add form. Add a new form and give it a name. Go to your main form in design view and double click your question mark label. This will take you to code view for the form and put you in the labels clcik event. Write in this line. Code:
myInfoForm.Show vbModeless -John |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Making Frameless Forms - Error | gorgo2 | CorelDRAW/Corel DESIGNER VBA | 3 | 05-05-2010 20:19 |
| Making Buttons for Macros | xombie | CorelDRAW/Corel DESIGNER VBA | 4 | 15-07-2008 14:58 |
| Two problems making speech balloons | Bobsy | General | 1 | 21-06-2006 16:42 |
| Making an executable | ddonnahoe | CorelDRAW/Corel DESIGNER VBA | 9 | 13-04-2004 08:25 |
| making a table of contents | daniello | CorelDRAW/Corel DESIGNER VBA | 0 | 26-03-2004 02:35 |