Click here to Skip to main content
15,910,878 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: deployment in .net framework Pin
Pete O'Hanlon21-Oct-07 9:52
mvePete O'Hanlon21-Oct-07 9:52 
AnswerRe: deployment in .net framework Pin
Christian Graus21-Oct-07 12:45
protectorChristian Graus21-Oct-07 12:45 
QuestionReading configurations from a Visual Studio Add-in [modified] Pin
BigBenDk18-Oct-07 11:08
BigBenDk18-Oct-07 11:08 
QuestionReferencing components with index Pin
sysrev18-Oct-07 5:04
sysrev18-Oct-07 5:04 
AnswerRe: Referencing components with index Pin
led mike18-Oct-07 5:29
led mike18-Oct-07 5:29 
GeneralRe: Referencing components with index Pin
sysrev18-Oct-07 5:32
sysrev18-Oct-07 5:32 
AnswerRe: Referencing components with index Pin
Robert Rohde18-Oct-07 13:34
Robert Rohde18-Oct-07 13:34 
GeneralRe: Referencing components with index Pin
sysrev19-Oct-07 0:00
sysrev19-Oct-07 0:00 
Thanks for the suggestion Robert.

The progress bars display the output of a pressure sensor over a 24 hour period. When I get a new reading, I shift values chronologically "down" one bar and put the new value in the "top" (most recent) bar. The coding begs for an iterative loop but I don't know how to address the bars name property with the index. So I ended up using a switch construct which works okay but is awkward to maintain.

The List class is new to me and on your suggestion I had a quick look at it. I must say, it does not look promising but will try it out if I can.


Ted

GeneralRe: Referencing components with index Pin
Robert Rohde19-Oct-07 3:18
Robert Rohde19-Oct-07 3:18 
GeneralRe: Referencing components with index Pin
sysrev19-Oct-07 4:22
sysrev19-Oct-07 4:22 
GeneralRe: Referencing components with index Pin
Robert Rohde19-Oct-07 6:05
Robert Rohde19-Oct-07 6:05 
GeneralRe: Referencing components with index Pin
sysrev20-Oct-07 0:52
sysrev20-Oct-07 0:52 
QuestionHow to check of folder is public? Pin
Vitaly Tomilov18-Oct-07 1:19
Vitaly Tomilov18-Oct-07 1:19 
AnswerRe: How to check of folder is public? Pin
Robert Rohde18-Oct-07 13:42
Robert Rohde18-Oct-07 13:42 
AnswerRe: How to check of folder is public? Pin
Jonathan [Darka]19-Oct-07 7:30
professionalJonathan [Darka]19-Oct-07 7:30 
QuestionUnable to cast COM object of type System.__ComObject to class type mshtml.HTMLDocumentClass Pin
MyAmanda17-Oct-07 22:39
MyAmanda17-Oct-07 22:39 
AnswerRe: Unable to cast COM object of type System.__ComObject to class type mshtml.HTMLDocumentClass Pin
vimalsharma@yahoo.com10-May-09 15:07
vimalsharma@yahoo.com10-May-09 15:07 
QuestionException Line Number at runtime Pin
Michael Sterk17-Oct-07 19:44
Michael Sterk17-Oct-07 19:44 
AnswerRe: Exception Line Number at runtime Pin
DavidNohejl17-Oct-07 23:19
DavidNohejl17-Oct-07 23:19 
GeneralRe: Exception Line Number at runtime Pin
Michael Sterk17-Oct-07 23:22
Michael Sterk17-Oct-07 23:22 
GeneralRe: Exception Line Number at runtime Pin
lmoelleb17-Oct-07 23:36
lmoelleb17-Oct-07 23:36 
QuestionCould not find the text file in window service Pin
sabby200617-Oct-07 18:28
sabby200617-Oct-07 18:28 
AnswerRe: Could not find the text file in window service Pin
il_masacratore17-Oct-07 22:37
il_masacratore17-Oct-07 22:37 
GeneralRe: Could not find the text file in window service Pin
sabby200617-Oct-07 23:09
sabby200617-Oct-07 23:09 
Questionintercepting network traffic of a process Pin
prattel17-Oct-07 13:59
prattel17-Oct-07 13:59 

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.