Question 3D in WPF

cristi2go

New member
Joined
Jul 3, 2008
Messages
1
Location
Romania
Programming Experience
1-3
Hello

I have a VB.Net project which is a WPF Windows App. I took the XAML code sample from the MSDN page 'Viewport3D class', and I wrote the VB.Net version of it. I placed the Viewport3D control by code, as in the C# sample located on the same webpage.

The compilation of the VB code had no errors. However, the control in question does not appear on the form, while the C# version worked just fine.

The question I have is: Is there something I could do to make the control visible or is it the 3D WPF feature which does not work for VB ?

If the code or the project are needed for this, please inform me.

The answer would be very helpful for me.

Thanks
 
Back
Top