Click here to Skip to main content
15,891,567 members
Home / Discussions / WPF
   

WPF

 
QuestionLearning WPF Pin
anishkannan11-Aug-10 19:15
anishkannan11-Aug-10 19:15 
AnswerRe: Learning WPF Pin
Arun Jacob11-Aug-10 19:38
Arun Jacob11-Aug-10 19:38 
AnswerRe: Learning WPF Pin
Abhinav S11-Aug-10 20:24
Abhinav S11-Aug-10 20:24 
AnswerAutocomplete ComboBox in Silverlight Pin
SusantaG11-Aug-10 0:07
SusantaG11-Aug-10 0:07 
GeneralRe: Autocomplete ComboBox in Silverlight Pin
Abhinav S11-Aug-10 3:53
Abhinav S11-Aug-10 3:53 
QuestionRegarding DataRow Pin
PrabhatSharp10-Aug-10 23:01
PrabhatSharp10-Aug-10 23:01 
AnswerRe: Regarding DataRow Pin
Ian Shlasko11-Aug-10 4:04
Ian Shlasko11-Aug-10 4:04 
QuestionPartial Declaration must not specify different base classes Pin
yuripon10-Aug-10 3:39
yuripon10-Aug-10 3:39 
Hi, I create usercontrol in silverlight name it Pelampung.xaml, and it's have default constructor of the usercontrol : Pelampung.xaml.cs.
I create a class SpriteBase. And inherited this class into Pelampung.xaml.cs

this is the code of Pelampung.xaml.cs :

public partial class Pelampung : SpriteBase {

private PelampungType pelampungType;

public Pelampung(PelampungType pelampung_type, Boolean kananKeKiri)
{
pelampungType = pelampung_type;
KananKeKiri = kananKeKiri;

InitializeComponent();
Setup();
}

and this code of SpriteBase.cs :

public class SpriteBase : UserControl
{
private double xSpeed;
private double ySpeed;
private double padat;
private double angle;
private int jalan;
......
}

When I run it, the error list is

Partial declarations of 'Skripsi.Games.Game3.Game3Part.Pelampung' must not specify different base classes

It's all error in another usercontrol.
AnswerRe: Partial Declaration must not specify different base classes [modified] Pin
#realJSOP10-Aug-10 5:51
mve#realJSOP10-Aug-10 5:51 
GeneralRe: Partial Declaration must not specify different base classes Pin
yuripon10-Aug-10 6:01
yuripon10-Aug-10 6:01 
GeneralRe: Partial Declaration must not specify different base classes Pin
#realJSOP10-Aug-10 8:23
mve#realJSOP10-Aug-10 8:23 
AnswerRe: Partial Declaration must not specify different base classes Pin
Ian Shlasko11-Aug-10 1:54
Ian Shlasko11-Aug-10 1:54 
QuestionExporting DataGrid To PDF in Silverlight Pin
Suman Gomedhikam10-Aug-10 2:08
Suman Gomedhikam10-Aug-10 2:08 
AnswerRe: Exporting DataGrid To PDF in Silverlight Pin
Abhinav S11-Aug-10 3:58
Abhinav S11-Aug-10 3:58 
QuestionWCF Service Communication Exception after Sometime Pin
vinodkrebc9-Aug-10 23:35
vinodkrebc9-Aug-10 23:35 
AnswerRe: WCF Service Communication Exception after Sometime Pin
Daniel Vaughan14-Aug-10 22:32
Daniel Vaughan14-Aug-10 22:32 
QuestionSQL DataBase display master detail relation Pin
nobodybodybody9-Aug-10 5:25
nobodybodybody9-Aug-10 5:25 
Question"Tagging" a WCF Client Pin
User 127829-Aug-10 2:18
User 127829-Aug-10 2:18 
AnswerRe: "Tagging" a WCF Client Pin
Abhinav S9-Aug-10 5:00
Abhinav S9-Aug-10 5:00 
GeneralRe: "Tagging" a WCF Client Pin
User 127829-Aug-10 9:57
User 127829-Aug-10 9:57 
AnswerRe: "Tagging" a WCF Client Pin
Abhinav S9-Aug-10 19:03
Abhinav S9-Aug-10 19:03 
GeneralRe: "Tagging" a WCF Client Pin
User 1278211-Aug-10 14:52
User 1278211-Aug-10 14:52 
GeneralRe: "Tagging" a WCF Client Pin
Abhinav S11-Aug-10 17:02
Abhinav S11-Aug-10 17:02 
QuestionWPF: Accessing a style of ResourceDictionary from inside of usercontrol Pin
Prasoon Chaudhary8-Aug-10 21:04
Prasoon Chaudhary8-Aug-10 21:04 
QuestionHow to get the physical path or fullpath of the file in silverlight? Pin
nitincn5-Aug-10 1:04
nitincn5-Aug-10 1:04 

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.