About 7,180 results
Open links in new tab
  1. Create Jpeg/Png file from BitmapImage in c#?

    Apr 9, 2014 · i Want to create a Jpeg/png file out of my Byte array. am getting byte array from service now i need to convert byte array to physical image and save it in app local folder. any suggestion …

  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 Framework that …

  3. How to Extract Paragraph from Pdf using Adobe Pdf Library in C#

    Nov 5, 2013 · What's a good method for extracting text from a PDF using C# or classic ASP (VBScript)? Hope this helps.

  4. How can I download a particular file from SharePoint document library ...

    Aug 16, 2019 · I have few file urls on different libraries or under different folder hierarchy on SharePoint site, and I need to download only those files (not other) like given below.

  5. Dashboard in asp.net c# - social.msdn.microsoft.com

    Oct 7, 2021 · It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications.

  6. 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.

  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, but I …

  8. How to create a link in C# webbrowser html editor?

    Nov 15, 2015 · Thanks for the help but the user need to select the text and then press the link. I would like to insert the text and the link:"What I need a is a function that receive the LinkURL and LinkName …

  9. DataGridViewLinkColumn in a C# Win Form - social.msdn.microsoft.com

    Dec 30, 2008 · I am having a little problem using a DataGridViewLinkColumn in a C# Win From. I am using a DataGridView control in which I am creating all the columns programmatically. What I am …

  10. C# Create a button with rounded corners

    Oct 21, 2013 · I think you've got the code to create a button with cornors. The most interest code should be the OnPaint event which enables you draw the button by yourself. If you have no idea how it …