Click here to Skip to main content
15,885,757 members
Home / Discussions / C#
   

C#

 
GeneralRe: Session object Pin
Heath Stewart6-May-04 8:06
protectorHeath Stewart6-May-04 8:06 
Generalassembly binding log file Pin
godzooky6-May-04 4:51
godzooky6-May-04 4:51 
GeneralRe: assembly binding log file Pin
Heath Stewart6-May-04 5:20
protectorHeath Stewart6-May-04 5:20 
GeneralRe: assembly binding log file Pin
godzooky6-May-04 5:24
godzooky6-May-04 5:24 
GeneralRe: assembly binding log file Pin
Heath Stewart6-May-04 5:34
protectorHeath Stewart6-May-04 5:34 
GeneralRe: assembly binding log file Pin
godzooky6-May-04 5:49
godzooky6-May-04 5:49 
GeneralRe: assembly binding log file Pin
Heath Stewart6-May-04 6:36
protectorHeath Stewart6-May-04 6:36 
GeneralC# windows forms app and the theme manifest file Pin
Nish Nishant6-May-04 4:31
sitebuilderNish Nishant6-May-04 4:31 
If you write a C# windows forms app, there are two ways in which you can give it the XP themed look :-

(1) is to have the manifest file in the same directory as the exe – this is not very satisfactory and it sucks to have to distribute an extra file with the exe

(2) is to add the manifest as resource to the exe and set its type to RT_MANIFEST and ID to 1 – the problem with 2 is that you have to do this after every re-compilation which sucks

Isn’t there some simple way by which I can tell VS.NET that this resource I added has to be put into the exe as an RT_MANIFEST type resource with ID=1?

I have added the manifest file to the project and changed its Build Action to “Embedded Resource” but there doesn’t seem a way by which I can set the resource type to RT_MANIFEST or ID to 1

Nish Frown | :-(



Now with my own blog - void Nish(char* szBlog);

My MVP tips, tricks and essays web site - www.voidnish.com

Request - Could everyone who have in the past, posted on my personal forum on CP, be kind enough to delete all your posts please? I intend to start a personal non-technical blog there, now that it is RSSd and would very much like to empty the forum before I do so - because the posts that are there as of now are mostly test posts and posts that were made before we all knew it was a blog Smile | :)


GeneralRe: C# windows forms app and the theme manifest file Pin
Heath Stewart6-May-04 5:16
protectorHeath Stewart6-May-04 5:16 
GeneralRe: C# windows forms app and the theme manifest file Pin
Nish Nishant6-May-04 8:39
sitebuilderNish Nishant6-May-04 8:39 
QuestionHow to get a point within a circle Pin
Alan Zhao6-May-04 4:16
Alan Zhao6-May-04 4:16 
AnswerRe: How to get a point within a circle Pin
Broken God6-May-04 4:19
Broken God6-May-04 4:19 
AnswerRe: How to get a point within a circle Pin
Bill Dean6-May-04 4:57
Bill Dean6-May-04 4:57 
AnswerRe: How to get a point within a circle Pin
SimonS6-May-04 5:30
SimonS6-May-04 5:30 
AnswerRe: How to get a point within a circle Pin
Alan Zhao6-May-04 6:21
Alan Zhao6-May-04 6:21 
GeneralRe: How to get a point within a circle Pin
SimonS6-May-04 6:30
SimonS6-May-04 6:30 
GeneralRe: How to get a point within a circle Pin
Alan Zhao6-May-04 7:01
Alan Zhao6-May-04 7:01 
GeneralRe: How to get a point within a circle Pin
Bill Dean6-May-04 7:22
Bill Dean6-May-04 7:22 
GeneralRe: How to get a point within a circle Pin
Alan Zhao6-May-04 17:28
Alan Zhao6-May-04 17:28 
GeneralA question about SetForegroundWindow Pin
Member 9401256-May-04 4:15
Member 9401256-May-04 4:15 
GeneralRe: A question about SetForegroundWindow Pin
Stefan Troschuetz6-May-04 8:42
Stefan Troschuetz6-May-04 8:42 
GeneralSending e-mail from Windows Forms Pin
mikker_1236-May-04 4:02
mikker_1236-May-04 4:02 
GeneralRe: Sending e-mail from Windows Forms Pin
Heath Stewart6-May-04 4:18
protectorHeath Stewart6-May-04 4:18 
GeneralRe: Sending e-mail from Windows Forms Pin
mikker_1237-May-04 9:03
mikker_1237-May-04 9:03 
GeneralRe: Sending e-mail from Windows Forms Pin
Heath Stewart7-May-04 9:10
protectorHeath Stewart7-May-04 9:10 

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.