Aug 2

Im very new to VB.. I just created a small 2 window wpf app. The first window has a start button. I was wandering how do I change from the main window (start button window) to the next window? it might sound like a noob question. but i really need help.

Thanks
~Ryan

Well you have a couple of methods.

1. Form2.Visible = True
2.
Dim myForm as New Form2
myForm.Visible = True

Jul 29

Im not sure what the newest version is but I want to know which one to install.
Thanks for any help!

Silverlight 4 is the latest version.
http://www.microsoft.com/silverlight/media/

Jul 25

I like to watch Netflix but the silverlight they give you is 32-bit but I have Windows 7 so 32 bit doesn’t work for me.

http://www.microsoft.com/silverlight

Jul 21

I want to study developing desktop applications. What should I study between WPF or Silverlight? Which do you prefer?

WPF since Silverlight is a subset of it and really designed for web development.

Jul 17

I am a rising junior in high school and would like to take a beginner’s computer programming course(I am not new to computers but I am new to computer programming). Is there a place that still has these courses open? I need it to start soon and finish near the end of August. THANKS!

Information is below.

Jul 17

This is for junior high… So far I’ve heard 30 ft but that seems a little far back.
So my question is in junior high volleyball, how far from the net do you have to serve?

…the out of bounds line of the volleyball court….so ya probably like 30ft. All the courts are the same…

Jul 17

How can i download online videos playing in microsoft silverlight?

Is there any tools, addons or software for downloading videos streaming in microsoft silverlight?+
thanks.

Nope. That’s why so many online video sites are switching over to it.

Jul 13

When a 100 gram mass is suspended from a vertical spring and it remains motionless, what is the net force on the mass in this equilibrium position?

F = ma

a = 0

F = 0

Jul 13

I was trying to get rid of any unnecessary programs I have and I happened to notice Microsoft Silverlight just sitting there.
Should I keep it or if it’s not useful is it okay to just uninstall it?
Thanks for whoever wants to answer my question!!

I hav used it ….it takes a lot of space and does not serve the purpose so that u may notice it…
go to add and remove and remove it ….
seeya

Jul 13

I made a WPF program, and I gave it to a friend that runs Windows XP but the program doesn’t really open. the area which the form is suppose to be at is just stuck!

Is it possible because I have a dragging function? (I read something with it and Windows XP but im not sure)

I’m not sure what more to say, please help.

Should run, Microsoft put a lot of effort into making WPF run on XP instead of Vista only (Win7 wasn’t out yet). See link.

Does your friend have the right version of .NET installed? Same version you compiled against? Needs to be at least 3.0 for WPF, right?

Do you have any hard code paths to operating system files or folders in your code? Things like Program Files or users or the desktop? Those things change between Windows versions.

If you have Win7, and you can install XP Mode, you could try running your program there. If it doesn’t work their either, the problem is likely with your code.

« Previous Entries Next Entries »