Click here to Skip to main content
15,928,207 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Formatting textbox out at design time Pin
Dave Kreskowiak5-Mar-06 7:44
mveDave Kreskowiak5-Mar-06 7:44 
GeneralRe: Formatting textbox out at design time Pin
Scott34155-Mar-06 8:03
Scott34155-Mar-06 8:03 
GeneralRe: Formatting textbox out at design time Pin
Dave Kreskowiak5-Mar-06 8:19
mveDave Kreskowiak5-Mar-06 8:19 
GeneralRe: Formatting textbox out at design time Pin
Scott34155-Mar-06 8:24
Scott34155-Mar-06 8:24 
GeneralRe: Formatting textbox out at design time Pin
Scott34155-Mar-06 8:39
Scott34155-Mar-06 8:39 
GeneralRe: Formatting textbox out at design time Pin
Dave Kreskowiak5-Mar-06 8:41
mveDave Kreskowiak5-Mar-06 8:41 
GeneralRe: Formatting textbox out at design time Pin
Scott34155-Mar-06 9:15
Scott34155-Mar-06 9:15 
GeneralRe: Formatting textbox out at design time Pin
Dave Kreskowiak5-Mar-06 11:53
mveDave Kreskowiak5-Mar-06 11:53 
The only other event that is fired after Load is Activate. But, in either case, FormatCurrency was not meant to be used in the way you're trying to use it.

You'll have to use the Binding class to do what you want. When the data is sent to the TextBox through the binding, it makes a stop in your Format event handler first. You format the data how you want (this is where you would use FormatCurrency) in the Binding.Format event handler, then the resulting string is sent to the TextBox, not the original data.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Formatting textbox out at design time Pin
Scott34155-Mar-06 11:56
Scott34155-Mar-06 11:56 
GeneralRe: Formatting textbox out at design time Pin
Scott34155-Mar-06 12:26
Scott34155-Mar-06 12:26 
GeneralRe: Formatting textbox out at design time Pin
Dave Kreskowiak5-Mar-06 16:31
mveDave Kreskowiak5-Mar-06 16:31 
GeneralRe: Formatting textbox out at design time Pin
Dave Kreskowiak5-Mar-06 16:29
mveDave Kreskowiak5-Mar-06 16:29 
QuestionHashing in VB.Net Pin
kids175-Mar-06 6:03
kids175-Mar-06 6:03 
AnswerRe: Hashing in VB.Net Pin
Dave Kreskowiak5-Mar-06 7:51
mveDave Kreskowiak5-Mar-06 7:51 
QuestionHow to upgrade vb to vb.net Pin
areon255-Mar-06 5:34
areon255-Mar-06 5:34 
AnswerRe: How to upgrade vb to vb.net Pin
Dave Kreskowiak5-Mar-06 7:55
mveDave Kreskowiak5-Mar-06 7:55 
GeneralRe: How to upgrade vb to vb.net Pin
ZulnurainAdil5-Mar-06 20:46
ZulnurainAdil5-Mar-06 20:46 
GeneralRe: How to upgrade vb to vb.net Pin
Dave Kreskowiak6-Mar-06 2:11
mveDave Kreskowiak6-Mar-06 2:11 
QuestionAlphanumeric Pin
Scott34155-Mar-06 2:51
Scott34155-Mar-06 2:51 
AnswerRe: Alphanumeric Pin
united185-Mar-06 7:57
united185-Mar-06 7:57 
AnswerRe: Alphanumeric Pin
Dave Kreskowiak5-Mar-06 7:58
mveDave Kreskowiak5-Mar-06 7:58 
QuestionI need help RichTextBox Pin
FeRtoll5-Mar-06 2:45
FeRtoll5-Mar-06 2:45 
AnswerRe: I need help RichTextBox Pin
Dave Kreskowiak5-Mar-06 8:02
mveDave Kreskowiak5-Mar-06 8:02 
GeneralRe: I need help RichTextBox Pin
FeRtoll5-Mar-06 9:45
FeRtoll5-Mar-06 9:45 
GeneralRe: I need help RichTextBox Pin
Dave Kreskowiak5-Mar-06 11:54
mveDave Kreskowiak5-Mar-06 11:54 

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.