Visual SourceSafe 2005 - Sharing and Branching Rodney’s Walk-through: Create a VSS Database Menu -> Open SourceSafe Database Observe list of databases previously opened Click add Button; observe Wizard “Create a New DB” Browse to a folder location Choose a DB name Pick Copy-Modify-Merge Model Finish wizard. In Windows Explorer, observe new folders & files: Open your new database. Create a “Test Source Project To Be Branched” in VSS. In VSS, right-click a node, (perhaps the $\ root node) under ......
Calling Win32 DLLs in C# with P/Invoke http://msdn.microsoft.com/m... Now let's look at the direction in which string information is being passed between your code and the unmanaged function. There are two ways that you can know which direction the information is being passed in when working with strings. The first and most reliable method is to understand the purpose of the parameter in the first place. For example, if you are calling a parameter with a name like CreateMutex ......
How to Make Your Web Site Sing for You Original NYTimes Article http://www.nytimes.com/2006... THE idea that if you build it, they will come, might have worked for Kevin Costner in the movie “Field of Dreams,” but it certainly does not hold true for Web sites. Skip to next paragraph Enlarge This Image T. WalentaBuild a bad-looking small-business site filled with poorly written text, and your potential customers will go away. Build one that is attractive, compelling ......
C# wait for n seconds
5 seconds:
System.Threading.Thread.Sleep(5000);
Deploying a WinForms/Console Application Original Article : http://msdn2.microsoft.com/... On the Build menu, choose Rebuild all Projects, to make sure that the client application for the M To create a deployment project 1. On the File menu, point to Add, and then click New Project. 2. In the Add New Project dialog box, in the Project Types pane, open the Other Project Types node, click Setup and Deployment Projects, then click Setup Project in the Templates pane. In the Name ......