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

C#

 
AnswerRe: newbee question Pin
Caio Kinzel Filho20-Sep-08 16:28
Caio Kinzel Filho20-Sep-08 16:28 
GeneralRe: newbee question Pin
Rafone20-Sep-08 16:56
Rafone20-Sep-08 16:56 
GeneralRe: newbee question Pin
Caio Kinzel Filho20-Sep-08 17:52
Caio Kinzel Filho20-Sep-08 17:52 
GeneralRe: newbee question Pin
Rafone20-Sep-08 18:34
Rafone20-Sep-08 18:34 
GeneralRe: newbee question Pin
Caio Kinzel Filho20-Sep-08 22:52
Caio Kinzel Filho20-Sep-08 22:52 
AnswerOT Pin
Harvey Saayman20-Sep-08 21:28
Harvey Saayman20-Sep-08 21:28 
QuestionCustom DataGridViewCell data binding question. Pin
Bliedtke20-Sep-08 15:49
Bliedtke20-Sep-08 15:49 
AnswerRe: Custom DataGridViewCell data binding question. Pin
Bliedtke21-Sep-08 10:19
Bliedtke21-Sep-08 10:19 
I figured it out.

What I did was override the cell's Paint method and paint the string I
wanted displayed in the cell leaving the double value as the cells
formattedValue. I then overrode the cell's ParseFormattedValue method
to take the string that the user input, convert it to the appropriate
double representation and make it the formattedValue of the cell. This
displayed the correct value to the user while maintaining the correct
double value as the cells value for pushing back to the database.
I also had to create a new DataGrodViewEditControl to display the
correct string to the user when editing.

If anyone has a similar problem and wants a look at the code, email
me at liedtke@frii.com.

Brian
QuestionExtract certain text from a html page. Pin
Buckleyindahouse20-Sep-08 13:31
Buckleyindahouse20-Sep-08 13:31 
AnswerRe: Extract certain text from a html page. Pin
Jan Sommer20-Sep-08 23:43
Jan Sommer20-Sep-08 23:43 
GeneralRe: Extract certain text from a html page. Pin
Buckleyindahouse21-Sep-08 3:24
Buckleyindahouse21-Sep-08 3:24 
GeneralRe: Extract certain text from a html page. Pin
Jan Sommer21-Sep-08 3:40
Jan Sommer21-Sep-08 3:40 
GeneralRe: Extract certain text from a html page. Pin
Buckleyindahouse21-Sep-08 6:21
Buckleyindahouse21-Sep-08 6:21 
AnswerRe: Extract certain text from a html page. Pin
Bliedtke21-Sep-08 10:35
Bliedtke21-Sep-08 10:35 
GeneralRe: Extract certain text from a html page. Pin
Bliedtke21-Sep-08 10:39
Bliedtke21-Sep-08 10:39 
AnswerRe: Extract certain text from a html page. Pin
Bliedtke21-Sep-08 11:48
Bliedtke21-Sep-08 11:48 
QuestionHow can I access to an item in a solution folder ? Pin
Mohammad Dayyan20-Sep-08 11:32
Mohammad Dayyan20-Sep-08 11:32 
AnswerRe: How can I access to an item in a solution folder ? Pin
Caio Kinzel Filho20-Sep-08 14:55
Caio Kinzel Filho20-Sep-08 14:55 
GeneralRe: How can I access to an item in a solution folder ? Pin
Mohammad Dayyan21-Sep-08 3:35
Mohammad Dayyan21-Sep-08 3:35 
GeneralRe: How can I access to an item in a solution folder ? Pin
Caio Kinzel Filho21-Sep-08 7:20
Caio Kinzel Filho21-Sep-08 7:20 
Questionsending messages to gtalk Pin
Mogaambo20-Sep-08 11:14
Mogaambo20-Sep-08 11:14 
GeneralAttempt to bump a post. Pin
Pete O'Hanlon20-Sep-08 11:29
mvePete O'Hanlon20-Sep-08 11:29 
GeneralRe: Attempt to bump a post. Pin
Paul Conrad20-Sep-08 11:59
professionalPaul Conrad20-Sep-08 11:59 
QuestionADO CommandText with parameter values. Pin
AndrusM20-Sep-08 10:57
AndrusM20-Sep-08 10:57 
AnswerRe: ADO CommandText with parameter values. Pin
Giorgi Dalakishvili20-Sep-08 11:34
mentorGiorgi Dalakishvili20-Sep-08 11:34 

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.