Click here to Skip to main content
15,907,396 members
Home / Discussions / C#
   

C#

 
GeneralRe: Changing size of Array at Runtime Pin
nagendrathecoder7-Mar-09 1:34
nagendrathecoder7-Mar-09 1:34 
AnswerRe: Changing size of Array at Runtime Pin
Luc Pattyn7-Mar-09 1:42
sitebuilderLuc Pattyn7-Mar-09 1:42 
GeneralRe: Changing size of Array at Runtime Pin
harold aptroot7-Mar-09 3:21
harold aptroot7-Mar-09 3:21 
AnswerRe: Changing size of Array at Runtime Pin
Luc Pattyn7-Mar-09 3:38
sitebuilderLuc Pattyn7-Mar-09 3:38 
QuestionHow to save application settings in .net C# CF? Pin
Aghosh Babu7-Mar-09 1:01
Aghosh Babu7-Mar-09 1:01 
AnswerRe: How to save application settings in .net C# CF? Pin
Natza Mitzi8-Mar-09 10:14
Natza Mitzi8-Mar-09 10:14 
GeneralRe: How to save application settings in .net C# CF? Pin
Aghosh Babu8-Mar-09 18:26
Aghosh Babu8-Mar-09 18:26 
GeneralRe: How to save application settings in .net C# CF? Pin
Natza Mitzi8-Mar-09 22:48
Natza Mitzi8-Mar-09 22:48 
Questionchange date format using c# Pin
Abdul Rahman Hamidy7-Mar-09 0:58
Abdul Rahman Hamidy7-Mar-09 0:58 
AnswerRe: change date format using c# Pin
Xmen Real 7-Mar-09 4:18
professional Xmen Real 7-Mar-09 4:18 
GeneralRe: change date format using c# Pin
Abdul Rahman Hamidy7-Mar-09 18:28
Abdul Rahman Hamidy7-Mar-09 18:28 
GeneralRe: change date format using c# [modified] Pin
Bishoy Rasmy17-Nov-09 23:25
Bishoy Rasmy17-Nov-09 23:25 
QuestionHow to create a wrapper class in c#.net? Pin
sreenivasaraok7-Mar-09 0:35
sreenivasaraok7-Mar-09 0:35 
AnswerRe: How to create a wrapper class in c#.net? Pin
Calin Tatar7-Mar-09 0:43
Calin Tatar7-Mar-09 0:43 
AnswerRe: How to create a wrapper class in c#.net? Pin
Christian Graus2-Jun-10 20:30
protectorChristian Graus2-Jun-10 20:30 
QuestionHow can I install a db schema while installing a program? Pin
dejmjin6-Mar-09 22:59
dejmjin6-Mar-09 22:59 
AnswerRe: How can I install a db schema while installing a program? Pin
Calin Tatar6-Mar-09 23:55
Calin Tatar6-Mar-09 23:55 
GeneralRe: How can I install a db schema while installing a program? Pin
dejmjin7-Mar-09 0:04
dejmjin7-Mar-09 0:04 
QuestionConvert a pdf file to picture format with hight quality Pin
abbd6-Mar-09 22:57
abbd6-Mar-09 22:57 
AnswerRe: Convert a pdf file to picture format with hight quality Pin
Xmen Real 7-Mar-09 0:05
professional Xmen Real 7-Mar-09 0:05 
Questioncollect data about visitors from BHO Pin
Maverickcool6-Mar-09 22:24
Maverickcool6-Mar-09 22:24 
AnswerRe: collect data about visitors from BHO Pin
ABitSmart6-Mar-09 23:57
ABitSmart6-Mar-09 23:57 
QuestionAdd folder with classes into solution Pin
_c2h5oh_6-Mar-09 21:57
_c2h5oh_6-Mar-09 21:57 
AnswerRe: Add folder with classes into solution Pin
ABitSmart6-Mar-09 23:41
ABitSmart6-Mar-09 23:41 
You can add folders(and subfolders) to the Solution and also to the Project node. You should group your classes in the Project folder(sub folders)instead of the Solutions folder. Adding classes to the solution node won't make sense, as it would not be part of any assembly. I use the solutions folders to seperate out my code and test projects.

To add a folder, just right click on the node (Solution or Project) and in the "Add" menu there should be a New folder option.
QuestionDoubt, which to use Pin
Sajjad Leo6-Mar-09 20:57
Sajjad Leo6-Mar-09 20:57 

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.