Click here to Skip to main content
15,892,674 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Packaging/Deploying a VB.Net Pin
FeRtoll5-Mar-06 14:10
FeRtoll5-Mar-06 14:10 
GeneralRe: Packaging/Deploying a VB.Net Pin
Orcrist6-Mar-06 11:12
Orcrist6-Mar-06 11:12 
AnswerRe: Packaging/Deploying a VB.Net Pin
united185-Mar-06 14:50
united185-Mar-06 14:50 
AnswerRe: Packaging/Deploying a VB.Net Pin
mayhem_rules5-Mar-06 17:04
mayhem_rules5-Mar-06 17:04 
QuestionFormatting textbox out at design time Pin
Scott34155-Mar-06 7:18
Scott34155-Mar-06 7:18 
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 
FormatCurrency won't work with Strings. You have to pass it a number to format, which will be returned as a String.

You'll have to use a Binding[^] class to intervene when the data is bound. You'll handle the Format event of the Binding class where you'll get a value and you have to format it and return the equivilent String. There's a couple of examples in the link.


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

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 
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 

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.