About 15,600 results
Open links in new tab
  1. C# Confirm Certificate selection of WebBrowser Winforms

    Jul 22, 2014 · Is there a way in Winforms to select the certificate and press OK from code?

  2. Making an Antivirus in C# - social.msdn.microsoft.com

    Jul 14, 2018 · I have a project of making antivirus software using C#. And the only condition kept is I have to use C# compulsorily. How can I make it. Is there any built in libraries in .NET …

  3. C# DLL System.EntryPointNotFoundException

    Jan 2, 2008 · Choose the c# dll that you made, or better yet, add the c# project to the soultion, by right clicking on on solution name, and choose existing project in the solution explorer pane. …

  4. NotifyServiceStatusChange not working in C# for Windows service ...

    May 25, 2010 · I am trying implement WLan Auto Config service status notification in C# application. Can you please send me some sample code on "NotifyServiceStatusChange" …

  5. Questions about using Active X controls in C#

    Apr 21, 2005 · 1) Do I have the right Window Handle in C#? 2) What is the thing corresponding to CCOMVariant in C#? Thanks a lot.

  6. How to convert PDF to TIFF through C#? - social.msdn.microsoft.com

    I am sending PDF as fax from my application.It works fine bt the only issue is, Adobe Acrobat's new instance gets opened automatically.The solutions I got is to fax TIFF files rather than …

  7. C# Desktop Application With Separate Independent Modules

    Apr 15, 2013 · These .APPs are complete modules doing specific functions. They are compiled separately but they run under MAINAPP.EXE as they are called. My question may be vague, …

  8. Allocate memory in a C++ dll, use in C# app

    Dec 6, 2009 · I could of course open the data, read the length, return it to my C# via a GetLength () function, then allocate the array in C#, then call the new foo (ref array).

  9. Arcade game in C# - social.msdn.microsoft.com

    Feb 23, 2013 · I'm a technology student, and, with some friends, have decided to make a game application for Windows 8. We want to make some sort of arcade game (like Doodle Jump or …

  10. Interop C++ --> COM --> C#

    Apr 24, 2011 · 2.1 C# arrays are by default transformed into SAFEARRAYs due to the fact that COM SAFEARRAYs and C# arrays are both self-descriptive : i.e. each intrinsically contain …