Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
Questionend of line Pin
Yustme23-Aug-06 1:48
Yustme23-Aug-06 1:48 
AnswerRe: end of line Pin
S. Senthil Kumar23-Aug-06 1:55
S. Senthil Kumar23-Aug-06 1:55 
GeneralRe: end of line Pin
Yustme23-Aug-06 11:00
Yustme23-Aug-06 11:00 
QuestionCheckBox Control Pin
ChennaiBabu23-Aug-06 1:13
ChennaiBabu23-Aug-06 1:13 
AnswerRe: CheckBox Control [modified] Pin
Nader Elshehabi23-Aug-06 1:29
Nader Elshehabi23-Aug-06 1:29 
GeneralRe: CheckBox Control [modified] Pin
wheelerbarry23-Aug-06 1:55
wheelerbarry23-Aug-06 1:55 
GeneralRe: CheckBox Control Pin
Nader Elshehabi23-Aug-06 2:52
Nader Elshehabi23-Aug-06 2:52 
AnswerRe: CheckBox Control Pin
Christian Graus23-Aug-06 2:18
protectorChristian Graus23-Aug-06 2:18 
Questionmodify main title from a started process Pin
gitschi23-Aug-06 0:47
gitschi23-Aug-06 0:47 
AnswerRe: modify main title from a started process Pin
22491723-Aug-06 1:15
22491723-Aug-06 1:15 
AnswerRe: modify main title from a started process Pin
gitschi30-Aug-06 0:51
gitschi30-Aug-06 0:51 
Questiona problem on dynamic datagrid Pin
Siva Myneni23-Aug-06 0:41
Siva Myneni23-Aug-06 0:41 
AnswerRe: a problem on dynamic datagrid Pin
Not Active23-Aug-06 2:58
mentorNot Active23-Aug-06 2:58 
QuestionVS2005 deployment / installer project: copy version data around Pin
Jan R Hansen23-Aug-06 0:19
Jan R Hansen23-Aug-06 0:19 
AnswerRe: VS2005 deployment / installer project: copy version data around Pin
Not Active23-Aug-06 1:02
mentorNot Active23-Aug-06 1:02 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Jan R Hansen23-Aug-06 21:28
Jan R Hansen23-Aug-06 21:28 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Not Active24-Aug-06 2:17
mentorNot Active24-Aug-06 2:17 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Jan R Hansen24-Aug-06 3:10
Jan R Hansen24-Aug-06 3:10 
Questionsecurity Pin
Legolas.Bilbao23-Aug-06 0:04
Legolas.Bilbao23-Aug-06 0:04 
AnswerRe: security Pin
22491723-Aug-06 0:52
22491723-Aug-06 0:52 
GeneralRe: security Pin
Legolas_Bilbao23-Aug-06 5:43
Legolas_Bilbao23-Aug-06 5:43 
Question"it is being used" problem..[Really Urgent.. Please Help !!!] Pin
kkadir22-Aug-06 23:10
kkadir22-Aug-06 23:10 
AnswerRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
22491722-Aug-06 23:59
22491722-Aug-06 23:59 
AnswerRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
S. Senthil Kumar23-Aug-06 2:05
S. Senthil Kumar23-Aug-06 2:05 
AnswerRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
Christian Graus23-Aug-06 2:12
protectorChristian Graus23-Aug-06 2:12 
If you load an image yourself, then the file handle stays open until you call dispose. If you've called dispose, you should be able to save it. The answer often is if you use FromFile, to make a copy, keep the copy and dispose of the original right away.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

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.