Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
Generalhelp!! Pin
jphuphilly1-Jul-03 2:41
jphuphilly1-Jul-03 2:41 
GeneralRe: help!! Pin
leppie1-Jul-03 13:08
leppie1-Jul-03 13:08 
GeneralGetObjectsForNativeVariants Pin
vikramlinux1-Jul-03 1:23
vikramlinux1-Jul-03 1:23 
QuestionHow do I create a Dialog ? Pin
JeffSayHi1-Jul-03 1:20
JeffSayHi1-Jul-03 1:20 
AnswerRe: How do I create a Dialog ? Pin
Manster1-Jul-03 4:29
Manster1-Jul-03 4:29 
GeneralRe: How do I create a Dialog ? Pin
JeffSayHi1-Jul-03 14:50
JeffSayHi1-Jul-03 14:50 
AnswerRe: How do I create a Dialog ? Pin
LongRange.Shooter1-Jul-03 11:03
LongRange.Shooter1-Jul-03 11:03 
AnswerRe: How do I create a Dialog ? Pin
LongRange.Shooter1-Jul-03 11:07
LongRange.Shooter1-Jul-03 11:07 
...on the other hand...

If you want to issue an OpenFileDialog then that is simpler:

add OpenFileDialog from the toolbox to your form

then in your code your issue:
C#
OpenFileDialog1.ShowDialog(this);


which is much easier if that is all you want to do. Cool | :cool:

_____________________________________________
The world is a dangerous place.
Not because of those that do evil,
    but because of those who look on and do nothing.

GeneralNew to C# Pin
parths1-Jul-03 0:09
parths1-Jul-03 0:09 
GeneralRe: New to C# Pin
Michael P Butler1-Jul-03 1:04
Michael P Butler1-Jul-03 1:04 
GeneralRe: New to C# Pin
james-cxx1-Jul-03 5:16
james-cxx1-Jul-03 5:16 
GeneralRe: New to C# Pin
parths1-Jul-03 16:23
parths1-Jul-03 16:23 
Generalstrange characters? how can i remove Pin
Asim N.30-Jun-03 22:50
Asim N.30-Jun-03 22:50 
GeneralRe: strange characters? how can i remove Pin
Philip Fitzsimons1-Jul-03 1:40
Philip Fitzsimons1-Jul-03 1:40 
GeneralRe: strange characters? how can i remove Pin
Asim N.2-Jul-03 22:50
Asim N.2-Jul-03 22:50 
GeneralHelp With Reading RSA Private Key From File (C#) Pin
yccheok30-Jun-03 21:56
yccheok30-Jun-03 21:56 
Generalreading a minimized form/window into a bitmap?how do i read a minimized form/window into a bitmap. Pin
peenu30-Jun-03 20:42
peenu30-Jun-03 20:42 
QuestionHow to upload a web-application? Pin
puppiesLover30-Jun-03 20:22
puppiesLover30-Jun-03 20:22 
QuestionConstrain form to horizontal resize only? Pin
james-cxx30-Jun-03 19:27
james-cxx30-Jun-03 19:27 
AnswerRe: Constrain form to horizontal resize only? Pin
Jim Stewart30-Jun-03 19:59
Jim Stewart30-Jun-03 19:59 
AnswerRe: Constrain form to horizontal resize only? Pin
peenu30-Jun-03 21:46
peenu30-Jun-03 21:46 
GeneralRe: Constrain form to horizontal resize only? Pin
james-cxx1-Jul-03 5:12
james-cxx1-Jul-03 5:12 
GeneralGDI Tip of the Day Pin
leppie30-Jun-03 18:14
leppie30-Jun-03 18:14 
GeneralRe: GDI Tip of the Day Pin
Oleksandr Kucherenko30-Jun-03 21:44
Oleksandr Kucherenko30-Jun-03 21:44 
GeneralRe: GDI Tip of the Day Pin
Nathan Blomquist1-Jul-03 2:12
Nathan Blomquist1-Jul-03 2:12 

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.