I have a client/server app which I have been developing on a single PC. Now it needs two serial ports, so I borrowed a PC from a friend.
When I build my app and try to run or debug …
I'm new to Visual Studio 2010 and C#. How can I indent the selected text to left/right by using shortcuts?
In the Delphi IDE the equivalents are Ctrl+Shift+I and Ctrl+Shift+U
I'm trying to find a Delphi function that will split an input string into an array of strings based on a delimiter. I've found a lot on Google, but all seem to have their own issues and I haven't been …