Click here to Skip to main content
15,894,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: Screen Color Quality Pin
Luc Pattyn10-Dec-08 6:05
sitebuilderLuc Pattyn10-Dec-08 6:05 
QuestionRe: Screen Color Quality Pin
Michael Bookatz10-Dec-08 6:23
Michael Bookatz10-Dec-08 6:23 
AnswerRe: Screen Color Quality Pin
Luc Pattyn10-Dec-08 6:26
sitebuilderLuc Pattyn10-Dec-08 6:26 
GeneralRe: Screen Color Quality Pin
Michael Bookatz10-Dec-08 6:40
Michael Bookatz10-Dec-08 6:40 
Questionmsdn Pin
netJP12L10-Dec-08 5:18
netJP12L10-Dec-08 5:18 
AnswerRe: msdn Pin
Simon P Stevens10-Dec-08 5:27
Simon P Stevens10-Dec-08 5:27 
QuestionAssigning an icon to Windows Application Pin
Pr@teek B@h!10-Dec-08 4:38
Pr@teek B@h!10-Dec-08 4:38 
GeneralRe: Assigning an icon to Windows Application Pin
Luc Pattyn10-Dec-08 4:46
sitebuilderLuc Pattyn10-Dec-08 4:46 
Hi,

a file has an icon in Windows Explorer; for an EXE file that icon is set at build time through the project properties.

a Form most often has a visible icon in the title bar; that one is set through the Icon property of the Form, either through Visual Designer or by run-time code. It is also used in the task bar and in the task switcher (ALT-TAB). You would typically add one or more ICO files to the project, set them to be handled as an "embedded resource", then load them from there e.g. with the Icon constructor that takes a Type and a resource name. You can also see how Visual Designer does it, and copy and adapt that code.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


GeneralRe: Assigning an icon to Windows Application Pin
Pr@teek B@h!10-Dec-08 4:52
Pr@teek B@h!10-Dec-08 4:52 
GeneralRe: Assigning an icon to Windows Application Pin
Luc Pattyn10-Dec-08 5:09
sitebuilderLuc Pattyn10-Dec-08 5:09 
GeneralRe: Assigning an icon to Windows Application Pin
Pr@teek B@h!10-Dec-08 5:34
Pr@teek B@h!10-Dec-08 5:34 
GeneralRe: Assigning an icon to Windows Application Pin
Luc Pattyn10-Dec-08 6:21
sitebuilderLuc Pattyn10-Dec-08 6:21 
GeneralRe: Assigning an icon to Windows Application Pin
Pr@teek B@h!10-Dec-08 7:37
Pr@teek B@h!10-Dec-08 7:37 
Questioncombo box Pin
kirandilip10-Dec-08 4:14
kirandilip10-Dec-08 4:14 
AnswerRe: combo box Pin
EliottA10-Dec-08 4:25
EliottA10-Dec-08 4:25 
AnswerRe: combo box Pin
Priya Prk10-Dec-08 8:50
Priya Prk10-Dec-08 8:50 
QuestionFrom ILGenerator and emit to fixed? [modified + solution] Pin
Ravadre10-Dec-08 4:12
Ravadre10-Dec-08 4:12 
GeneralRe: From ILGenerator and emit to fixed? Pin
Luc Pattyn10-Dec-08 5:07
sitebuilderLuc Pattyn10-Dec-08 5:07 
GeneralRe: From ILGenerator and emit to fixed? Pin
Ravadre10-Dec-08 5:49
Ravadre10-Dec-08 5:49 
AnswerRe: From ILGenerator and emit to fixed? Pin
Simon P Stevens10-Dec-08 5:11
Simon P Stevens10-Dec-08 5:11 
GeneralRe: From ILGenerator and emit to fixed? Pin
Ravadre10-Dec-08 5:47
Ravadre10-Dec-08 5:47 
GeneralRe: From ILGenerator and emit to fixed? Pin
Simon P Stevens10-Dec-08 5:55
Simon P Stevens10-Dec-08 5:55 
GeneralRe: From ILGenerator and emit to fixed? Pin
Ravadre10-Dec-08 6:01
Ravadre10-Dec-08 6:01 
QuestionWidows helper and CHM Pin
half-life10-Dec-08 4:01
half-life10-Dec-08 4:01 
AnswerRe: Widows helper and CHM Pin
EliottA10-Dec-08 4:28
EliottA10-Dec-08 4:28 

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.