 |
|
 |
Hi, I'm a Chinese software developer, and living in Shanghai too. I had read your article about AppBar, and it is very helpful to me. Thank you. Now I have a question to ask: Can we create own AppBar just like system AppBar(or taskBar)? and we can add application icon into the AppBar.
If you have some ideas ,please tell me. Thank you very much!
My email:ayuan20022003@126.com.
|
|
|
|
 |
|
 |
Hi,
This is a nice solution for creating appbar.But this is been developed using ATL.
I am using visual studio 2005 and it's compiler does not support your code, as I tried to compile your project but it gives me errors.
Is it possible to create the same application in MFC?
Thanks in Advance
|
|
|
|
 |
|
 |
Create a new SDI app (derived from CFrameWindowImpl) and add the call to InitAppBar on OnCreate. Make sure to CHAIN_MSG_MAP. Trying to dock the app fails - the main window doesn't actually snap into place.
Any ideas?
|
|
|
|
 |
|
 |
Hello,
I have no clues how to integrate this with an application (VB.NET) or what WTL is, can anybody point me in the right direction for this. Or even buid an example in VB.NET. I have been using VB.NET for many years but am still a beginner. Any help is appreciated.
Thanks
Kev
|
|
|
|
 |
|
 |
I am creating an APPBAR in c++ and I can do all that just fine. I wanted to test what would happen if my application just straight up crashed without being able to unregister itself from the system list... so I just hit shift + f5 and found out what happens. My actual app bar disappears but the space that it was taken up is still taken up. I Did this several times and now on my test box all I have is maybe 200 pixels left for windows/desktop icons on a 1680x1200 dimension screen. I have tried to look for some way to access this internal list that I see referenced in the MSDN but I cannot find anything on how to do this?
How can I access this list so that I can get a handle and then send the SHAppBarMessage(ABM_REMOVE, &AppBarData); command? Thanks in advance, and code samples would be most appreciated. This is quite annoying and there should be an easy way to remove the items for instances where your application could possibly crash.
|
|
|
|
 |
|
 |
Hi,
I want to attach the Appbar to the top of a single
monitor in a dual-monitor computer. The AppBar has
to be always visible so AutoHide is not an option.
The weird thing is that even if I set the AppBar size
to use only one monitor, the same area of the second
monitor gets locked. Can´t find a way out of it, if
you can help I will really thanks.
Reynos.
|
|
|
|
 |
|
 |
Appbar works for primary monitor only on dual-monitor computer. It won't work if you try to place it in a secondary monitor.
|
|
|
|
 |
|
 |
It is the best implementation (and written in the best way) of the AppBar i found on the net.
My question:
I have MFC Dialog based application.
Dialog class derived from CHTMLDialog.
I want to provide AppBar bahavior for this dialg Application.
I am not familiar with WTL.
1) I understand there is no way to use WTL AppBar class as is.
2) How complex is to convert this WTL to MFC?
Thanks,
Amit
|
|
|
|
 |
|
 |
Hi,
Hey amit have you got any solution for this?
I have created one dialogbase app in MFC and now i want to appbar behavior for that application.
If you got any solution for that pl let me know.
Thanks in advance
|
|
|
|
 |
|
|
 |
|
 |
I truly appreciate your article.
--
Mit viel Oktan und frei von Blei, eine Kraftstoff wie Benziiiiiiin!
|
|
|
|
 |
|
 |
Very good job,will you give me csharp code
qqqqqqq
|
|
|
|
 |
|
 |
Here it is:
www.codeproject.com/csharp/csdoesshell3.asp
But the code of the Author is much better
|
|
|
|
 |
|
 |
And here is MS example of the C# implementation of AppBar. http://www.gotdotnet.com/community/usersamples/Default.aspx?query=AppBar&Sites=(www.GotDotNet.com) Regards
|
|
|
|
 |
|
 |
I have ever created one window who is like a task bar, by changing the Windows' working area.
But your method is much better than mine!
Thank you.
Yuchuan Wang.
|
|
|
|
 |
|
 |
Good work man...
I have question about AppBar... In the first lines of your articel your are writting something about docking windows in Applications and there implementations...
It is possible to use Appbar in a Mainframe Window instead of a Desktop Window ?
Best regards...
-- modified at 15:01 Friday 16th September, 2005
|
|
|
|
 |
|
 |
This class is only for docking on desktop. That's what AppBar means. You can found other articles here in codeproject for docking in application framework.
|
|
|
|
 |
|
 |
Thanks for your good article.
In your article, you say "Except for the SDK documents" .do you mean that"Besides the SDK documents" ,or there is really no relating words in SDK documents.
I am a Chinese too, just graduated from university, a novice as a programmer. Poor Writing in English is one of my weaknesses,so I want to improve it.
|
|
|
|
 |
|
 |
Yes, I mean "besides"
|
|
|
|
 |
|
 |
Great !!!
My boss request it at last month in a Requirement Specification.
I was read this article in MSDN, and Analysed time to develp a wrapper.
But, you do it before ...
Thanks.
Rodrigo Pinho Pereira de Souza
|
|
|
|
 |
|
|
 |