|
-
Jul 22nd, 2023, 07:11 AM
#11
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by Nouyana
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.
 Originally Posted by Nouyana
@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
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|