Click here to Skip to main content
15,887,350 members
Home / Discussions / C#
   

C#

 
QuestionDynamic Controls. Pin
deezZ17-Apr-08 19:07
deezZ17-Apr-08 19:07 
GeneralRe: Dynamic Controls. Pin
Christian Graus17-Apr-08 19:38
protectorChristian Graus17-Apr-08 19:38 
GeneralRe: Dynamic Controls. Pin
darkelv17-Apr-08 19:51
darkelv17-Apr-08 19:51 
GeneralRe: Dynamic Controls. Pin
Christian Graus17-Apr-08 19:55
protectorChristian Graus17-Apr-08 19:55 
GeneralRe: Dynamic Controls. Pin
Razvan Dimescu17-Apr-08 19:58
Razvan Dimescu17-Apr-08 19:58 
GeneralRe: Dynamic Controls. Pin
Nouman Bhatti17-Apr-08 21:10
Nouman Bhatti17-Apr-08 21:10 
GeneralOpenFileDialog then open image Pin
zidan91117-Apr-08 18:34
zidan91117-Apr-08 18:34 
GeneralRe: OpenFileDialog then open image Pin
Christian Graus17-Apr-08 19:39
protectorChristian Graus17-Apr-08 19:39 
OpenFileDialog is just a class you create, it returns DialogResult.OK if the user presses OK. You can load a bitmap from the stream that is part of the dialog, or use the filename returned to open the image directly. You draw images on your form typcially with a picturebox. Do you have a C# book ?

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: OpenFileDialog then open image Pin
Vikram A Punathambekar17-Apr-08 20:19
Vikram A Punathambekar17-Apr-08 20:19 
QuestionHide data column instead of remove column in dataset Pin
cocoonwls17-Apr-08 18:26
cocoonwls17-Apr-08 18:26 
GeneralRe: Hide data column instead of remove column in dataset Pin
darkelv17-Apr-08 19:54
darkelv17-Apr-08 19:54 
GeneralRe: Hide data column instead of remove column in dataset Pin
Nouman Bhatti17-Apr-08 21:14
Nouman Bhatti17-Apr-08 21:14 
GeneralRe: Hide data column instead of remove column in dataset Pin
cocoonwls17-Apr-08 21:34
cocoonwls17-Apr-08 21:34 
Questionhow to handle click event of DataGridViewLinkColumn in DataGridView - C# Windows project Pin
NarVish17-Apr-08 18:23
NarVish17-Apr-08 18:23 
AnswerRe: how to handle click event of DataGridViewLinkColumn in DataGridView - C# Windows project Pin
Razvan Dimescu17-Apr-08 20:10
Razvan Dimescu17-Apr-08 20:10 
AnswerRe: how to handle click event of DataGridViewLinkColumn in DataGridView - C# Windows project Pin
tamojit Mondal6-Jan-10 21:53
tamojit Mondal6-Jan-10 21:53 
GeneralHelp in C # Pin
zidan91117-Apr-08 18:20
zidan91117-Apr-08 18:20 
GeneralRe: Help in C # Pin
Christian Graus17-Apr-08 19:41
protectorChristian Graus17-Apr-08 19:41 
GeneralRe: Help in C # Pin
Rob Smiley18-Apr-08 10:35
Rob Smiley18-Apr-08 10:35 
QuestionHow to check whether Datetime value is null Pin
YAI17-Apr-08 18:11
YAI17-Apr-08 18:11 
AnswerRe: How to check whether Datetime value is null Pin
Christian Graus17-Apr-08 19:42
protectorChristian Graus17-Apr-08 19:42 
GeneralRe: How to check whether Datetime value is null Pin
YAI17-Apr-08 20:48
YAI17-Apr-08 20:48 
AnswerRe: How to check whether Datetime value is null Pin
Luc Pattyn17-Apr-08 21:11
sitebuilderLuc Pattyn17-Apr-08 21:11 
GeneralNullReferenceException when using Delegate Pin
cocoonwls17-Apr-08 15:30
cocoonwls17-Apr-08 15:30 
GeneralRe: NullReferenceException when using Delegate Pin
Christian Graus17-Apr-08 15:37
protectorChristian Graus17-Apr-08 15:37 

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.