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

C#

 
AnswerRe: How to get a point within a circle Pin
Alan Zhao6-May-04 6:21
Alan Zhao6-May-04 6:21 
GeneralRe: How to get a point within a circle Pin
SimonS6-May-04 6:30
SimonS6-May-04 6:30 
GeneralRe: How to get a point within a circle Pin
Alan Zhao6-May-04 7:01
Alan Zhao6-May-04 7:01 
GeneralRe: How to get a point within a circle Pin
Bill Dean6-May-04 7:22
Bill Dean6-May-04 7:22 
GeneralRe: How to get a point within a circle Pin
Alan Zhao6-May-04 17:28
Alan Zhao6-May-04 17:28 
GeneralA question about SetForegroundWindow Pin
Member 9401256-May-04 4:15
Member 9401256-May-04 4:15 
GeneralRe: A question about SetForegroundWindow Pin
Stefan Troschuetz6-May-04 8:42
Stefan Troschuetz6-May-04 8:42 
GeneralSending e-mail from Windows Forms Pin
mikker_1236-May-04 4:02
mikker_1236-May-04 4:02 
GeneralRe: Sending e-mail from Windows Forms Pin
Heath Stewart6-May-04 4:18
protectorHeath Stewart6-May-04 4:18 
GeneralRe: Sending e-mail from Windows Forms Pin
mikker_1237-May-04 9:03
mikker_1237-May-04 9:03 
GeneralRe: Sending e-mail from Windows Forms Pin
Heath Stewart7-May-04 9:10
protectorHeath Stewart7-May-04 9:10 
GeneralJPEG TO BITMAP Pin
Member 6910895-May-04 14:43
Member 6910895-May-04 14:43 
GeneralRe: JPEG TO BITMAP Pin
mikker_1236-May-04 3:59
mikker_1236-May-04 3:59 
GeneralRe: JPEG TO BITMAP Pin
Member 6910896-May-04 16:35
Member 6910896-May-04 16:35 
GeneralRe: JPEG TO BITMAP Pin
mikker_1237-May-04 9:16
mikker_1237-May-04 9:16 
Generalmouse related problem Pin
Zaffar Kamran5-May-04 13:52
Zaffar Kamran5-May-04 13:52 
GeneralRe: mouse related problem Pin
Heath Stewart5-May-04 14:12
protectorHeath Stewart5-May-04 14:12 
GeneralRe: mouse related problem Pin
Member 6910895-May-04 15:05
Member 6910895-May-04 15:05 
QuestionDatagrid Currency Column?? Pin
DougW485-May-04 12:55
DougW485-May-04 12:55 
AnswerRe: Datagrid Currency Column?? Pin
Heath Stewart5-May-04 14:10
protectorHeath Stewart5-May-04 14:10 
Explicitly define a DataGridTableStyle in the DataGrid.TableStyles for your table (or collection) and add a DataGridTextBoxColumn for that currency column. Set the Format property to "c". The values set in the Format property are the format specifiers for the Type of the DataColumn (or property) you bind your column style to. So, if you look at the documentation for the NumberFormatInfo, you'll see that "c" or "C" formats the number using the culture-specific currency format.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Datagrid Currency Column?? Pin
DougW485-May-04 14:43
DougW485-May-04 14:43 
GeneralNewline in Label Text Pin
Okeno Palmer5-May-04 12:18
Okeno Palmer5-May-04 12:18 
GeneralRe: Newline in Label Text Pin
Heath Stewart5-May-04 14:07
protectorHeath Stewart5-May-04 14:07 
GeneralRe: Newline in Label Text Pin
Okeno Palmer5-May-04 14:51
Okeno Palmer5-May-04 14:51 
GeneralMore of column headers filters in custom lisview Pin
machocr5-May-04 10:58
machocr5-May-04 10:58 

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.