amitjainbls
Programmer
I am developing a code on NETCobol and have following issues.
1.When i ran the program it didnt throw a big screen, so i set the environment variable during run time as @scrnsize(160,80). I got the full screen but i am seeing that the character based screen is just concentrated at one-quarter of the screen and rest are all blank. Then i tried to increse the font size,but no help all the characters overlapped with each other occupying the same quarter area.
2. I want to disable the title bar like maximize,minimize,and exit butons.
For the second issue i got information from one of my friend that i need to do the following
i) i need to have the window handle on the console window
ii) i need to call the API GetSystemMenu
But, i dont know to get the window handle,how to call API GetSystemMenu .
Is there someone who could provide me out sample code of executing the above window handling programs or explain me the process how to carry out the operation.
Any help is appreciated.
1.When i ran the program it didnt throw a big screen, so i set the environment variable during run time as @scrnsize(160,80). I got the full screen but i am seeing that the character based screen is just concentrated at one-quarter of the screen and rest are all blank. Then i tried to increse the font size,but no help all the characters overlapped with each other occupying the same quarter area.
2. I want to disable the title bar like maximize,minimize,and exit butons.
For the second issue i got information from one of my friend that i need to do the following
i) i need to have the window handle on the console window
ii) i need to call the API GetSystemMenu
But, i dont know to get the window handle,how to call API GetSystemMenu .
Is there someone who could provide me out sample code of executing the above window handling programs or explain me the process how to carry out the operation.
Any help is appreciated.