Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » EditField ctrl and StaticText ctrl in a StatusBar crtl
Re: EditField ctrl and StaticText ctrl in a StatusBar crtl [message #27690 is a reply to message #27662] Thu, 29 July 2010 16:38 Go to previous messageGo to previous message
ratah is currently offline  ratah
Messages: 107
Registered: July 2010
Experienced Member
Here is an example,
struct MyApp:TopWindow
{
  StatusBar status;
  EditString editcommand;

  MyApp()
  {
    AddFrame(status);
    editcommand.SetRect(1,1,200,18);
    status.Add(editcommand);
  }
  
}

GUI_APP_MAIN
{
  MyApp app;
  app.Run();
}

[Updated on: Thu, 29 July 2010 16:38]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Hello, need a helping hand
Next Topic: Ctrl key pressed while LeftDown: detection.
Goto Forum:
  


Current Time: Thu May 09 17:09:02 CEST 2024

Total time taken to generate the page: 0.02393 seconds