Click here to Skip to main content
15,908,264 members
Home / Discussions / C#
   

C#

 
GeneralRe: member hiding question Pin
likefood19-Oct-06 10:50
likefood19-Oct-06 10:50 
GeneralRe: member hiding question Pin
Christian Graus19-Oct-06 10:58
protectorChristian Graus19-Oct-06 10:58 
GeneralRe: member hiding question Pin
likefood19-Oct-06 11:07
likefood19-Oct-06 11:07 
GeneralRe: member hiding question Pin
Christian Graus19-Oct-06 11:17
protectorChristian Graus19-Oct-06 11:17 
GeneralRe: member hiding question Pin
likefood19-Oct-06 11:19
likefood19-Oct-06 11:19 
GeneralRe: member hiding question Pin
likefood19-Oct-06 11:18
likefood19-Oct-06 11:18 
GeneralRe: member hiding question Pin
Christian Graus19-Oct-06 11:24
protectorChristian Graus19-Oct-06 11:24 
AnswerRe: member hiding question Pin
jjansen19-Oct-06 20:44
jjansen19-Oct-06 20:44 
Heritos Gger wrote:
However, the compiler says "Use of keyword 'base' is not valid in this context".


The error is not related to the use of the keyword 'base', but to the fact that you try to cast the base to type TrackBar. You don't need to do that. Remove all of these casts (e.g. ((TrackBar)base).Value should be base.Value) and the compiler error will disappear.
GeneralRe: member hiding question Pin
likefood20-Oct-06 4:13
likefood20-Oct-06 4:13 
GeneralRe: member hiding question Pin
jjansen19-Oct-06 21:08
jjansen19-Oct-06 21:08 
GeneralRe: member hiding question Pin
likefood20-Oct-06 4:16
likefood20-Oct-06 4:16 
QuestionDownloading an image Pin
NumbNut19-Oct-06 10:07
NumbNut19-Oct-06 10:07 
AnswerRe: Downloading an image Pin
Guffa19-Oct-06 10:49
Guffa19-Oct-06 10:49 
QuestionWrite arraylists content to file Pin
Yustme19-Oct-06 10:06
Yustme19-Oct-06 10:06 
AnswerRe: Write arraylists content to file Pin
Christian Graus19-Oct-06 10:21
protectorChristian Graus19-Oct-06 10:21 
GeneralRe: Write arraylists content to file Pin
Yustme19-Oct-06 10:43
Yustme19-Oct-06 10:43 
QuestionCalling Custom keys from a Web Config File Pin
iamnew2C#19-Oct-06 9:04
iamnew2C#19-Oct-06 9:04 
QuestionDownloading .NET Pin
bolddoggz19-Oct-06 8:57
bolddoggz19-Oct-06 8:57 
AnswerRe: Downloading .NET Pin
Christian Graus19-Oct-06 9:47
protectorChristian Graus19-Oct-06 9:47 
QuestionTree View Search Pin
joshp121719-Oct-06 8:44
joshp121719-Oct-06 8:44 
AnswerRe: Tree View Search Pin
mav.northwind20-Oct-06 22:10
mav.northwind20-Oct-06 22:10 
QuestionDPI-setting problem Pin
Bekjong19-Oct-06 5:15
Bekjong19-Oct-06 5:15 
QuestionFree Hand Drawing in PowerPoint through C# Pin
jonolo19-Oct-06 5:04
jonolo19-Oct-06 5:04 
QuestionDynamically retrieving WMI Data - A little help please! Pin
junus19-Oct-06 4:46
junus19-Oct-06 4:46 
QuestionMake property from base class protected Pin
topcatalpha19-Oct-06 4:43
topcatalpha19-Oct-06 4:43 

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.