About 7,700 results
Open links in new tab
  1. How to enable and disable start up programs using C#

    Feb 26, 2014 · Define a class to store the information from registrykey: public class StartUpProgram { public string Name { get; set; } public string Path { get; set; } //show name in checkboxitem public …

  2. How to convert VB.net code to C# - social.msdn.microsoft.com

    Oct 7, 2021 · I have some vb.net code that I want to convert to C# and I needed some assistance in trying to do this. I don't have very much experience with C# unless it is already in C# but converting …

  3. C# Problem installing printer using rundll32 printui.dll,PrintUIEntry

    Apr 8, 2012 · Question 0 Sign in to vote Hi, I'm trying to install a printer automatically through C# using rundll32.exe but I have some problems,

  4. run script C# when unload page. - social.msdn.microsoft.com

    Oct 7, 2021 · Even you may write the javascript code in the code behind itself using a StringBuilder class in the form of a string and call the same string in the code behind using the RegisterStartupScript...

  5. How to store list using Settings Designer (in 2.0)?

    Aug 11, 2005 · Using the Settings Designer I can easily store individual items (string, int, double, etc...), but how do I store a list of items. I used the Browse... selection to set the Type to ArrayList, but I …

  6. [UWP] Unhandled XAML UI exception/Parameter is incorrect with …

    Jan 13, 2016 · The weird part is that it did work at one point, which has made this all really weird. I do have other machines which I have deployed it to and they run into the same problem (I have a 2nd …

  7. Error while connecting with SQL Server named instance from C# .Net

    Apr 10, 2017 · This may sound trival, but is your connection string in the .config file, or is it written as a string in your source code? If it is a string, make sure that you escape the backslash that separates …

  8. VB Module1.bas to C# - social.msdn.microsoft.com

    Jan 17, 2013 · You can create VB.NET dll and direct reference by C# with no issue.

  9. Excel cell value stored as a c# object - social.msdn.microsoft.com

    Oct 25, 2017 · According to your description, your question is more like "how to convert string/variable to C# object". This is C# fundamental issue instead of development issues using Office object model, …

  10. Does C# and JAVA functions internally calls win32 API

    Dec 5, 2016 · The win32 api functions in turn call functions from ntdll.dll to talk with OS.