Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to create sub forms in C#.net? Pin
Christian Graus22-Jan-07 18:16
protectorChristian Graus22-Jan-07 18:16 
GeneralRe: how to create sub forms in C#.net? Pin
TrooperIronMan22-Jan-07 23:20
TrooperIronMan22-Jan-07 23:20 
GeneralRe: how to create sub forms in C#.net? Pin
Software_Specialist22-Jan-07 22:50
Software_Specialist22-Jan-07 22:50 
GeneralRe: how to create sub forms in C#.net? Pin
Christian Graus23-Jan-07 8:51
protectorChristian Graus23-Jan-07 8:51 
Questionconnected components analysis Pin
alainrc200522-Jan-07 10:43
alainrc200522-Jan-07 10:43 
QuestionLarge sitemap loading slowly.... any tricks to speed things up Pin
lsugirljte22-Jan-07 10:33
lsugirljte22-Jan-07 10:33 
Questionrepaint Pin
samreengr822-Jan-07 10:17
samreengr822-Jan-07 10:17 
AnswerRe: repaint Pin
mdzieg22-Jan-07 10:30
mdzieg22-Jan-07 10:30 
QuestionWhirlpool in .NET Pin
JungoMungo22-Jan-07 10:07
JungoMungo22-Jan-07 10:07 
AnswerRe: Whirlpool in .NET Pin
Dave Kreskowiak22-Jan-07 10:13
mveDave Kreskowiak22-Jan-07 10:13 
Questionmultithreading Pin
vbar22-Jan-07 9:38
vbar22-Jan-07 9:38 
AnswerRe: multithreading Pin
Judah Gabriel Himango22-Jan-07 12:10
sponsorJudah Gabriel Himango22-Jan-07 12:10 
GeneralRe: multithreading Pin
Luc Pattyn22-Jan-07 14:38
sitebuilderLuc Pattyn22-Jan-07 14:38 
GeneralRe: multithreading Pin
vbar23-Jan-07 5:29
vbar23-Jan-07 5:29 
GeneralRe: multithreading Pin
Luc Pattyn23-Jan-07 6:07
sitebuilderLuc Pattyn23-Jan-07 6:07 
GeneralRe: multithreading [modified] Pin
vbar23-Jan-07 8:03
vbar23-Jan-07 8:03 
QuestionConfiguration files Pin
peshawarcoder22-Jan-07 9:36
peshawarcoder22-Jan-07 9:36 
AnswerRe: Configuration files Pin
Rick van Woudenberg22-Jan-07 9:45
Rick van Woudenberg22-Jan-07 9:45 
AnswerRe: Configuration files Pin
Dave Kreskowiak22-Jan-07 10:09
mveDave Kreskowiak22-Jan-07 10:09 
Class libraries cannot have config files. They are libraries of code that become part of the application project itself. Using the normal built-in methods, they must get their settting from the host applications config files, be it app.config for WinForms or web.config for ASP.NET. Outside of that, you'll have to implement your own configuration settings retrieval scheme.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Configuration files Pin
peshawarcoder23-Jan-07 4:27
peshawarcoder23-Jan-07 4:27 
GeneralRe: Configuration files Pin
Dave Kreskowiak23-Jan-07 12:32
mveDave Kreskowiak23-Jan-07 12:32 
QuestionSoapExtensionAttribute at the client proxy side Pin
Walter Dias22-Jan-07 8:55
professionalWalter Dias22-Jan-07 8:55 
Questionhide a file Pin
nima_dir22-Jan-07 7:24
nima_dir22-Jan-07 7:24 
AnswerRe: hide a file Pin
aamironline24-Jan-07 15:33
aamironline24-Jan-07 15:33 
QuestionDecimal roundoff problem Pin
Rick van Woudenberg22-Jan-07 7:15
Rick van Woudenberg22-Jan-07 7:15 

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.