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...
  • May 25, 2022
  • 0 Comments
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 |...
  • May 24, 2022
  • 0 Comments
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...
  • May 10, 2022
  • 0 Comments