|
-
April 10th, 2011, 09:49 PM
#1
How is IXRTextBlockPtr used?
I am working on a project that uses Expression Blend to produce a silverlight front-end. But the XAML code is used to custom generate C++ code for an Embedded project.
The automatically gernerated C++ code referrs to the TextBlock code (of the XAML file) in the header (.h) file like this:
IXRTextBlockPtr m_pFoo; // <TextBlock x:Name="Foo">
So how do I use this IXRTextBlockPtr pointer varable, m_pFoo, in the C++ code to assign a text string that will appear in the window?
-
October 2nd, 2011, 11:57 PM
#2
Re: How is IXRTextBlockPtr used?
For .net Questions and all it based questions this site is very useful http://www.interviewgeteasy.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|