Click here to Skip to main content
15,896,318 members

Comments by Fox536 (Top 18 by date)

Fox536 20-Feb-12 23:08pm View    
The end of the music, and or movie file should make it go back to the default state of unchecked, until the user presses it again.
Fox536 19-Feb-12 15:33pm View    
Hmmm, I didn't see a toggle button earlier, but I'll have a look again see if I can find it. Can you change the State using C# Code as well?
Fox536 25-Nov-11 23:26pm View    
Is there not a built-in reader in .Net v4? I'm trying to avoid including a whole dll, I just figured that there was a .Net v4 library?
Fox536 16-Nov-11 18:57pm View    
Well I dove into it, and besides hating the way they set it up with xml, it's definitely interesting. Some things that are a 30 second code in winforms are 2 hour projects, while somethings that take hours in winforms are as simple as setting a property, man if they could just learn to combined them, and take out the xml/Add a designer that outputted C# code for windows instead of xml, and make wpf a little more self explanatory, It'd be awesome. But until then I suppose we'll still just keep jumping through hoops, no matter what project type we use lol.
Fox536 15-Nov-11 1:18am View    
Have any tuts to view on WPF and how hard is it to convert a winform project to WPF?