Yes, creating a gui program makes you have to deal
with writting code that understands and uses message notification
from the windows os. Coming from a dos or console programing background where if you did not use interrups in a high level language can test ones sanity in creating a gui program that validates keyboard presses.
I have been writting a few gui programs and i hate having to deal with keyboard validation so i just do not. I check a controls input only after a compeletion of whole input until i grasp those skills which i believe every coder does at some point in time different from others and some people have more pain in learning those skills than others. Not a fault of powerbasic, just the way windows works to be a multitasking operating system.
with writting code that understands and uses message notification
from the windows os. Coming from a dos or console programing background where if you did not use interrups in a high level language can test ones sanity in creating a gui program that validates keyboard presses.
I have been writting a few gui programs and i hate having to deal with keyboard validation so i just do not. I check a controls input only after a compeletion of whole input until i grasp those skills which i believe every coder does at some point in time different from others and some people have more pain in learning those skills than others. Not a fault of powerbasic, just the way windows works to be a multitasking operating system.
Comment