Click here to Skip to main content
15,910,123 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I use files included in my project? Pin
realmontanakid6-Mar-05 1:19
realmontanakid6-Mar-05 1:19 
GeneralRe: How can I use files included in my project? Pin
oohungoo6-Mar-05 4:03
oohungoo6-Mar-05 4:03 
GeneralPrinter Setting In C# Pin
| Muhammad Waqas Butt |5-Mar-05 23:02
professional| Muhammad Waqas Butt |5-Mar-05 23:02 
GeneralDataGrid Column Title Pin
fjlv20055-Mar-05 22:42
fjlv20055-Mar-05 22:42 
GeneralRe: DataGrid Column Title Pin
Kodanda Pani6-Mar-05 16:26
Kodanda Pani6-Mar-05 16:26 
GeneralRe: DataGrid Column Title Pin
Anonymous6-Mar-05 23:00
Anonymous6-Mar-05 23:00 
Questionwnt to palce a button to open command dialog box using c# . ? Pin
chandtec5-Mar-05 20:01
chandtec5-Mar-05 20:01 
AnswerRe: wnt to palce a button to open command dialog box using c# . ? Pin
Anonymous6-Mar-05 3:43
Anonymous6-Mar-05 3:43 
Hi
I think you need something like OpenFileDialog.
Try this:


OpenFileDialog openfile = new OpenFileDialog();
openfile.Show();



GeneralEnable/Disable Local Area Connection Pin
Radgar5-Mar-05 15:28
Radgar5-Mar-05 15:28 
GeneralRe: Enable/Disable Local Area Connection Pin
Dave Kreskowiak5-Mar-05 17:33
mveDave Kreskowiak5-Mar-05 17:33 
GeneralC# - Double Quotes Pin
econner5-Mar-05 15:22
econner5-Mar-05 15:22 
GeneralRe: C# - Double Quotes Pin
Dave Doknjas5-Mar-05 15:39
Dave Doknjas5-Mar-05 15:39 
GeneralRe: C# - Double Quotes Pin
econner5-Mar-05 15:46
econner5-Mar-05 15:46 
GeneralRe: C# - Double Quotes Pin
econner5-Mar-05 15:54
econner5-Mar-05 15:54 
GeneralTo set a bitmap to full color Pin
Sasuko5-Mar-05 12:40
Sasuko5-Mar-05 12:40 
GeneralRe: To set a bitmap to full color Pin
Mike Dimmick5-Mar-05 12:56
Mike Dimmick5-Mar-05 12:56 
GeneralReturning graphics from user control Pin
Talal Sultan5-Mar-05 10:47
Talal Sultan5-Mar-05 10:47 
GeneralRe: Returning graphics from user control Pin
Talal Sultan5-Mar-05 11:44
Talal Sultan5-Mar-05 11:44 
Generalusing regular expressions Pin
Anonymous5-Mar-05 7:12
Anonymous5-Mar-05 7:12 
GeneralRe: using regular expressions Pin
DavidNohejl5-Mar-05 10:39
DavidNohejl5-Mar-05 10:39 
GeneralRe: using regular expressions Pin
Anonymous5-Mar-05 10:49
Anonymous5-Mar-05 10:49 
GeneralRe: using regular expressions Pin
Anonymous5-Mar-05 10:57
Anonymous5-Mar-05 10:57 
GeneralRe: using regular expressions Pin
DavidNohejl5-Mar-05 11:21
DavidNohejl5-Mar-05 11:21 
GeneralInserting a button's reference in arraylist Pin
Alex Cutovoi5-Mar-05 7:08
Alex Cutovoi5-Mar-05 7:08 
GeneralRe: Inserting a button's reference in arraylist Pin
S. Senthil Kumar5-Mar-05 7:41
S. Senthil Kumar5-Mar-05 7:41 

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.