About 50 results
Open links in new tab
  1. MSDN

    MSDN

  2. iterating through items of a combobox - social.msdn.microsoft.com

    Mar 11, 2010 · i have some text items in a combox. how can iterate through them using foreach loop and display them using messagebox.

  3. Windows File Creation Events??? - social.msdn.microsoft.com

    Jul 23, 2007 · Is there anyway to register an event for file creation in a specific folder? Have an application automatically run when a file is created in a directory as opposed to monitor the directory …

  4. 100% CPU USAGE Problem - social.msdn.microsoft.com

    Dec 4, 2011 · 100%cpuusageguysI have a problemI created anapplication thatusessockets,(system.net.tcpclient).The serverlistens andthe client connects.When theclient …

  5. Summing Time in Excess of 24 hours in Microsoft Access 2003

    Feb 14, 2008 · I want to sum a list of time entries that are in military format. Ex: 13:23:22 . But if the total is equal to or greater than 24:00:00 then the time rolls over to a new day. Ex: If total equals 25:00:25 …

  6. MS SQL Server Obfuscation - social.msdn.microsoft.com

    May 28, 2014 · Does MS SQL Server provide an obfuscation tool whereby the actual data is obfuscated when copied to lower environments, such as Test, Training and Pre-Prod environments? I need to …

  7. Index and length must refer to a location within the string. Parameter ...

    Sep 26, 2005 · User217889999 posted Probably because you are trying to extract a substring from an empty string. Try to check the length first: string strPrice = T10.Text.Trim (); int lenPrice = …

  8. MS Access Continuous Form Conditional Format Detail Section Back …

    I would like to change the Back Color of the detail section of the sub form depending on if one of the records fields has a value or not.

  9. .net core secure webAPI intranet hosting

    Jan 30, 2020 · What are the steps I need to do or need to ask to IT team about SSL for the API? Should buy Test and Prod domain names and certificates both? well if it is intranet can we avoid that? Is …

  10. Missing ContentFilesProjectOutputGroupDependencies?

    Feb 4, 2014 · I know I can get MyDll.txt by adding "..\MyDll\MyDll.csproj" to the Projects attribute in my MSBuild element but I want to avoid that. Am I missing a magic trick to make this work? Or is it a bug …