RE: Who can write an inputbox.e?
- Posted by Liu Junfeng <rufi at 163.com> Feb 19, 2003
- 437 views
I used this program in my application, but the result of input_box function is always {0}, though it works well in other tests. Don Phillips wrote: > > Don, > > > > Neat!! > > > > I had to change: > > CreateWindow = define_c_func( Lib1, "CreateWindowExA", > > ,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG}, > > C_LONG ), > > > > to: > > CreateWindow = define_c_func( Lib1, "CreateWindowExA", > > {C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LONG,C_LON > > > > > > G,C_LONG}, > > C_LONG ), > > > > to get it to work, hope that's correct?? > > (added two more "C_LONG" & a "{" ) > > Yes that is correct, for some reason sometimes when I post long lines > they tend to truncate. I also hope Lui will be able to use it. Maybe > in the future I will have some time to play around with making templates > > in memory... > > Euphoria is one of my favorite languages!