473,698 Members | 2,392 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating somethink like nVidias nView Desktop Manager

Hello!

How is it possible to create somethink like that nView Desktop Manager,
which docks into the WindowsBorder of an Application left sided of the
Minimize/Maximize/Cose Button?

Is this a Win32 API or do they "just" dogging a Application to a Window by
calling the apis to get the windows size/location?
Any Informations/Help would be great!

Greetings
Jürgen
Nov 17 '05 #1
4 1708
Hi,
Using the framework you can do some creative stuff, like irregular forms,
etc , also by intercepting some of the windows events you can do very
creative stuff by painting yourself part of the windows for example. In your
case I have never use nView so not sure how it looks like.

I will do a search in google first, also check some of the libraries
classes , like componentOne , probably they have a similar solution in
place.
cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Jürgen Müllder" <co******@yahoo .com> wrote in message
news:Xn******** *************** *******@207.46. 248.16...
Hello!

How is it possible to create somethink like that nView Desktop Manager,
which docks into the WindowsBorder of an Application left sided of the
Minimize/Maximize/Cose Button?

Is this a Win32 API or do they "just" dogging a Application to a Window by
calling the apis to get the windows size/location?
Any Informations/Help would be great!

Greetings
Jürgen

Nov 17 '05 #2
I understand your question as ....

I have an application that when minimized needs to show up as a maximise
button on the title bar of a containing application.

For example, most apps have minimise, maximise, and close buttons, I would
like to add another to have myapp, minimise, maximise, and close ...

I could be wrong here, but if you want to have this button on a compiled
application, you CAN do it ... off the top of my head, I cannot remember for
the life of me, but there are some WM_MESSAGE(s) that you will need to
intercept etc.

Is this the problem you are querying?

--
--

Of all words of tongue and pen, the saddest are: "It might have been"
"Jürgen Müllder" wrote:
Hello!

How is it possible to create somethink like that nView Desktop Manager,
which docks into the WindowsBorder of an Application left sided of the
Minimize/Maximize/Cose Button?

Is this a Win32 API or do they "just" dogging a Application to a Window by
calling the apis to get the windows size/location?
Any Informations/Help would be great!

Greetings
Jürgen

Nov 17 '05 #3
Hi!

Thank you for your answer.

I know that you can do alot of creative stuff with your forms. Sorry,
but i think i wrote the question with the wrong point of view.

I don't want that this "DeskBar" shows in my Forms, i want display it
(like nVidias Tool) in every (or defined) windows (like
Editor/Outlook/IE/...)

Greetings

Matthias
"Ignacio Machin \( .NET/ C# MVP \)" <ignacio.mach in AT dot.state.fl.us >
wrote in news:es******** ******@TK2MSFTN GP09.phx.gbl:
Hi,
Using the framework you can do some creative stuff, like irregular
forms,
etc , also by intercepting some of the windows events you can do very
creative stuff by painting yourself part of the windows for example.
In your case I have never use nView so not sure how it looks like.

I will do a search in google first, also check some of the libraries
classes , like componentOne , probably they have a similar solution in
place.
cheers,


Nov 17 '05 #4
Hi!

Thank you for your answer!

I don't want it on my own application, it should be displayed at foreign
applications like IE/Outlook/...

My question was not good, i had to descripe what this managager does.

I displays in every window you have open right besides the
Minimize/Maximize/Close Buttons with some own FunctionButtons .

Regards

Matthias
"=?Utf-8?B?YmlsbHI=?=" <bi***@discussi ons.microsoft.c om> wrote in
news:0B******** *************** ***********@mic rosoft.com:
I understand your question as ....

I have an application that when minimized needs to show up as a
maximise button on the title bar of a containing application.

For example, most apps have minimise, maximise, and close buttons, I
would like to add another to have myapp, minimise, maximise, and
close ...

I could be wrong here, but if you want to have this button on a
compiled application, you CAN do it ... off the top of my head, I
cannot remember for the life of me, but there are some WM_MESSAGE(s)
that you will need to intercept etc.

Is this the problem you are querying?


Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4235
by: Barb | last post by:
Hi there, I sincerely hope that someone out there can help. I have two instances of the SQL 2000 Desktop Engine running. One is on my local machine for development and the other is on another machine on our network which is the production environment. I have built an Access 2003 front end application which connects to this database. This works fine locally, as you would expect. I successfully installed the database on the...
3
1606
by: Craig Jurney | last post by:
Am having difficulty creating a dynamic <select> element using direct assignment to the element's option array (ie. someElement.option=new Option(someText, someValue);) that will work on Palm devices runing Blazer 3.0 or Web Browser 2.0. The browsers SEEM to be JavaScript1.1+ capable and the script that I have works on every desktop-based browser, but not the PDA ones.... Any advice? Or is this a known deficiency?
3
1883
by: Seth | last post by:
I have been trying to create a mock httpcontext for the purpose of unit testing. I have a class, Customer, that uses cookies. I have set it up to be able to take a httpcontext as a parameter in an overloaded constructor. I have seen a few references to people that have created mock httpcontexts but I can not seem to get it to work. This is what I have right now, it is the result of working backwards from httpcontext and trial and...
9
6014
by: Rotzooi | last post by:
Hi, I have a VB.NET Service application that's running fine under the Local System account. But for configuration purposes I don't want to be dependent on modifying the registry manually or using an seperate application (like I do now). I want to implement a system tray icon when someone logs on to the console. I've tried several samples but I can't get the icon to the system tray. I know there are some issues because the logged on...
12
6524
by: Noam | last post by:
I had originally written a program as a c# console application. The program used a reference that I wrote in c++. Later I was told to re-write the application as a windows service. When the service would start up, as soon as it accessed the reference (by instantiating a class within the reference), the service would crash. In the event viewer I saw that it throw a System.IO.FileNotFoundException saying that the c++ reference was missing...
0
1752
by: tommydog | last post by:
hi i'm trying to make a backup of my database. the data base feed my shop cart and is located on rented webspace. the cart is ASP and i'm sure the database is MSSQL. I have a freeware desktop sql manager and i'm not sure how to enter the server information ! I have another webspace with MYSQL and PHP admin that i intend to use as the backup location. my ASP data connection script is as folows: if strServerName =...
1
4553
by: chudson007 | last post by:
Hi All, What are the pros and cons between using Enterprise Manager or Query Analyzer for my queries. Currently I use Enterprise Manager because I prefer the interface and only use Query Analayzer when queries time out in Enterprise Manager, but I'm sure there must be more to it. Regards,
5
1155
by: farksimmons | last post by:
I am creating a distro of Python to be licensed as GPL.... am wondering, what would anyone suggest as to 3rd party modules being put into it (non-commercial of course!)? I know I'd put MySQLdb into it at the very least. Any suggestions? Thanks, Fark Simmons
0
8678
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9166
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9030
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8899
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8871
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7737
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4621
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2333
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.