I am referring to the case where a user will enter a value/string into a cell and the program will check to make sure that the value/string is an appropriate entry. if not, a windows message box would pop up letting the user know the entry was innapropriate and the string would be reset. If anyone can help, please do! Thanks!
Joseph 0
Posts
-
Help with GridCtrl bounds checking -
Help with GridCtrl bounds checkingFor those who have had experience with using the GridCtrl control, I was wondering if you knew how to incorporate bounds checking for individual cells into an app that used GridCtrl. Any suggestions would be appreciated! Thanks!
-
Sizing Child WindowI figured one way out already, but thanks for replying. The way I am doing it I have a seperate Child Frame class for each document type. Then i just modify the window's size in the Child Frame's PreCreateWindow function. If you know of a better way to accomplish this, though, feel free to let me know! Thanks again!
-
Sizing Child WindowI am currently writing an app that uses multiple document types. When the user creates a new file, I would like the size of the generated child window to depend on the document type. If anyone has any suggestions on how to accomplish this, please let me know.
-
Multiple Document TypesDoes anyone know of a tutorial or webpage that discusses how to create an app that uses more than one document types? i would be very grateful if someone could help. thanks!