[nsbasic-ce] creating menu

2008-09-20 Thread sgjoisa
Hi every body . I am creting an aplication using nsbasic ce . i have tried to create menu by both manual designing and creating by writing code . but both methods failed . My app has multiple forms . Help file has only formless app . menu works on 2 forms and not in other forms . Please help m

[nsbasic-ce] Re: creating menu

2008-09-23 Thread sgjoisa
--- In [EMAIL PROTECTED], "George Henne" <[EMAIL PROTECTED]> wrote: > > Do you want to use the same menu for all forms, or a different one for > each form? > > >Hi every body . I am creting an aplication using nsbasic ce . i have > >tried to create menu by both manual designing and creating by w

[nsbasic-ce] Form caption

2008-10-07 Thread sgjoisa
Hi everybody ! how to set a caption to a form ? There is option in property page . Form1.caption="Data entry" is not working . Please help me anyone who knows . --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "nsb-

[nsbasic-ce] Font size problem

2008-10-09 Thread sgjoisa
Hi , I am developing a program . I tested it on my I-Mate(windows mobile 2003)and running perfectly . And I have installed the same program on HTC P3400i(windows mobile 6) , but the fonts are very small like small ants . I used fontsize as 10 . Then I changed fontsize as 16 , after it worked we

[nsbasic-ce] Icon size

2008-10-18 Thread sgjoisa
Hi , I have one question . What should be the Icon size for windows ce ? Because i tried with 32*32 and 16*16 sized icons and both are not working . What is the reason ? And another thing . To build installer file one should not purchase any software . A setup builder is freely available in www.bas

[nsbasic-ce] Alternative database

2008-11-22 Thread sgjoisa
Hello everybody ! I am developing a program which should contain a large database . For now , I just added 400 records to my database . While in SQL database it takes more time to load the records . Is there any other database which works fast and can also be used in latest windows mobile(wm5 a

[nsbasic-ce] Re: Alternative database

2008-11-26 Thread sgjoisa
I am already using sqlite . It is slow . Is there any other solution ? --- In [EMAIL PROTECTED], Harold Wood <[EMAIL PROTECTED]> wrote: > > try sqlite > > --- On Sat, 11/22/08, sgjoisa <[EMAIL PROTECTED]> wrote: > > From: sgjoisa <[EMAIL PROTECTED]>