Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
AnswerRe: wpf Pin
Not Active31-Jan-10 13:20
mentorNot Active31-Jan-10 13:20 
AnswerRe: wpf Pin
Pete O'Hanlon31-Jan-10 22:27
mvePete O'Hanlon31-Jan-10 22:27 
Questionproblem by local ip Pin
mehrdad33331-Jan-10 12:41
mehrdad33331-Jan-10 12:41 
AnswerMessage Closed Pin
31-Jan-10 21:36
stancrm31-Jan-10 21:36 
GeneralRe: problem by local ip Pin
mehrdad3331-Feb-10 6:55
mehrdad3331-Feb-10 6:55 
QuestionWPF Interoperability problem Pin
newstargate31-Jan-10 12:22
newstargate31-Jan-10 12:22 
AnswerRe: WPF Interoperability problem Pin
Not Active31-Jan-10 13:22
mentorNot Active31-Jan-10 13:22 
AnswerRe: WPF Interoperability problem Pin
Pete O'Hanlon31-Jan-10 23:04
mvePete O'Hanlon31-Jan-10 23:04 
In order to host WPF in Win Forms, you need to add an ElementHost to your form, e.g.
ElementHost host = new ElementHost();
host.Dock = DockStyle.Fill;
host.Child = myWpfControl;
Obviously, you'd have to have instantiated myWpfControl before you add it to the host, but this is the general flow.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



Questionnetwork programming Pin
hotthoughtguy31-Jan-10 9:18
hotthoughtguy31-Jan-10 9:18 
AnswerRe: network programming Pin
Abhinav S31-Jan-10 10:07
Abhinav S31-Jan-10 10:07 
AnswerRe: network programming Pin
mehrdad33331-Jan-10 12:48
mehrdad33331-Jan-10 12:48 
AnswerRe: network programming Pin
Rod Kemp31-Jan-10 19:10
Rod Kemp31-Jan-10 19:10 
QuestionHow do delegates work? Pin
Neo1010131-Jan-10 9:12
Neo1010131-Jan-10 9:12 
AnswerRe: How do delegates work? Pin
Abhishek Sur31-Jan-10 9:55
professionalAbhishek Sur31-Jan-10 9:55 
GeneralRe: How do delegates work? Pin
Neo1010131-Jan-10 10:12
Neo1010131-Jan-10 10:12 
AnswerRe: How do delegates work? Pin
PIEBALDconsult31-Jan-10 15:25
mvePIEBALDconsult31-Jan-10 15:25 
Question"BindingSource.ResetBindings" is not working Pin
Said Ali Jalali31-Jan-10 7:07
Said Ali Jalali31-Jan-10 7:07 
QuestionGet visible part from a Form / Control Pin
shantz31-Jan-10 6:27
shantz31-Jan-10 6:27 
AnswerRe: Get visible part from a Form / Control Pin
OriginalGriff31-Jan-10 10:22
mveOriginalGriff31-Jan-10 10:22 
AnswerRe: Get visible part from a Form / Control Pin
Luc Pattyn31-Jan-10 14:33
sitebuilderLuc Pattyn31-Jan-10 14:33 
QuestionAccessing data without using database (.Net 2005). Pin
priyamtheone31-Jan-10 5:39
priyamtheone31-Jan-10 5:39 
AnswerRe: Accessing data without using database (.Net 2005). Pin
Not Active31-Jan-10 5:43
mentorNot Active31-Jan-10 5:43 
GeneralRe: Accessing data without using database (.Net 2005). Pin
priyamtheone31-Jan-10 6:15
priyamtheone31-Jan-10 6:15 
GeneralRe: Accessing data without using database (.Net 2005). Pin
Not Active31-Jan-10 6:34
mentorNot Active31-Jan-10 6:34 
GeneralRe: Accessing data without using database (.Net 2005). Pin
Saksida Bojan31-Jan-10 7:37
Saksida Bojan31-Jan-10 7:37 

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.