Thanks !
I can understand that they didn't put Media Center in Windows 8 by default. But they should at least put the drivers so that we can watch wtv files without add-ons. Is there a licence that Microsft has to pay for that format?
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Thanks !
I can understand that they didn't put Media Center in Windows 8 by default. But they should at least put the drivers so that we can watch wtv files without add-ons. Is there a licence that Microsft has to pay for that format?
How can I play wtv files on Windows 8? In Windows Media Player only the sound is playing.
Thanks.
That's what I was affraid of. But I've reinstalled Windows 7, and every things is good. No noise of any kind. I have read some info, and it seem that I should put it in hibernation insted of sleep. But I have not found yet where I can change the settings.
So for now on Windows 8 I just turn it off insted of letting him go to sleep.
I have installed Windows 8 on my Dell Vostro 430. When resuming from sleep, the HDD make some strange noise. It look like is trying to spin, turn off, and turn back on again. Never done that on Windows 7.
Any idea?
Do you have any ideas why the pixels in a bmp file are stored upside-down ?
@magicalclick:what is the name of the theme ? I do have the Bing tab, this is just a screenshot that I have found on the Internet.
If I remember correctly, I have the Xbox 360 theme, the night theme and an Halo 3 theme.
Is there a function in native c++ that do the same as Environment.SetEnvironmentVariable in c# ?
Is the Microsoft Visual Studio C++ 2008 Redistribuable - x86 9.0.30729.5570 available for download ? I want to distribute it with my application.
Is it possible in c# to transform an array to a matrix with a minimal impact on memory ? Because the array can ben very big.
For exemple:
int[] a = new int[100]; int[,] m = a.ToMatrix(10, 10);