Click here to Skip to main content
15,887,214 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Silverlight XAP and Temporary Internet Files Pin
Pete O'Hanlon26-Dec-10 5:55
mvePete O'Hanlon26-Dec-10 5:55 
GeneralRe: Silverlight XAP and Temporary Internet Files Pin
mbcrump12-Jan-11 4:51
mentormbcrump12-Jan-11 4:51 
AnswerRe: Silverlight XAP and Temporary Internet Files Pin
Abhinav S23-Dec-10 18:45
Abhinav S23-Dec-10 18:45 
AnswerRe: Silverlight XAP and Temporary Internet Files Pin
RobCroll24-Dec-10 4:08
RobCroll24-Dec-10 4:08 
GeneralRe: Silverlight XAP and Temporary Internet Files Pin
Ray Cassick27-Dec-10 6:29
Ray Cassick27-Dec-10 6:29 
GeneralRe: Silverlight XAP and Temporary Internet Files Pin
RobCroll30-Dec-10 23:50
RobCroll30-Dec-10 23:50 
QuestionCreating a New User Control Based Upon an Existing One Pin
Richard Andrew x6423-Dec-10 13:46
professionalRichard Andrew x6423-Dec-10 13:46 
AnswerRe: Creating a New User Control Based Upon an Existing One Pin
SledgeHammer0123-Dec-10 17:53
SledgeHammer0123-Dec-10 17:53 
If you have:

public class MyControlBase : UserControl
{
}

you would just create another class:

public class MyControl : MyControlBase
{
}

If you are expecting something where you have UserControlA and then you add a UserControlB and you want UserControlB to be UserControlA + other stuff you would create a new UserControl (UserControlB) and then place an instance of UserControlA in it and do your thing.
AnswerRe: Creating a New User Control Based Upon an Existing One Pin
Abhinav S23-Dec-10 18:47
Abhinav S23-Dec-10 18:47 
AnswerRe: Creating a New User Control Based Upon an Existing One Pin
Michael Agroskin31-Dec-10 12:31
Michael Agroskin31-Dec-10 12:31 
GeneralRe: Creating a New User Control Based Upon an Existing One Pin
Richard Andrew x6431-Dec-10 13:04
professionalRichard Andrew x6431-Dec-10 13:04 
QuestionProblem Binding In Silverlight 4 [modified] Pin
Moh.Saied22-Dec-10 22:59
Moh.Saied22-Dec-10 22:59 
QuestionWCF operationcontract Pin
arkiboys22-Dec-10 3:50
arkiboys22-Dec-10 3:50 
AnswerRe: WCF operationcontract Pin
Abhinav S22-Dec-10 5:03
Abhinav S22-Dec-10 5:03 
GeneralRe: WCF operationcontract Pin
arkiboys22-Dec-10 5:18
arkiboys22-Dec-10 5:18 
GeneralRe: WCF operationcontract [modified] Pin
varshavmane26-Dec-10 22:41
varshavmane26-Dec-10 22:41 
QuestionFailed to create AppDomain Pin
hotthoughtguy22-Dec-10 3:34
hotthoughtguy22-Dec-10 3:34 
AnswerRe: Failed to create AppDomain Pin
Abhinav S22-Dec-10 5:10
Abhinav S22-Dec-10 5:10 
QuestionDesign: Passing parameters [modified] Pin
afsal qureshi22-Dec-10 0:41
afsal qureshi22-Dec-10 0:41 
AnswerRe: Design: Passing parameters Pin
_Maxxx_4-Jan-11 12:37
professional_Maxxx_4-Jan-11 12:37 
AnswerRe: write logfile to webserver Pin
Pete O'Hanlon21-Dec-10 22:39
mvePete O'Hanlon21-Dec-10 22:39 
GeneralRe: write logfile to webserver Pin
SledgeHammer0122-Dec-10 4:57
SledgeHammer0122-Dec-10 4:57 
QuestionFlowchart control in WPF Pin
devvvy21-Dec-10 15:39
devvvy21-Dec-10 15:39 
AnswerRe: Flowchart control in WPF Pin
Abhinav S21-Dec-10 18:34
Abhinav S21-Dec-10 18:34 
AnswerBad bad bad developer Pin
Pete O'Hanlon21-Dec-10 20:15
mvePete O'Hanlon21-Dec-10 20:15 

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.