Click here to Skip to main content
15,919,931 members
Home / Discussions / C#
   

C#

 
QuestionStatusBar Stops Updating on Minimize ? Pin
Mike Bluett22-Jun-06 14:40
Mike Bluett22-Jun-06 14:40 
AnswerRe: StatusBar Stops Updating on Minimize ? Pin
Judah Gabriel Himango22-Jun-06 17:39
sponsorJudah Gabriel Himango22-Jun-06 17:39 
GeneralRe: StatusBar Stops Updating on Minimize ? Pin
Mike Bluett22-Jun-06 17:49
Mike Bluett22-Jun-06 17:49 
GeneralRe: StatusBar Stops Updating on Minimize ? Pin
Judah Gabriel Himango23-Jun-06 4:32
sponsorJudah Gabriel Himango23-Jun-06 4:32 
GeneralRe: StatusBar Stops Updating on Minimize ? Pin
Mike Bluett23-Jun-06 11:05
Mike Bluett23-Jun-06 11:05 
Questionsolutions explorer Pin
ddpn4222-Jun-06 12:09
ddpn4222-Jun-06 12:09 
AnswerRe: solutions explorer Pin
Nader Elshehabi22-Jun-06 12:23
Nader Elshehabi22-Jun-06 12:23 
GeneralRe: solutions explorer Pin
ddpn4223-Jun-06 2:55
ddpn4223-Jun-06 2:55 
Questionproblems with notifyicon - BalloonTipClicked events etc Pin
madhombre22-Jun-06 11:42
madhombre22-Jun-06 11:42 
AnswerRe: problems with notifyicon - BalloonTipClicked events etc Pin
Nader Elshehabi22-Jun-06 12:28
Nader Elshehabi22-Jun-06 12:28 
AnswerRe: problems with notifyicon - BalloonTipClicked events etc Pin
Judah Gabriel Himango22-Jun-06 12:57
sponsorJudah Gabriel Himango22-Jun-06 12:57 
QuestionPercent Formatting Pin
Drew McGhie22-Jun-06 11:28
Drew McGhie22-Jun-06 11:28 
AnswerRe: Percent Formatting Pin
Nader Elshehabi22-Jun-06 12:11
Nader Elshehabi22-Jun-06 12:11 
AnswerRe: Percent Formatting Pin
Guffa22-Jun-06 23:45
Guffa22-Jun-06 23:45 
GeneralRe: Percent Formatting Pin
Drew McGhie23-Jun-06 4:20
Drew McGhie23-Jun-06 4:20 
Questionlist box click event not working with loop Pin
donkaiser22-Jun-06 10:54
donkaiser22-Jun-06 10:54 
AnswerRe: list box click event not working with loop Pin
Nader Elshehabi22-Jun-06 12:01
Nader Elshehabi22-Jun-06 12:01 
GeneralRe: list box click event not working with loop Pin
donkaiser22-Jun-06 12:06
donkaiser22-Jun-06 12:06 
GeneralRe: list box click event not working with loop Pin
Nader Elshehabi22-Jun-06 12:35
Nader Elshehabi22-Jun-06 12:35 
QuestionHow can I convert a string to an type Pin
User 309585922-Jun-06 10:04
User 309585922-Jun-06 10:04 
AnswerRe: How can I convert a string to an type Pin
User 665822-Jun-06 10:34
User 665822-Jun-06 10:34 
GeneralRe: How can I convert a string to an type Pin
User 309585922-Jun-06 10:46
User 309585922-Jun-06 10:46 
AnswerRe: How can I convert a string to an type Pin
Insincere Dave22-Jun-06 13:20
Insincere Dave22-Jun-06 13:20 
GeneralRe: How can I convert a string to an type Pin
User 309585922-Jun-06 16:17
User 309585922-Jun-06 16:17 
QuestionStupid String Format Question Pin
gantww22-Jun-06 8:16
gantww22-Jun-06 8:16 
Why do I get an error saying "Input string was not in correct format" when I do the following?

sb.AppendLine(string.Format("\t\t\tpublic static string {0}TableName { get { return \"{0}\"; } }", tr.TABLE_NAME));

sb is a stringbuilder
tr.TABLE_NAME is a string

I'm thinking that it is probably something to do with the curly braces in there, almost like it expects a date format string or something in there.

I know the code is ugly, but it's just for a little quick utility.

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.