Tagged Questions

1
vote
2answers
164 views

Data-bound WinForms form - how to format dates?

I have a form with a date value in a TextBox control. The form uses data binding with a BindingSource against a DataSet and a SQL 2005 CE database. Where do I control the formatting of the date? …
0
votes
3answers
55 views

Recognizing newline characters in Python

So I would like to grab stdout from a subprocess and then write the output to a file using python. The problem I'm having is the stdout from the subprocess loses the formatting, it contains \n's …
0
votes
1answer
20 views

Visual Studio copy/paste into Outlook with standard formatting?

I have custom settings in Visual Studio that include a dark background. Copy/pasting to Outlook produces a crime against eyeballs with a dark background in code on a white background of the mail. …
1
vote
5answers
159 views

Visual Studio 2008 formats asp tags to lowercase

Recently, my Visual Studio 2008(with Resharper 4.5) has started to reformat asp tags into lowercase. Example: <asp:Repeater runat="server" id="rp"> becomes <asp:repeater runat="server" …
0
votes
1answer
33 views

Date Input Validator (dd-MMM-yy, client side) ASP.NET 3.5 + MaskedEditValidator

I need a client-side date validator on a text box. BAM - Custom Validator. Operator="DataTypeCheck", Type="Date". Boo-ya. Golden, except that all dates get input in the format dd-MMM-yy. This method …
1
vote
4answers
48 views

Winforms control showing text and supporting individual line coloring

For a Winforms application, I'm looking for a control which is able to show text and supports individual line colors (fore and background colors per line). For instance, I'd like to have line 1 with …
1
vote
13answers
186 views

Long code blocks inside if statements or for loops

This is a cross language question on coding style. I have to work with a lot of code that has very long code blocks, sometimes hundreds of lines, inside if statements or for loops. The code is …
0
votes
2answers
43 views

How to display percent-values using ContentStringFormat?

Greetings to the enlightened ones! I'm playing on this for several hours now, but wasn't successful (perhaps because I'm quite new to WPF): I have a DataGrid whose DataContext is bound to a …
5
votes
8answers
462 views

Formatting an if statement for readability

What's the best way to format this for readability? if (strpos($file, '.jpg',1) && file_exists("$thumbsdir/$file") == false || strpos($file, '.gif',1) && …
1
vote
3answers
35 views

Organising top level functions in a Javascript file

Occasionaly we will have a page that required some page specific Javascript functionality. I will create a javascript file called myPageName.js. The question I have is how do people organise their …
0
votes
3answers
43 views

JavaScript function in PHP page causing issues with PHP tabs format

I am trying to reference a JavaScript file, containing a table sort function, in a PHP file. Everything functions the way it should, but once I add the code below to my PHP report page it causes …
0
votes
11answers
138 views

CSS why add whitespace before rules?

CSS code formatting question: I have an old habit of adding a single space before the { starts a new CSS rule, like this: body { font-size: 16px } the whitespaces like this one between body and { …
0
votes
3answers
45 views

VBScript: What is the simplest way to format a string?

I have the following format: Value1 is {0} and Value2 is {1}. I need to replace the numbers in the brackets with strings. This is easily done in most languages using string.Format or something along …
0
votes
4answers
31 views

compliant formatted email

hi, i've been using php's pear Mail & Mail_Mime libraries to send well formatted html emails with/without attachments. some hosting companies don't have these libraries installed, and are …
1
vote
3answers
70 views

C# string format flag or modifier to lowercase param

Is it possible to specify some kind of flag or modifier to a string format param to customize it, something like the number formating flags? Example of want I want: String.Format("Hi …

1 2 3 4 5 42 next
15 30 50 per page