Click here to Skip to main content
15,905,420 members
Home / Discussions / C#
   

C#

 
Questionrun application without install dotnet Pin
mjawadkhatri29-Jul-09 23:29
mjawadkhatri29-Jul-09 23:29 
AnswerRe: run application without install dotnet Pin
musefan29-Jul-09 23:46
musefan29-Jul-09 23:46 
GeneralRe: run application without install dotnet Pin
mjawadkhatri29-Jul-09 23:52
mjawadkhatri29-Jul-09 23:52 
GeneralRe: run application without install dotnet Pin
Tom Deketelaere30-Jul-09 0:08
professionalTom Deketelaere30-Jul-09 0:08 
GeneralRe: run application without install dotnet Pin
Kevin McFarlane30-Jul-09 0:12
Kevin McFarlane30-Jul-09 0:12 
GeneralRe: run application without install dotnet Pin
Baeltazor30-Jul-09 18:52
Baeltazor30-Jul-09 18:52 
AnswerRe: run application without install dotnet Pin
Henry Minute30-Jul-09 4:01
Henry Minute30-Jul-09 4:01 
QuestionNested DataGridView Pin
Muammar©29-Jul-09 22:52
Muammar©29-Jul-09 22:52 
AnswerRe: Nested DataGridView Pin
Henry Minute30-Jul-09 3:58
Henry Minute30-Jul-09 3:58 
GeneralRe: Nested DataGridView Pin
Muammar©30-Jul-09 7:28
Muammar©30-Jul-09 7:28 
QuestionExcel app to C# winform Pin
Dimitris Nemtsov29-Jul-09 22:47
Dimitris Nemtsov29-Jul-09 22:47 
AnswerRe: Excel app to C# winform Pin
jasonmp19-Nov-10 4:56
jasonmp19-Nov-10 4:56 
GeneralRe: Excel app to C# winform Pin
Dimitris Nemtsov19-Nov-10 10:25
Dimitris Nemtsov19-Nov-10 10:25 
Questioncreate a control inside a thread and update it Pin
Vivek Vijayan29-Jul-09 22:32
Vivek Vijayan29-Jul-09 22:32 
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 

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.