1. arguments for win32lib create and createx
- Posted by rubis at fem.unicamp.br Aug 20, 2002
- 375 views
Hi people everywhere; One little question... constant EditText1 = createEx( EditText, "", Window1, 8, 32, 70, 20, X,Y ) what kind of values can i use in X and Y and what are the effects results ? Is this documented somewhere ? thanks Rubens
2. Re: arguments for win32lib create and createx
- Posted by rswiston at hotmail.com Aug 20, 2002
- 383 views
Rubens, Try this... from MS MSDN Library. They also have complete listing for all styles and extended styles for all classes of objects. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/editcontrols/editcontrolreference/editcontrolstyles.asp -Robert >From: rubis at fem.unicamp.br >Subject: arguments for win32lib create and createx > > >Hi people everywhere; > >One little question... > > >constant EditText1 = createEx( EditText, "", Window1, 8, 32, 70, 20, X,Y ) > > >what kind of values can i use in X and Y and what are the effects results ? > >Is this documented somewhere ? > > >thanks > >Rubens > > > >