I notice a number of PBCC Graphics window code, simulating standard Windows and controls, and I have
to ask Why? Are the programmers unaware you can create full blown GUI programs using a number of methods:
1: Standard CreateWindowEx calls
2: Use a Resource Editor to design your screen with only one line of code for display.
3: Use My Runtime Dialog code posted in a number of places on this forum.
4: Use my SDKSERV code located the source code forum.
source will be released eventually and compileable with PBCC
Is it for the cool retro look?
Maybe your Suzy is even slower than MCM's?
I am curious.
James
to ask Why? Are the programmers unaware you can create full blown GUI programs using a number of methods:
1: Standard CreateWindowEx calls
2: Use a Resource Editor to design your screen with only one line of code for display.
3: Use My Runtime Dialog code posted in a number of places on this forum.
4: Use my SDKSERV code located the source code forum.
source will be released eventually and compileable with PBCC
Is it for the cool retro look?
Maybe your Suzy is even slower than MCM's?
I am curious.
James
Comment