|
Apr
26 |
|
asked | Windows 8 top left corner switch between desktop tasks |
|
Apr
12 |
|
awarded | Yearling |
|
Mar
14 |
|
awarded | Notable Question |
|
Mar
9 |
|
awarded | Constituent |
|
Mar
4 |
|
awarded | Caucus |
|
Mar
2 |
|
comment |
CD tray is stuck open Turns out the drive was failing to raise the transport, the belt between the motor and the tray mechanism was slipping. Took it to a computer repair shop, and they fixed that belt for around $3, and now it is working |
|
Feb
25 |
|
answered | How to compare a System.Drawing.Color and a System.Windows.Media.Color? |
|
Feb
20 |
|
awarded | Notable Question |
|
Feb
8 |
|
answered | When to use unsigned char pointer |
|
Feb
8 |
|
comment |
Faster algorithm to check the colors in a image You could try a hash table to increase the speed of adding/comparing colors. The set or unordered_set can help you here.
|
|
Feb
8 |
|
revised |
Unhandled exception - how to solve it, c++ Corrected spelling. |
|
Feb
7 |
|
comment |
How can I play multiple sounds at the same time using SharpDX in WinRT? Yes, that is what I did. However, I read somewhere that I should not destroy the SourceVoice after I used it, but reuse it, so that is what I did. To play a sound, I check for a voice that has the State.BuffersQueued property equal to 0, that voice is not playing anything. If I don't find any empty voice, I pick one of these, stop it from playing, and play the new sound.
|
|
Feb
7 |
|
accepted | How can I play multiple sounds at the same time using SharpDX in WinRT? |
|
Feb
3 |
|
accepted | Is it possible to share installed programs between Windows 7 and Windows 8? |
|
Feb
2 |
|
awarded | Popular Question |
|
Jan
29 |
|
awarded | Notable Question |
|
Jan
23 |
|
awarded | Notable Question |
|
Jan
13 |
|
comment |
How can I save a StorageFile to use later? No, the question was about accessing a file/folder picked using the file picker later (e.g. after application is closed). The path/uri of the file is not enough, you will get a permission denied error. |
|
Jan
7 |
|
revised |
TextBox resizes automatically when overflowed (in WPF) Reuploaded image using imgur (instead of dropbox). |
|
Jan
7 |
|
accepted | File IO in Windows 8 |