All GUI applications have CONE environment (CCoeEnv) by default, so it is easy to use any controls (CCoeControl) in GUIapplication. To use CCoeControl , for example CEikEdwin, require CONE environment as a basic requirement. By default console exe does not have CONE environment.
This article describes how to use CONE environment in exe (Console exe) and how to use controls in exe using CONE environment. This article explained example of CEikTextListBox and CTextListBoxModel controls. This article is useful to beginners as well as experienced developer.
--kamlesh sangani 12:02, 6 September 2009 (UTC)