Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
Questionmdi form Pin
sweetcapri11-Apr-07 7:41
sweetcapri11-Apr-07 7:41 
AnswerRe: mdi form Pin
led mike11-Apr-07 8:08
led mike11-Apr-07 8:08 
QuestionWebbrowser Find text question Pin
Matthew Cuba11-Apr-07 7:39
Matthew Cuba11-Apr-07 7:39 
AnswerRe: Webbrowser Find text question Pin
Matthew Cuba11-Apr-07 8:52
Matthew Cuba11-Apr-07 8:52 
Questionhow to access datagrid Pin
sweetcapri11-Apr-07 7:30
sweetcapri11-Apr-07 7:30 
AnswerRe: how to access datagrid Pin
Jaiprakash M Bankolli12-Apr-07 0:44
Jaiprakash M Bankolli12-Apr-07 0:44 
Questionuser control + app.config Pin
FernandoMartin11-Apr-07 7:27
FernandoMartin11-Apr-07 7:27 
AnswerRe: user control + app.config Pin
Dave Kreskowiak11-Apr-07 7:49
mveDave Kreskowiak11-Apr-07 7:49 
Controls and .DLL's don't get their own configuration files. As the name suggests, they're Application configuration files, not component. You're control will have to rely on the developer supplying the configuration in his/her application's app.config file if you want to use the .NET Frameworks built-in classes and methods for retrieving config options.

The only way to supply a seperate config file for your component (not a good idea BTW!), is to implement your own config file (preferrably in XML,) specifying your own schema and writing the code to find and load the config file yourself.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: user control + app.config Pin
FernandoMartin11-Apr-07 8:12
FernandoMartin11-Apr-07 8:12 
Questioncombining GIF and JPG ...??? Pin
devboycpp11-Apr-07 6:58
devboycpp11-Apr-07 6:58 
AnswerRe: combining GIF and JPG ...??? Pin
Dave Kreskowiak11-Apr-07 7:03
mveDave Kreskowiak11-Apr-07 7:03 
QuestionDataGrid and Gridview Difference Pin
netJP12L11-Apr-07 6:32
netJP12L11-Apr-07 6:32 
AnswerRe: DataGrid and Gridview Difference Pin
Sathesh Sakthivel11-Apr-07 7:10
Sathesh Sakthivel11-Apr-07 7:10 
Questionimag processing Pin
mhammed11-Apr-07 6:19
mhammed11-Apr-07 6:19 
AnswerRe: imag processing Pin
Sathesh Sakthivel11-Apr-07 7:07
Sathesh Sakthivel11-Apr-07 7:07 
AnswerRe: imag processing Pin
Dave Kreskowiak11-Apr-07 7:07
mveDave Kreskowiak11-Apr-07 7:07 
QuestionBuild a mail message Pin
emiaj11-Apr-07 6:12
emiaj11-Apr-07 6:12 
QuestionForum program Pin
Danpeking11-Apr-07 5:51
Danpeking11-Apr-07 5:51 
AnswerRe: Forum program Pin
althamda11-Apr-07 6:16
althamda11-Apr-07 6:16 
AnswerRe: Forum program Pin
Sathesh Sakthivel11-Apr-07 7:05
Sathesh Sakthivel11-Apr-07 7:05 
GeneralRe: Forum program Pin
Danpeking11-Apr-07 8:49
Danpeking11-Apr-07 8:49 
QuestionAbout iTextSharp Pin
Diego F.11-Apr-07 5:48
Diego F.11-Apr-07 5:48 
AnswerRe: About iTextSharp Pin
Diego F.11-Apr-07 6:11
Diego F.11-Apr-07 6:11 
GeneralRe: About iTextSharp Pin
Diego F.11-Apr-07 21:08
Diego F.11-Apr-07 21:08 
QuestionCopying text/contents from browser in Smart device simulator Pin
Neo_Shehpar11-Apr-07 5:36
Neo_Shehpar11-Apr-07 5:36 

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.