Thanks a lot


With best regards.
Sudip
Moderator: Rathinagiri
Yes, you are 100% correctRoberto Lopez wrote:That is something that must be learned in the childhood, later it could be very painfulsudip wrote: (But, I can't ride any bike, as I don't have the balance
)
...
NICE!rathinagiri wrote:Code: Select all
# include "xhgtk.ch" # include "hmgtk.ch" function main define window helloworld at 0,0 width 400 height 300 title "Hello World" main end window activate window helloworld return nil