Captionless UserForm

CraigM

Active Member
Joined
Feb 27, 2003
Messages
320
Does anybody know if it is possible to create a userform without the blue caption strip across the top? And without the close button?
 
Rather than create a new thread I thought I would post my question here as it relates to the code posted by Nimrod.

I have applied Nimrods code to my userform and it loads without the caption and looks quite asthetic. The problem I have encountered is with ListBox1 on my form. When I add a number of items to the Listbox, the right hand scroll bar is displayed but it is inactive ie I does not let me scroll up or down.

In Ekims post he shows how to fix the issue with drag and drop with captionless userforms. Is there a similar API fix for the Listbox scroll?

Jak
 
Upvote 0

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Re: Captionless UserForm (Solved)

This is a Doh moment. My listbox was locked. As soon as I set its property to False, hey presto problem solved. No API tweak necessary. :biggrin:
 
Upvote 0

Forum statistics

Threads
1,215,940
Messages
6,127,780
Members
449,406
Latest member
Pavesib

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top