Commit graph

75 commits

Author SHA1 Message Date
haru-s
d53473cad6 Add common dialog example. 2023-02-03 02:26:08 +09:00
haru-s
ed654b5df6 Add ImageList example with ListView and ComboBox 2023-02-01 22:14:23 +09:00
haru-s
e33fac80ee Clean build settings 2023-01-31 18:58:00 +09:00
haru-s
37b3ea7dc5 Fix DragDropListBox example. 2023-01-26 16:44:54 +09:00
haru-s
8f06feb4b8 Add OLE Drag-and-Drop example as DragDropListBox. 2023-01-24 15:52:28 +09:00
haru-s
23b7d6e3aa Update build settings. 2023-01-24 11:08:06 +09:00
haru-s
a9524bc196 FIX: Don't call Control.allowDrop in MyForm.this(). 2023-01-19 12:54:08 +09:00
haru-s
3774206908 Add drag-and-drop example (1. DragAcceptFiles and 2. OLE-Drop). 2023-01-19 10:55:43 +09:00
haru-s
849bf9ee24 Add some vscode files. 2023-01-14 20:58:42 +09:00
haru-s
38e77de421 Add Splitter control example. 2023-01-14 20:49:36 +09:00
haru-s
166ae012c3 FIX: How to use VisualStyle in buttons example. 2023-01-12 01:53:27 +09:00
haru-s
81418efa24 Adds how to set the visual style to the buttons example. 2023-01-10 23:01:36 +09:00
haru-s
6edaec16fa Add screen shots of example codes. 2023-01-10 22:07:56 +09:00
haru-s
dc400f24d3 Add ListView example code. 2023-01-10 21:36:51 +09:00
haru-s
be5ce5ef60 Add StatusBar example code.
Fix copyright in some dub.json files.
2023-01-08 22:22:01 +09:00
haru-s
1ab4ac5782 Disable the maximize button in the example codes. 2023-01-08 15:46:12 +09:00
haru-s
f5ddf3225c Add TabControl sample code. 2023-01-08 03:30:44 +09:00
haru-s
2a48425297 Add examples about Button, CheckBox and RadioButton with GroupBox. 2023-01-04 02:36:59 +09:00
haru-s
451e6d2cfd Remove unnecessary dub.selections.json file. 2023-01-04 02:33:33 +09:00
haru-s
43bcbd789c Add Label sample code. 2023-01-03 01:55:52 +09:00
haru-s
abdb70f691 FIX: TextBox is not accepted RETURN and TAB correctly in form that has default button.
- General
In order to resolve this, keyboard input process was changed similar to WinForms.
A part of role of FormMessageFilter class was moved to each control's wndProc(), because TextBox class is must to know that parent form has default button and not.
And also remove to hack of ControlStyles enum.

- Others
Add TextBox example code.
Separate TextBoxBase class from textbox.d to textboxbase.d file.
Separate SharedControl class from control.d to sharedcontrol.d file.
Fix some old alias sytax.
Add vscode workspace file.
2022-12-24 10:58:18 +09:00
haru-s
a7275028ca Fix TrackBar sample code. 2022-12-14 14:23:37 +09:00
haru-s
61406c9bdf Add TrackBar sample code. 2022-12-13 20:42:44 +09:00
haru-s
089c662426 FIX: A sample code is now work with DUB. 2022-12-07 19:39:04 +09:00
haru-s
37ccd6f731 DUB is available in DFL. (Caution: need to modify DFL source path in sc.ini) 2022-12-07 19:06:31 +09:00