Help: How may i add this demo form to HelloWorld
Say, i have created a HelloWorld:
lib in mmp file : -> MMP
header files included : -> MyForm.h
Creating Form from Resource : -> RSS file
EmyformDlgCIdEdwin2, 1 etc : -> HRH file
Header File : -> \inc
Implementation File : -> Where will this snippet go ?? Currently placed it in AppUI.cpp
Executing Form : -> I guess this will go in HandleL() of AppUI Link title
Forms are the basic UI components of an application. Like if you want to make a Login design, Registration page, Settings Page and there are many more examples which we can achieve easily through forms.
This article in a very clear cut fashion explained how to make simple form in symbian c++, starting from the libraries, resource files, class definition and the implementation at the last, the articles make us familiar how we can create a simple form. Gaba88
The forms in Symbian C++ are having a essential importance in many applications including applications which includes to fill an application form or a login form or a registration page etc. Forms are the user interface of your application. Forms can be either in view mode or edit mode. This article artlessly describes the basic concept of forms in Symbian os and how to create them.
The article lucidely mentions to create simple forms with the information about the header files, library files, class definition and the implementation code. It can be useful to beginners.
--Deepikagohil 16:33, 7 September 2009 (UTC)
This article shows a documentation that will help to beginners because forms are essential in every kind of application either is in desktop applications or in mobile applications.
Forms can be considered as a container for GUI objects. This article represents all the things very clearly and addresses how many files you need to build to accomplish this task..
well explained...
--Vkmunjpara 21:41, 24 September 2009 (UTC)
Form is basic mean of taking input data from user. Taking multi-data part input, with scroll-bar, from user is difficult in symbian. The form implemented in this article made it easy to take data inputs which have a number of fields, with scroll-bars and which can be editable when they are in focus.
Article implemented CMyForm class which can be used as form in your application. This class has many functionality like adding menu, adding controls dynamically.
--kamlesh sangani 04:22, 28 September 2009 (UTC)