Application doesnot show in taskbar in windows 8 - c#

I have an desktop application build on . Net 3.5 . Application is working properly in windows 7 and on XP as well. but in windows 8 when I minimize my application it doesn't show in the task bar . please tell me how can i rectify this issue ?

Related

Can I launch a Universal windows app without the shell running?

We a WPF application that is used as our shell which replaces the Windows 10 shell.
Is it possible from our WPF app to launch Universal windows app?
I have found some links to deep-linking but I am concerned that this will not work if I do not have the windows shell running.

C# VS2012 build application in not working with Win7 machine

I have created one C# form base application in VS2012 and Windows 8. This application is working fine in Win 8 machine but facing 2 problems in Windows 7
I have used one statusStrip in that application with layout style HorizontalStackWithOverflow. This status Strip lable's text is properly seen in Windows 8 machine but with windows 7 machine it shows text in mirror image text format.
Some forms are not getting opened in Win 7 machine.
Please help me on this

Windows Forms in Microsoft Visual Studio 2013 doesn't have Win 8 Style

I have a Win7 machine which I installed MVS2013. I'm trying to do a simple Windows Form Application, but it doesn't have the Win 8 style, but the Win 7.
How could I make one which looks like the Win 8 style?
Or, am I doing it right? Because I've heard that Win 8 only work with Apps.
Thanks for your time.
Best regards.
Windows Form Application is what it says and it has outdated look (doesn't even completely keep up with Vista style as it is old technology used on XP, WPF application is the way Windows Vista and above work).
For Windows 8 you must use Windows Store Application project, which can be only launched if you have Visual Studio 2012 or above on Windows 8 or above.

can a C# windows application be run on a windows 8 based tablet well?

Recently I was asked to work on a project which was developed for an aviculture company.
The client asked if I can make the application which was being developed in C#, to work on a tablet.
So i want to know if i finish the application in c# normally Will I be able to:
1.Use the mono for android and compile the whole project with that and get an android app easily for being used in android devices?
2.Use the executable project on a Windows 8 tablet without any changes?
I would be grateful if any one could answer these two questions.
It depends which tablet you're talking about.
On a Windows RT (ARM based) tablet like Surface, only Metro apps are supported. There are a few desktop apps, but only Microsoft can make them. So if your app is a desktop app, it won't run on Surface RT.
On a tablet with the "real" Windows 8 (x86 based, e.g. Surface Pro), you can run the same apps as on a PC.

Launching OpenOffice from WPF app. AlwaysOnTop

I am launching openoffice 3.3.0 on Windows 7 from a WPF app no problem, however when launching on XP openoffice always goes behind my WPF any way to stop this ?
C:\Program Files\OpenOffice.org 3\program\soffice.exe
Guessing here.
Is there no way to launch a program and specify that it opens on-top/in-front?
Or do you need to minimize the WPF application to allow OO.o to show up on top. You may just have gotten lucky on Windows 7.

Categories