Click here to Skip to main content
15,921,779 members
Home / Discussions / C#
   

C#

 
GeneralCalling forms Pin
Gregory Bryant6-Mar-08 18:59
Gregory Bryant6-Mar-08 18:59 
GeneralRe: Calling forms Pin
Ajay.k_Singh6-Mar-08 19:06
Ajay.k_Singh6-Mar-08 19:06 
GeneralRe: Calling forms Pin
Gregory Bryant7-Mar-08 6:48
Gregory Bryant7-Mar-08 6:48 
GeneralRe: Calling forms Pin
Christian Graus6-Mar-08 19:48
protectorChristian Graus6-Mar-08 19:48 
GeneralRead DLL Pin
rowdy_vc++6-Mar-08 18:52
rowdy_vc++6-Mar-08 18:52 
GeneralRe: Read DLL Pin
Ajay.k_Singh6-Mar-08 19:22
Ajay.k_Singh6-Mar-08 19:22 
GeneralBrowse for a file and open the file. Pin
new2pgrmg6-Mar-08 18:33
new2pgrmg6-Mar-08 18:33 
GeneralRe: Browse for a file and open the file. Pin
Christian Graus6-Mar-08 18:35
protectorChristian Graus6-Mar-08 18:35 
I recommend you give this up and buy a basic book on C#, so you can start at the beginning. You're obvioulsy guessing what to do here.

obj.ShowDialog will show the open file dialog. Then you check the DialogResult to see if the user clicked OK, and then you have a file selected. Even then, obj.OpenFile is not magically going to open the file in your program. You have a ways to go, take a step back and learn some basics.

Christian Graus - Microsoft MVP - C++

"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 )

Generalusing OR in switch case statements Pin
liptonIcedTea6-Mar-08 18:15
liptonIcedTea6-Mar-08 18:15 
GeneralRe: using OR in switch case statements Pin
Christian Graus6-Mar-08 18:31
protectorChristian Graus6-Mar-08 18:31 
GeneralRe: using OR in switch case statements Pin
mav.northwind6-Mar-08 19:01
mav.northwind6-Mar-08 19:01 
GeneralRe: using OR in switch case statements Pin
PIEBALDconsult7-Mar-08 6:01
mvePIEBALDconsult7-Mar-08 6:01 
QuestionDrawing on a tabPage Pin
Roger CS6-Mar-08 17:58
Roger CS6-Mar-08 17:58 
GeneralRe: Drawing on a tabPage Pin
Christian Graus6-Mar-08 18:34
protectorChristian Graus6-Mar-08 18:34 
GeneralRe: Drawing on a tabPage Pin
Ajay.k_Singh6-Mar-08 19:00
Ajay.k_Singh6-Mar-08 19:00 
GeneralRecommended placement of Main() Pin
Eric Cook6-Mar-08 17:51
Eric Cook6-Mar-08 17:51 
GeneralRe: Recommended placement of Main() Pin
Christian Graus6-Mar-08 17:53
protectorChristian Graus6-Mar-08 17:53 
JokeRe: Recommended placement of Main() Pin
PIEBALDconsult7-Mar-08 5:43
mvePIEBALDconsult7-Mar-08 5:43 
QuestionHow to drag & drop shape drawn by GDI+ in picture box area? Pin
yuenli6-Mar-08 16:05
yuenli6-Mar-08 16:05 
GeneralRe: How to drag & drop shape drawn by GDI+ in picture box area? Pin
Christian Graus6-Mar-08 17:25
protectorChristian Graus6-Mar-08 17:25 
GeneralRe: How to drag & drop shape drawn by GDI+ in picture box area? Pin
yuenli6-Mar-08 18:25
yuenli6-Mar-08 18:25 
GeneralRe: How to drag & drop shape drawn by GDI+ in picture box area? Pin
Christian Graus6-Mar-08 18:33
protectorChristian Graus6-Mar-08 18:33 
GeneralRe: How to drag & drop shape drawn by GDI+ in picture box area? Pin
yuenli6-Mar-08 18:43
yuenli6-Mar-08 18:43 
GeneralRe: How to drag & drop shape drawn by GDI+ in picture box area? Pin
Christian Graus6-Mar-08 18:47
protectorChristian Graus6-Mar-08 18:47 
GeneralRe: How to drag & drop shape drawn by GDI+ in picture box area? Pin
yuenli6-Mar-08 18:54
yuenli6-Mar-08 18:54 

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.