When connecting to a network share for which the current user (in my case, a network enabled service user) has no rights, name and password have to be provided....
What would be the best way to write Objective-C on the Windows platform? Cygwin and gcc? Is there a way I can somehow integrate this into Visual Studio? Along...
How can I bring my WPF application to the front of the desktop? So far I’ve tried: SwitchToThisWindow(new WindowInteropHelper(Application.Current.MainWindow).Handle, true); SetWindowPos(new WindowInteropHelper(Application.Current.MainWindow).Handle, IntPtr.Zero, 0, 0, 0, 0, SWP_NOMOVE |...
In VS .NET, when you are selecting a folder for a project, a dialog that looks like an OpenFileDialog or SaveFileDialog is displayed, but is set up to accept...
How exactly do DLL files work? There seems to be an awful lot of them, but I don’t know what they are or how they work. So, what’s the...
A friend of mine downloaded some malware from Facebook, and I’m curious to see what it does without infecting myself. I know that you can’t really decompile an .exe,...
I seem to be completely unable to install the Windows 7 SDK onto my machine, and the only solution I’ve found on the web is to make a swathe...