Click here to Skip to main content
15,888,113 members
Home / Discussions / Windows Development
   

Windows Development

 
AnswerRe: How to make Windows 10 windows look like Windows 7? Pin
Pete O'Hanlon5-Aug-15 8:32
mvePete O'Hanlon5-Aug-15 8:32 
QuestionWindows Universal Platform on Windows 7? Pin
Matt T Heffron16-Jul-15 8:15
professionalMatt T Heffron16-Jul-15 8:15 
AnswerRe: Windows Universal Platform on Windows 7? Pin
Richard Deeming16-Jul-15 8:30
mveRichard Deeming16-Jul-15 8:30 
GeneralRe: Windows Universal Platform on Windows 7? Pin
Matt T Heffron16-Jul-15 10:55
professionalMatt T Heffron16-Jul-15 10:55 
AnswerRe: Windows Universal Platform on Windows 7? Pin
Richard Andrew x6416-Jul-15 13:17
professionalRichard Andrew x6416-Jul-15 13:17 
QuestionWindows Runtime applications; Updating title Pin
Afzaal Ahmad Zeeshan28-Jun-15 12:35
professionalAfzaal Ahmad Zeeshan28-Jun-15 12:35 
AnswerRe: Windows Runtime applications; Updating title Pin
Pete O'Hanlon28-Jun-15 21:08
mvePete O'Hanlon28-Jun-15 21:08 
AnswerRe: Windows Runtime applications; Updating title Pin
Afzaal Ahmad Zeeshan29-Jun-15 1:02
professionalAfzaal Ahmad Zeeshan29-Jun-15 1:02 
Thank you very much for your reply Pete, I did try that one but that is not the solution in Windows 10 applications. Also, Visual Studio doesn't open the manifest editor (I am using Visual Studio 2015), it instead opened up XML editor.

Now, if you didn't know it before. I would give you the How-to of changing the application's name in Windows 10. In the manifest, there is another node Applications, which contains the UAP (Universal application platform) and other properties that each of the application under the project holds.

XML
<Applications>
    <Application Id="App"
      Executable="$targetnametoken$.exe"
      EntryPoint="Win10App.App">
      <uap:VisualElements
        DisplayName="My App"
        Square150x150Logo="Assets\Logo.png"
        Square44x44Logo="Assets\SmallLogo.png"
        Description="Win10App"
        BackgroundColor="#464646">
        <uap:SplashScreen Image="Assets\SplashScreen.png" />
      </uap:VisualElements>
    </Application>
  </Applications>


The DisplayName property of this Application was to be edited, not for the project (that was of project, or application... I am not sure, can you clear me?)

Anyways, the solution of yours is still applicable, because indeed it is the DisplayName property, but the child node was having some troubles.

Thank you.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

GeneralRe: Windows Runtime applications; Updating title Pin
Pete O'Hanlon29-Jun-15 1:11
mvePete O'Hanlon29-Jun-15 1:11 
GeneralRe: Windows Runtime applications; Updating title Pin
Afzaal Ahmad Zeeshan29-Jun-15 3:52
professionalAfzaal Ahmad Zeeshan29-Jun-15 3:52 
QuestionFile associations programmatically. Pin
Rainsey Long22-May-15 21:53
Rainsey Long22-May-15 21:53 
AnswerRe: File associations programmatically. Pin
Richard Andrew x6426-Jun-15 12:38
professionalRichard Andrew x6426-Jun-15 12:38 
QuestionEmbedding exe application on metro Pin
Rainsey Long22-May-15 21:48
Rainsey Long22-May-15 21:48 
Questionwhich function gets called in case of End Task for process running in Background Pin
N3KK21-Apr-15 4:23
N3KK21-Apr-15 4:23 
AnswerRe: which function gets called in case of End Task for process running in Background Pin
Richard Deeming21-Apr-15 5:14
mveRichard Deeming21-Apr-15 5:14 
AnswerRe: which function gets called in case of End Task for process running in Background Pin
Eddy Vluggen21-Apr-15 5:25
professionalEddy Vluggen21-Apr-15 5:25 
QuestionOpening pdf on Windows Phone 8 Pin
purplehorace30-Mar-15 22:00
purplehorace30-Mar-15 22:00 
AnswerRe: Opening pdf on Windows Phone 8 Pin
Richard MacCutchan30-Mar-15 23:14
mveRichard MacCutchan30-Mar-15 23:14 
QuestionManaged Languages on Windows Runtime Pin
Richard Andrew x6430-Mar-15 12:27
professionalRichard Andrew x6430-Mar-15 12:27 
QuestionAlways on top (Task Manager) C# Pin
Rainsey Long26-Mar-15 4:28
Rainsey Long26-Mar-15 4:28 
AnswerRe: Always on top (Task Manager) C# Pin
Herman<T>.Instance11-Aug-15 2:57
Herman<T>.Instance11-Aug-15 2:57 
Questionneed wi-fi scanner APP source code creating academic projects Pin
Member 1132033618-Dec-14 1:23
Member 1132033618-Dec-14 1:23 
AnswerRe: need wi-fi scanner APP source code creating academic projects Pin
Pete O'Hanlon18-Dec-14 2:02
mvePete O'Hanlon18-Dec-14 2:02 
QuestionRSA Encryption with Universal App Pin
Ryan_Be24-Sep-14 11:02
Ryan_Be24-Sep-14 11:02 
QuestionMy windows installation do not moving from 24 % Pin
SHUVO BISWAS4-Aug-14 20:52
SHUVO BISWAS4-Aug-14 20:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.