Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
AnswerRe: Close wrod corrctly, it's possile? Pin
Luc Pattyn21-May-11 14:14
sitebuilderLuc Pattyn21-May-11 14:14 
AnswerRe: Close wrod corrctly, it's possile? Pin
Not Active21-May-11 16:00
mentorNot Active21-May-11 16:00 
AnswerRe: Close wrod corrctly, it's possile? Pin
GenJerDan21-May-11 17:01
GenJerDan21-May-11 17:01 
GeneralRe: Close wrod corrctly, it's possile? Pin
abbd22-May-11 5:56
abbd22-May-11 5:56 
GeneralRe: Close wrod corrctly, it's possile? Pin
GenJerDan22-May-11 7:41
GenJerDan22-May-11 7:41 
GeneralRe: Close wrod corrctly, it's possile? Pin
abbd22-May-11 10:13
abbd22-May-11 10:13 
GeneralRe: Close wrod corrctly, it's possile? [modified] Pin
GenJerDan23-May-11 3:20
GenJerDan23-May-11 3:20 
QuestionDynamically generate link labels (open to alternatives if necessary) Pin
Matt U.21-May-11 8:18
Matt U.21-May-11 8:18 
Hello CP, I am back with another question. I am currently displaying data on a form like this:

There is a pie chart that is anchored to the top of the form. Beneath the chart I have a combobox which can alter the chart type. Beneath the chart type selection is the data I have questions about.

For now I am using simple Label controls and I display (each one on a separate label):

Total: 2

Model      Model Total      Most Common Failure
12345      100              Bad Part #1
54321      15               Bad Part #2


The labels' text is generated simply by retrieving data from the database and appending each model, model total and most common failure to the corresponding label's existing text. This method works.

However, I was approached by my immediate supervisor at work (who is the person I take requests from) about this. He asked if it is possible to make each Model item clickable (hence my link label idea) and display data based on the one specific model. I know I can dynamically generate link labels and set their location accordingly. However, is this an efficient solution or could I go about providing the desired result in another way?

I will continue to Google for possible solutions and if I find a better solution I will post here.

Thanks CP.
AnswerRe: Dynamically generate link labels (open to alternatives if necessary) Pin
Luc Pattyn21-May-11 8:50
sitebuilderLuc Pattyn21-May-11 8:50 
GeneralRe: Dynamically generate link labels (open to alternatives if necessary) Pin
Matt U.21-May-11 8:59
Matt U.21-May-11 8:59 
AnswerRe: Dynamically generate link labels (open to alternatives if necessary) Pin
Luc Pattyn21-May-11 9:10
sitebuilderLuc Pattyn21-May-11 9:10 
GeneralRe: Dynamically generate link labels (open to alternatives if necessary) Pin
Matt U.21-May-11 10:28
Matt U.21-May-11 10:28 
AnswerRe: Dynamically generate link labels (open to alternatives if necessary) Pin
Luc Pattyn21-May-11 10:34
sitebuilderLuc Pattyn21-May-11 10:34 
Questionget the unicode of a character in c# Pin
prasadbuddhika20-May-11 22:44
prasadbuddhika20-May-11 22:44 
AnswerRe: get the unicode of a character in c# Pin
Daniel Scott20-May-11 23:05
Daniel Scott20-May-11 23:05 
GeneralRe: get the unicode of a character in c# Pin
prasadbuddhika20-May-11 23:22
prasadbuddhika20-May-11 23:22 
QuestionNotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Pfotenhauer20-May-11 22:33
Pfotenhauer20-May-11 22:33 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
phil.o21-May-11 0:36
professionalphil.o21-May-11 0:36 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Pfotenhauer21-May-11 1:20
Pfotenhauer21-May-11 1:20 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Luc Pattyn21-May-11 2:19
sitebuilderLuc Pattyn21-May-11 2:19 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Pfotenhauer21-May-11 5:26
Pfotenhauer21-May-11 5:26 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Luc Pattyn21-May-11 5:39
sitebuilderLuc Pattyn21-May-11 5:39 
QuestionProblem with Process.Start("WINWORD.EXE", selectedFile); [modified] Pin
_Q12_20-May-11 6:51
_Q12_20-May-11 6:51 
AnswerRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Dave Kreskowiak20-May-11 7:02
mveDave Kreskowiak20-May-11 7:02 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
_Q12_20-May-11 7:25
_Q12_20-May-11 7:25 

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.