Perhaps he did, I'll have to see how. I was trying to transplant the GDK into another window, just as a proof of concept, not necessarily a form element just yet.
EDIT: I've investigated dbInitDisplay() a bit. Used in the following manner, I had some interesting results, all followed by a crash.
dbInitDisplay(DWORD dwDisplayType,800,600,32,g_pGlob->hInstance,"GDK App");
For this experiment dwDisplayType is the variable.
Values and results:
0 - No change
1 - Resizes as expected
2 - A message, "Display mode not supported."
3 - Program is apparently trying to run full screen. Nothing draws except the normal window, but when the window has focus all control is lost. No crash, just a halt.
4 - Window maximizes
5 and on - No change
Take what you will from this test. Perhaps it would be possible, in the future, to set up the GDK on our own, which would allow you to fully customize display options.
My site, for various stuff that I make.