resizablelib icon indicating copy to clipboard operation
resizablelib copied to clipboard

A set of MFC classes to easily make resizable windows

Results 15 resizablelib issues
Sort by recently updated
recently updated
newest added

https://github.com/ppescher/resizablelib/blob/8d6a0364f2730fdcbc398ab7ff045de7889fc1f5/ResizableLib/ResizableComboBox.cpp#L62 In case of 64-bit platform handle is 8 bytes long, while `X` format expects 4 bytes for an unsigned value. At least `zX` format is required for `size_t` (or...

in vs 2019 ,CFrameWndEx is parent class for CMainFrame

…er CDialogEx, that can have background color and a background image, more easily.

… linker errors when using ResizableLib as dll, see Issue #17 https://github.com/ppescher/resizablelib/issues/17

moving the dialog (resizablelib\ResizableDialog) demo application (e.g. dialog New features or Test Dialog) from a monitor (main) with 150% scaling to a monitor (secondary) with 100% scaling and the demo...

I want to create a dynamic Resizable library .dll instead of the static Resizable library .lib and want to use AFX_EXT_CLASS to make the task simple, but get error LNK2005...

…ate flickering), because of e.g. VISTA redraw problems.

moving the dialog (resizablelib\ResizableDialog\) demo application from a monitor (main) with 150% scaling to a monitor (secondary) with 100% scaling and the demo application has "Per Monitor High DPI Aware...

`CStatusBar` can have style `SBARS_SIZEGRIP`, which creates a gripper in the bottom right of the statusbar. What does resizelib do in this case? Does it just draw on top of...

First proposed patch. This is used to allow resizelib to work with an initially hidden dialog. In 2014, `wp.showCmd = SW_SHOWNORMAL` did not exist, but it still showed the dialog...