bitblt

  1. Jaafar Tribak

    Multi-Color VBA MsgBox Including Buttons ( Easy to use )

    Hi all, Following a question I saw the other day, where it was asked if we could change the color of the Buttons in the standard vba MsgBox, I decided to give it a shot since I have never seen any code anywhere that addresses the issue. I have seen code before that sets the background color but...
  2. Jaafar Tribak

    MultiColor + Drag N Drop ListBox Class (Win32)

    Hi all, MultiColorDragList.xlsm I have been experimentng with the Comctl32 Listbox control in the last few days. The final result looks good BUT there are two major limitations which I should mention upfront beofre getting too excited. 1- ListBoxes can only be added to MODAL UserFoms. 2- No...
  3. Jaafar Tribak

    Customizing the Font and the BackColor of a UserForm's TitleBar

    Hi all, I already wrote some code before for customizing the titlebar of userforms HERE and HERE. Unfortunately, both codes relied on subclassing the userform which poses problems of its own. Problems such as risks of crashing excel during IDE testings or during unhandled errors... Also...
  4. Jaafar Tribak

    Changing the Font & Back Colors of individual Tabs\Pages in a MultiPage

    Hi dear forum, As you know, the MsForms Multipage control doesn't offer a built-in functionality for changing the colors of individual tabs. I have seen many requests for this functionality over the years and the usual workaround has always been to add some helper buttons\labels , to change the...
  5. Jaafar Tribak

    VBA Class to Make Mouse Cursors from Worksheet Shapes

    Hi all, I am posting here this little project which, as the title says, allows the user to create custom userform mouse icons on the fly out of worksheet shapes. The user can save the newly created .ico file to disk for later use. Workbook Demo - Class code...
  6. Jaafar Tribak

    Highlighting the cell under the mouse pointer ( GDI based )

    I wrote some code in the past that enables the user to highlight the cell currently under the mouse pointer ... See a code example here : https://www.mrexcel.com/forum/excel-questions/1090283-hover-over-vs-selecting-cell-post5240255.html#post5240255 The code in the link works fine except that...
  7. Jaafar Tribak

    How to make UserForm Frame Controls transparent

    Hi all, In case anyone is interested, here is the vba for making frame controls transparent in userforms. A couple of testings of the code revealed that it is very flexible and it is stable as it doesn't use hooking or subclassing for updating the frames backgrounds when moving around the...
  8. Jaafar Tribak

    Fade_In_Fade_Out Text (Splash Screen Demo)

    Hello, Recently, I have been messing with some GDI APIs in order to be able to display a fading text on the screen and thought I would post here what I came up with. The challenge was to make the fading effect smooth without flickering. In order to achieve a flicker-free fading text, the...

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