Example wanted
- Posted by dcole Oct 16, 2010
- 1403 views
I need an example I can't find in the examples. (win32lib\demo\)
Maybe one is there but I can't find it.
Ones that are close are BkGnd16.exw. this only shows one letter.
fullscreen.exw. no text
drawing2.exw no text
In all cases these examples do what I want.
If the maximize square is clicked the window goes full screen and the picture changes size accordingly.
If the bottom right corner of the window is dragged the window size changes and the picture changes accordingly.
Although in drawing2.exw I see the picture changes in resize. I don't really want the picture to change.
The only difference in the examples and what I need is, all the examples use picture, I want to do it with text.
WPuts({MyWindow,10.10},"Hello World").
Any ideas how to do this.
Don Cole