Click here to Skip to main content
15,895,532 members
Home / Discussions / C#
   

C#

 
AnswerRe: SQLLite c# Wrapper Pin
Rob Graham7-Aug-06 16:28
Rob Graham7-Aug-06 16:28 
GeneralRe: SQLLite c# Wrapper Pin
aruna_koride7-Aug-06 16:41
aruna_koride7-Aug-06 16:41 
AnswerRe: SQLLite c# Wrapper Pin
Sk8tzz7-Aug-06 20:15
Sk8tzz7-Aug-06 20:15 
GeneralRe: SQLLite c# Wrapper Pin
aruna_koride7-Aug-06 20:58
aruna_koride7-Aug-06 20:58 
GeneralRe: SQLLite c# Wrapper Pin
Sk8tzz7-Aug-06 21:12
Sk8tzz7-Aug-06 21:12 
QuestionCancel process with a button Pin
Leo Smith7-Aug-06 13:48
Leo Smith7-Aug-06 13:48 
AnswerRe: Cancel process with a button Pin
Not Active7-Aug-06 14:03
mentorNot Active7-Aug-06 14:03 
QuestionFormatting ComboBoxes Pin
~~~Johnny~~~7-Aug-06 13:23
~~~Johnny~~~7-Aug-06 13:23 
Hi all, using this code I hoped that the phone nuber would show up formatted but it is not for some reason, it still shows unformatted. The numberComboBox is a Winform combo box that is part of a custom control. Everything works well except for the formatting. I also tried "0: (###) ###-####" as the format string but no go!Confused | :confused: The UnFrmtPhoneNumber member is a string column containing unformatted numbers like 5145555555.

Anyone knows why ?

Thanks for any help


public BindingSource Binding
{
set
{
numberComboBox.DataSource = value;
numberComboBox.DisplayMember = "UnFrmtPhoneNumber";
numberComboBox.ValueMember = "PhoneID";
numberComboBox.FormattingEnabled = true;
numberComboBox.FormatString = "(###) ###-####";
}
}
AnswerRe: Formatting ComboBoxes Pin
Dave Kreskowiak7-Aug-06 14:46
mveDave Kreskowiak7-Aug-06 14:46 
QuestionDataGridView Accepting Program Assigned Data Pin
tkewebstrands7-Aug-06 12:34
tkewebstrands7-Aug-06 12:34 
AnswerRe: DataGridView Accepting Program Assigned Data Pin
tkewebstrands8-Aug-06 3:55
tkewebstrands8-Aug-06 3:55 
QuestionDataset and sum Pin
Saamir7-Aug-06 11:12
Saamir7-Aug-06 11:12 
AnswerRe: Dataset and sum Pin
Not Active7-Aug-06 14:10
mentorNot Active7-Aug-06 14:10 
QuestionRe: Dataset and sum Pin
Saamir8-Aug-06 3:58
Saamir8-Aug-06 3:58 
Questionprinting a populated form Pin
TWatson477-Aug-06 11:05
TWatson477-Aug-06 11:05 
AnswerRe: printing a populated form Pin
Not Active7-Aug-06 14:16
mentorNot Active7-Aug-06 14:16 
QuestionEvents not firing Pin
FoxholeWilly7-Aug-06 10:00
FoxholeWilly7-Aug-06 10:00 
AnswerRe: Events not firing Pin
Thomas Stockwell7-Aug-06 11:23
professionalThomas Stockwell7-Aug-06 11:23 
GeneralRe: Events not firing Pin
FoxholeWilly7-Aug-06 12:16
FoxholeWilly7-Aug-06 12:16 
GeneralRe: Events not firing Pin
FoxholeWilly10-Aug-06 4:32
FoxholeWilly10-Aug-06 4:32 
QuestionC# Socket not receiving messages Pin
Paradox227-Aug-06 9:43
Paradox227-Aug-06 9:43 
AnswerRe: C# Socket not receiving messages Pin
vineas7-Aug-06 18:28
vineas7-Aug-06 18:28 
Questionname of Dialog shown by ImageEditor Pin
SJ_Phoenix7-Aug-06 9:31
SJ_Phoenix7-Aug-06 9:31 
QuestionTree View Question Pin
joshp12177-Aug-06 9:31
joshp12177-Aug-06 9:31 
AnswerRe: Tree View Question Pin
Josh Smith7-Aug-06 10:19
Josh Smith7-Aug-06 10:19 

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.