Click here to Skip to main content
15,900,973 members
Home / Discussions / C#
   

C#

 
AnswerRe: Printing gridview and images Pin
Nader Elshehabi23-Nov-06 7:48
Nader Elshehabi23-Nov-06 7:48 
GeneralRe: Printing gridview and images Pin
netJP12L23-Nov-06 8:53
netJP12L23-Nov-06 8:53 
QuestionRow associated with the currency manager's position cannot be made invisible Pin
hdv21223-Nov-06 6:03
hdv21223-Nov-06 6:03 
AnswerRe: Row associated with the currency manager's position cannot be made invisible Pin
redivider2-Feb-09 8:49
redivider2-Feb-09 8:49 
AnswerRe: Row associated with the currency manager's position cannot be made invisible Pin
Rupesh Tarwade16-Mar-09 23:44
professionalRupesh Tarwade16-Mar-09 23:44 
GeneralRe: Row associated with the currency manager's position cannot be made invisible Pin
lildare3-Oct-11 23:15
lildare3-Oct-11 23:15 
Questionchange app.config [modified] Pin
Harikrk23-Nov-06 5:34
Harikrk23-Nov-06 5:34 
AnswerRe: change app.config Pin
Nader Elshehabi23-Nov-06 7:55
Nader Elshehabi23-Nov-06 7:55 
Settings are stored in the config file as properties -Xml elements-. You can access them using the following line
global::ProjectName.Properties.Settings.Default


The class Settings is inherited from global::System.Configuration.ApplicationSettingsBase. Check it in your MSDN or more simply explore it using intellisense.

RegardsRose | [Rose]

GeneralRe: change app.config Pin
Harikrk23-Nov-06 15:09
Harikrk23-Nov-06 15:09 
GeneralRe: change app.config Pin
Nader Elshehabi23-Nov-06 20:30
Nader Elshehabi23-Nov-06 20:30 
QuestionHow to bind a TList with a DataGridView that contains DataGridViewComboBoxColumns Pin
Jost Pedro23-Nov-06 4:48
Jost Pedro23-Nov-06 4:48 
QuestionPropertygird question Pin
Hampus@foi23-Nov-06 4:20
Hampus@foi23-Nov-06 4:20 
QuestionCould it be possible? Pin
V.23-Nov-06 3:39
professionalV.23-Nov-06 3:39 
AnswerRe: Could it be possible? Pin
Jon Hulatt23-Nov-06 3:48
Jon Hulatt23-Nov-06 3:48 
GeneralRe: Could it be possible? Pin
V.23-Nov-06 3:53
professionalV.23-Nov-06 3:53 
AnswerRe: Could it be possible? Pin
Guffa23-Nov-06 6:31
Guffa23-Nov-06 6:31 
GeneralRe: Could it be possible? Pin
V.23-Nov-06 20:31
professionalV.23-Nov-06 20:31 
JokeRe: Could it be possible? Pin
CPallini23-Nov-06 3:53
mveCPallini23-Nov-06 3:53 
GeneralRe: Could it be possible? Pin
V.23-Nov-06 3:54
professionalV.23-Nov-06 3:54 
QuestionHow to create hyperlink column in datagrid Pin
oxitai23-Nov-06 3:32
oxitai23-Nov-06 3:32 
AnswerRe: How to create hyperlink column in datagrid Pin
samtam23-Nov-06 18:44
samtam23-Nov-06 18:44 
Questionhow to change font color on tabpage Pin
metinergoktas23-Nov-06 3:11
metinergoktas23-Nov-06 3:11 
QuestionSQL 2005 Express embedded? Pin
LiquidE_SA23-Nov-06 2:38
LiquidE_SA23-Nov-06 2:38 
AnswerRe: SQL 2005 Express embedded? Pin
topcatalpha23-Nov-06 3:43
topcatalpha23-Nov-06 3:43 
AnswerRe: SQL 2005 Express embedded? Pin
Scott Dorman27-Nov-06 5:17
professionalScott Dorman27-Nov-06 5:17 

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.