473,544 Members | 2,345 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XAML / WPF / Silverlight Forum

XAML/Silverlight/WPF
0
2,624
thread by: cristi2go | last post Jul 4 '08 by: cristi2go
Hello I have a VB.Net project which is a WPF Windows App, on a PC with WinXP installed. I took the XAML code sample from the MSDN page 'Viewport3D class', and I wrote the VB.Net version of that code. I placed the Viewport3D control by code, just as in the C# sample located on that same webpage. The compilation of the VB code had no errors....
3
3,853
thread by: vpascuzzi | last post Oct 16 '07 by: vpascuzzi
Hi, I am currently working on a small Silverlight application, but cannot find out what is wrong in my HTML. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
1
2,671
thread by: LadyJ | last post Sep 22 '07 by: Shashi Sadasivan
Im coding in VB.NET and XAML for a project.. stupid problem creeping in is that when i check my combo box to see if there is anything in it so i can display appropriate image it does not work... If CmboDJList.HasItems Then .... OR If Not CmboDJList.HasItems Then ....
0
2,086
thread by: LadyJ | last post Sep 21 '07 by: LadyJ
Im coding in VB.NET and XAML for a project and have a problem creeping in is that when i check my combo box to see if there is anything in it so i can display appropriate image it does not work. If CmboDJList.HasItems Then .... OR If Not CmboDJList.HasItems Then .... Comes up with the same answer... it says YES... no matter...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.