Click here to Skip to main content
15,895,538 members
Home / Discussions / C#
   

C#

 
QuestionSave All text in richTextBox as image Pin
mm31022-Jul-06 12:28
mm31022-Jul-06 12:28 
AnswerRe: Save All text in richTextBox as image Pin
Ed.Poore22-Jul-06 21:02
Ed.Poore22-Jul-06 21:02 
Questionupdate doesn't save in database Pin
simsen22-Jul-06 11:41
simsen22-Jul-06 11:41 
GeneralRe: update doesn't save in database Pin
User 171649222-Jul-06 12:31
professionalUser 171649222-Jul-06 12:31 
GeneralRe: update doesn't save in database Pin
simsen22-Jul-06 12:36
simsen22-Jul-06 12:36 
AnswerRe: update doesn't save in database Pin
simsen23-Jul-06 5:13
simsen23-Jul-06 5:13 
QuestionShould I use obj = null? Pin
xkx3222-Jul-06 11:35
xkx3222-Jul-06 11:35 
AnswerRe: Should I use obj = null? Pin
Ed.Poore22-Jul-06 11:39
Ed.Poore22-Jul-06 11:39 
It's a good idea if the object can be accessed afterwards because then the code can test whether FileStreamObj is null before trying to access it and getting ObjectDisposedException which will consume more resources.  If nothing else can access it after it's disposed, e.g. it's used as a variable in a function of some sorts then there probably isn't any need.



As of how to accomplish this I wouldn't have a clue at the moment and I'm too lazy to google it
AnswerRe: Should I use obj = null? Pin
Michael Dunn22-Jul-06 11:39
sitebuilderMichael Dunn22-Jul-06 11:39 
AnswerRe: Should I use obj = null? Pin
Colin Angus Mackay22-Jul-06 11:40
Colin Angus Mackay22-Jul-06 11:40 
QuestionHow to convert short?[ ] to string[ ] Pin
haz1322-Jul-06 11:08
haz1322-Jul-06 11:08 
AnswerRe: How to convert short?[ ] to string[ ] Pin
Colin Angus Mackay22-Jul-06 11:12
Colin Angus Mackay22-Jul-06 11:12 
GeneralRe: How to convert short?[ ] to string[ ] Pin
haz1322-Jul-06 11:32
haz1322-Jul-06 11:32 
QuestionPartial properties Pin
wout de zeeuw22-Jul-06 8:49
wout de zeeuw22-Jul-06 8:49 
AnswerRe: Partial properties Pin
Ed.Poore22-Jul-06 9:29
Ed.Poore22-Jul-06 9:29 
GeneralRe: Partial properties Pin
wout de zeeuw22-Jul-06 9:45
wout de zeeuw22-Jul-06 9:45 
GeneralRe: Partial properties Pin
Ed.Poore22-Jul-06 9:49
Ed.Poore22-Jul-06 9:49 
GeneralRe: Partial properties Pin
wout de zeeuw22-Jul-06 17:03
wout de zeeuw22-Jul-06 17:03 
GeneralRe: Partial properties Pin
Ed.Poore22-Jul-06 20:58
Ed.Poore22-Jul-06 20:58 
GeneralRe: Partial properties Pin
wout de zeeuw23-Jul-06 1:57
wout de zeeuw23-Jul-06 1:57 
GeneralRe: Partial properties Pin
Ed.Poore25-Jul-06 4:44
Ed.Poore25-Jul-06 4:44 
QuestionSHDocVw: blocking the inproper content Pin
AAndrews22-Jul-06 8:27
AAndrews22-Jul-06 8:27 
AnswerRe: SHDocVw: blocking the inproper content Pin
Ed.Poore22-Jul-06 9:33
Ed.Poore22-Jul-06 9:33 
GeneralRe: SHDocVw: blocking the inproper content Pin
Paul Conrad22-Jul-06 9:50
professionalPaul Conrad22-Jul-06 9:50 
GeneralRe: SHDocVw: blocking the inproper content Pin
Ed.Poore22-Jul-06 11:17
Ed.Poore22-Jul-06 11:17 

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.