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 » U++ TheIDE » U++ TheIDE: Layout (Forms) Designer » GUI with Menu bar and 5 Labels/Text Boxes
Re: GUI with Menu bar and 5 Labels/Text Boxes [message #25028 is a reply to message #25025] Mon, 08 February 2010 13:48 Go to previous messageGo to previous message
nlneilson is currently offline  nlneilson
Messages: 644
Registered: January 2010
Location: U.S. California. Mojave &...
Contributor
Thanks tojocky, but neither of the packages had something I could figure out.

In EyeCare there was use of TrayIcon which is different from what is shown on the TaskBar for all apps that are running which can be right clicked and closed, minimized, etc., when the app made with upp is not Frameless it can but when it is Frameless it cannot.

With EyeCare it had a TrayIcon and when right clicked it has:
Show EyeCare, Ignore eyes, About and Exit, but not always.

Twice it could not be closed even with the TaskManager and starting the computer again it would pop up, NOT GOOD. I did a search of C:\ and found an EyeCare file in C:\WINDOWS\Prefetch.
I deleted that and every thing else in the search that could be deleted, EyeCare.exe could not until I rebooted again.
Tinkering with code re registry keys is something I want to stay clear of for now.
	HKEY hkey;
	if(RegOpenKeyEx(HKEY_CURRENT_USER, regpath, 0, KEY_ALL_ACCESS, &hkey) == ERROR_SUCCESS) {
		RegDeleteValue(hkey, regname);
		RegCloseKey(hkey);
	}


The GoogleTranslator package does not have a main so was unable to run it. Looking through the code in the .cpp and .h files there was nothing re TrayIcon, tray, TaskBar or task and could find no code that was related, maybe because I don't know what code could be related to the TaskBar.

When the upp app is running it is on the TaskBar, I would like to be able to right click and have the option for closed, minimized, etc. when it is Frameless the same as when it has a frame.

Is there a way of implementing this with upp?

[Updated on: Mon, 08 February 2010 13:52]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message icon13.gif
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
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to make Layout Sizeable & Zoomable
Next Topic: Layout editor problem with Ctrl &
Goto Forum:
  


Current Time: Mon Jul 07 21:00:22 CEST 2025

Total time taken to generate the page: 0.04280 seconds