Click here to Skip to main content
15,887,328 members
Home / Discussions / C#
   

C#

 
AnswerRe: create a control inside a thread and update it Pin
Luc Pattyn29-Jul-09 23:14
sitebuilderLuc Pattyn29-Jul-09 23:14 
QuestionSending(Play) voice via modem by AT Command Pin
Mahyar_Habibpour29-Jul-09 22:13
Mahyar_Habibpour29-Jul-09 22:13 
AnswerRe: Sending(Play) voice via modem by AT Command Pin
Mahyar_Habibpour30-Jul-09 1:07
Mahyar_Habibpour30-Jul-09 1:07 
AnswerRe: Sending(Play) voice via modem by AT Command Pin
Jimmanuel30-Jul-09 1:12
Jimmanuel30-Jul-09 1:12 
GeneralRe: Sending(Play) voice via modem by AT Command Pin
Mahyar_Habibpour30-Jul-09 2:17
Mahyar_Habibpour30-Jul-09 2:17 
GeneralRe: Sending(Play) voice via modem by AT Command Pin
Jimmanuel30-Jul-09 2:41
Jimmanuel30-Jul-09 2:41 
GeneralRe: Sending(Play) voice via modem by AT Command Pin
Mahyar_Habibpour31-Jul-09 9:18
Mahyar_Habibpour31-Jul-09 9:18 
Questionformat DataGridViewTextBoxColumn as number as the user is typing the value Pin
acroitoriu29-Jul-09 21:58
acroitoriu29-Jul-09 21:58 
HI all,

I am using a datagridview control on a form and one of the columns is defined as datagridviewtextboxcolumn type. This column is used to display and amount and the cell is editable allowing the user to modify the amount. I already formatted this column as "N0" so when the user moves the focus to amother element this cell displays the amount as a number (eg: 1,000,000 for 1 million). Anyway, I want to be able to format this value as number as the user types the amount... so instead of getting 10, and then 100 and then 1000... 100000 as he types, I would like to show 10.. 100 .... 1,000 .... 100,000 so the user won't have to count how many zeros he typed. I already implemented such a feature in a standalone textbox control using the TextChanged event, but I am unable to implement this in the gridview.
Is it possible to achieve this in a gridview cell? What event(s) should I implement to get this functionality working? I am opened to any suggestions or comments!

Thank you in advance!

Andrei
AnswerRe: format DataGridViewTextBoxColumn as number as the user is typing the value Pin
shine_paravur29-Jul-09 23:45
shine_paravur29-Jul-09 23:45 
QuestionHow can i crop only the used part of a Bitmap? Pin
bonzaiholding29-Jul-09 21:36
bonzaiholding29-Jul-09 21:36 
AnswerRe: How can i crop only the used part of a Bitmap? Pin
stancrm29-Jul-09 21:41
stancrm29-Jul-09 21:41 
GeneralRe: How can i crop only the used part of a Bitmap? Pin
bonzaiholding29-Jul-09 22:39
bonzaiholding29-Jul-09 22:39 
AnswerRe: How can i crop only the used part of a Bitmap? Pin
Luc Pattyn29-Jul-09 22:17
sitebuilderLuc Pattyn29-Jul-09 22:17 
GeneralRe: How can i crop only the used part of a Bitmap? Pin
bonzaiholding29-Jul-09 22:44
bonzaiholding29-Jul-09 22:44 
GeneralRe: How can i crop only the used part of a Bitmap? Pin
Luc Pattyn29-Jul-09 22:58
sitebuilderLuc Pattyn29-Jul-09 22:58 
GeneralRe: How can i crop only the used part of a Bitmap? Pin
jasonmp19-Nov-10 5:00
jasonmp19-Nov-10 5:00 
AnswerRe: How can i crop only the used part of a Bitmap? Pin
Moreno Airoldi30-Jul-09 0:09
Moreno Airoldi30-Jul-09 0:09 
QuestionRequired data through http connection Pin
honeyashu29-Jul-09 21:01
honeyashu29-Jul-09 21:01 
AnswerRe: Required data through http connection Pin
SeMartens29-Jul-09 21:08
SeMartens29-Jul-09 21:08 
GeneralRe: Required data through http connection Pin
honeyashu29-Jul-09 22:18
honeyashu29-Jul-09 22:18 
GeneralRe: Required data through http connection Pin
stancrm29-Jul-09 22:31
stancrm29-Jul-09 22:31 
AnswerRe: Required data through http connection Pin
Manas Bhardwaj29-Jul-09 21:08
professionalManas Bhardwaj29-Jul-09 21:08 
AnswerRe: Required data through http connection Pin
stancrm29-Jul-09 21:09
stancrm29-Jul-09 21:09 
Questiondatabase conectivity in C# Pin
MahaKh29-Jul-09 19:19
MahaKh29-Jul-09 19:19 
AnswerRe: database conectivity in C# Pin
Aman Bhullar29-Jul-09 19:25
Aman Bhullar29-Jul-09 19:25 

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.