Click here to Skip to main content
15,918,967 members
Home / Discussions / C#
   

C#

 
QuestionRe: Error-Object reference not set to an instance of an object Pin
T4AMD9-Nov-07 9:37
T4AMD9-Nov-07 9:37 
AnswerRe: Error-Object reference not set to an instance of an object Pin
pmarfleet9-Nov-07 9:40
pmarfleet9-Nov-07 9:40 
AnswerRe: Error-Object reference not set to an instance of an object Pin
Pete O'Hanlon9-Nov-07 10:37
mvePete O'Hanlon9-Nov-07 10:37 
GeneralRe: Error-Object reference not set to an instance of an object Pin
T4AMD9-Nov-07 10:45
T4AMD9-Nov-07 10:45 
GeneralRe: Error-Object reference not set to an instance of an object Pin
Luc Pattyn9-Nov-07 10:55
sitebuilderLuc Pattyn9-Nov-07 10:55 
QuestionRe: Error-Object reference not set to an instance of an object Pin
T4AMD9-Nov-07 11:48
T4AMD9-Nov-07 11:48 
AnswerRe: Error-Object reference not set to an instance of an object Pin
Luc Pattyn9-Nov-07 12:00
sitebuilderLuc Pattyn9-Nov-07 12:00 
Question(WPF)Auto tooltip as string and binding? [modified-solved] [modified] Pin
wolfshad39-Nov-07 8:12
wolfshad39-Nov-07 8:12 
Hi, another newb here, if i had an enum like this:
enum test
{
zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty...
}
How would i display the string instead of the integer in auto tooltip?



I can't make this blog work for me, help?

http://joshsmithonwpf.wordpress.com/2007/09/14/modifying-the-auto-tooltip-of-a-slider/#comment-6921



Also if i would bind the value to a label would numbers be displayed in the label or strings?

How would i bind it to a label even if not using strings for integers in the slider and make strings come out instead?

EDIT: This was a problem of cast:
this.AutoToolTip.Content = (test)Convert.ToInt32(this.AutoToolTip.Content);

EDIT2:has a flaw though, first time i clock the slider's bar only one char wide tooltip appears, how can i change that?



-- modified at 23:25 Saturday 10th November, 2007
QuestionHelp - Could not find installable ISAM Pin
oceanexplorer9-Nov-07 7:39
oceanexplorer9-Nov-07 7:39 
AnswerRe: Help - Could not find installable ISAM Pin
led mike9-Nov-07 7:55
led mike9-Nov-07 7:55 
JokeRe: Help - Could not find installable ISAM Pin
Paul Conrad9-Nov-07 12:20
professionalPaul Conrad9-Nov-07 12:20 
QuestionTextbox databind to a property - refresh Pin
Bert delaVega9-Nov-07 6:58
Bert delaVega9-Nov-07 6:58 
AnswerRe: Textbox databind to a property - refresh Pin
Ennis Ray Lynch, Jr.9-Nov-07 7:06
Ennis Ray Lynch, Jr.9-Nov-07 7:06 
Questionhow to change the style of an item from a listBox? Pin
gabi_coman9-Nov-07 6:53
gabi_coman9-Nov-07 6:53 
AnswerRe: how to change the style of an item from a listBox? Pin
led mike9-Nov-07 7:57
led mike9-Nov-07 7:57 
GeneralRe: how to change the style of an item from a listBox? Pin
gabi_coman10-Nov-07 0:33
gabi_coman10-Nov-07 0:33 
QuestionWebBrowser Pin
mihksoft9-Nov-07 6:13
mihksoft9-Nov-07 6:13 
AnswerRe: WebBrowser Pin
Judah Gabriel Himango9-Nov-07 7:40
sponsorJudah Gabriel Himango9-Nov-07 7:40 
QuestionHow to convert my Windows Application Code to a Browser Base Application? Pin
Khoramdin9-Nov-07 5:34
Khoramdin9-Nov-07 5:34 
AnswerRe: How to convert my Windows Application Code to a Browser Base Application? Pin
Colin Angus Mackay9-Nov-07 5:50
Colin Angus Mackay9-Nov-07 5:50 
Questionc# application to WWW page Pin
gordon249-Nov-07 5:32
gordon249-Nov-07 5:32 
AnswerRe: c# application to WWW page Pin
Judah Gabriel Himango9-Nov-07 7:43
sponsorJudah Gabriel Himango9-Nov-07 7:43 
AnswerRe: c# application to WWW page Pin
ChrisKo9-Nov-07 8:23
ChrisKo9-Nov-07 8:23 
QuestionFileSystemWatcher Alternative Pin
ffowler9-Nov-07 3:58
ffowler9-Nov-07 3:58 
AnswerRe: FileSystemWatcher Alternative Pin
Judah Gabriel Himango9-Nov-07 4:28
sponsorJudah Gabriel Himango9-Nov-07 4:28 

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.