Quote Originally Posted by Nouyana View Post
Can anyone explain me how to draw a Button? I know almost nothing about WinAPI, but I've tried:
When you have no knowledge about owner-drawing (WinAPI) then this is the wrong thread here to learn it. I have no time to explain you knowledge.
Of course I can explain the control, but no basic stuff.

Quote Originally Posted by Nouyana View Post
@Krool

A bug in ComboCalendarMinDate/ComboCalendarMaxDate properties.

Code:
With VBFlexGrid1
   .Cell(FlexCellComboCue, .FixedRows, 1, .Rows - 1, 1) = FlexComboCueDropDown
   .ComboMode = FlexComboModeCalendar
   .ComboCalendarMaxDate = Date + 31
   .ComboCalendarMinDate = Date - 31
End With
Name:  VBFlexGridComdoCalendarDate.png
Views: 4495
Size:  7.1 KB

PS.
I've written more than 160 pages of documentation. I'm moving alphabetically and I'm now only on the letter "C". You've got dozens of bugs here. Maybe I'm not a $100 to everyone's liking, but I'm doing a big job for the community. If you keep ignoring my messages, I won't bother you anymore.
The ComboCalendar* property are meant to be executed after the BeforeEdit event. You can't use them before.

Putting pressure will not achieve anything. Feel free to act as you wish.