About 50 results
Open links in new tab
  1. MSDN

    MSDN

  2. SQL Agent Service Account - social.msdn.microsoft.com

    I have no idea what to select for the agent service account all the others are pre selected as either SERVICE or NETWORK which would be best ?

  3. Cannot input text into combobox - social.msdn.microsoft.com

    Jun 27, 2017 · My combobox cannot accept input. Its function is to allow users to select a town/city. I would like the cities listed in the combobox and autocomplete as the user enters the city name.

  4. How to debug background worker class - social.msdn.microsoft.com

    May 13, 2010 · Im using the BackgroundWorker class to run some database updates in an updater we are using. However when I set a break point in visual studio I get problems. The breakpoint gets hit …

  5. Detect Encoding of byte array - social.msdn.microsoft.com

    May 23, 2012 · I am stuck in a very big issue of encoding detection.Is there any way to detect the encoding of a byte array because i have a colum in database which stiore xml as well as string data …

  6. wpf listview column colors - social.msdn.microsoft.com

    May 24, 2016 · The above sets the AlternationCount to 2. This means that each ListBoxItem in the above case but in your case the ListViewItem , will have an AlternationIndex starting at 0 and …

  7. Problem to login - social.msdn.microsoft.com

    Dec 29, 2014 · Msg 15138, Level 16, State 1, Line 3 The database principal owns a schema in the database, and cannot be dropped. Msg 15023, Level 16, State 1, Line 4 User, group, or role …

  8. Dynamic Menus and context menus - social.msdn.microsoft.com

    Jun 19, 2014 · I have a WPF application. In it I have multiple object types. I want to provide a consistent feel to the end user with my menus and context menus. For example. one of my object is a "Group" …

  9. How to select Distinct Nodes in an XMLDocument???

    Jun 21, 2006 · The above code is selecting just the Parent values. It doesn't select the Whole nodes. So it doesn't select the node Item. Rather it just creates a node list of Parent. I think this is what's …

  10. Find SQL Server Service Name - social.msdn.microsoft.com

    Sep 12, 2008 · I need to find the DisplayName of my SQL Server 2005 service in C#, how would I go about it. I could do a ServiceController.GetServices (), trawl through the list and get the sql server …