blah blah blah is here! blah blah » Close

0
votes
0 answers

DisplayFormat/DisplayStyle property of TextBox (Visual Studio 2010, .Net Framework 4).

Is there any predefined property by which I can set the DisplayFormat/DisplayStyle of a textbox? Suppose I want a textbox to hold the actual value 888888888888.88 and show it formatted as 888,888,888,888.88. In short it should hold 'Double' ...

1
votes
1 answers

Newbie C# Question about float/int/text type formatting

Hey everybody, I'm a total C# newb with a light (first year CS) background in Python. I wrote a console program in Python for doing marathon pace running calculations and I'm trying to figure out the syntax for this in C# using Visual ...

0
votes
1 answers

C# Word Interop Search and Replace clears formatting?

foamy
2499

Hi all, Below is my code to do a search and replace through multiple files using Word Interop. The problem I'm facing is that the formatting (particularly paragraph and line spacing) gets reset when I use this code on my word file. Any h ...

Feedback