Re: Windows vs Linux - Cars vs Motor Bikes?!
Posted: Fri Jan 29, 2010 2:02 pm
Rathi,
Thanks a lot
Really great work, Rathi. And especially with the same flavor 
With best regards.
Sudip
Thanks a lot
With best regards.
Sudip
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://mail.hmgforum.com/
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