About 50 results
Open links in new tab
  1. Crystal Reports for Visual Studio 2010 Runtime Edition?

    Sep 9, 2011 · I have Visual Studio 2010 installed on a 64-bit OS with Crystal Reports for Visual Studio 2010 (obviously 64-bit edition as well). When I installed the runtime, their installation notes stated …

  2. not able to delete directory in vb.net

    Oct 7, 2021 · its giving me error directory is not empty how can i delete directory having files in it Wednesday, February 8, 2012 1:39 AM

  3. OffScrub_O16msi - Office Deployment

    May 18, 2017 · Since this forum is discussing and asking questions about the Visual Basic programming language, IDE, libraries, samples, and tools, and your issue is more related to VBScript.

  4. add assembly="log4net, Version=1.2.10.0, Culture=neutral ...

    c:\windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "x86" …

  5. Replace Excel Formula with Text Value using OLEDB

    Mar 4, 2010 · Cells with formulas are read-only and can't be changed through data access methods. You would have to remove the formula through Excel automation or the Excel application itself …

  6. Retrive current x,y location of mouse cursor (no access to form code)

    Jul 22, 2008 · To your scenario, you can create the following simple application and run it, you will be able to get current point coordinate wherever the Cursor points to. Please take it a try. Prerequisites: …

  7. Converting file data into byte Array and creating Bitmap Image from ...

    Mar 17, 2013 · i know how to convert file data into a byte [] array but i am not sure the which method is best for this, and using it i get actual data which i needed and how to create image from it.

  8. NullReferenceException when DataGridViewComboBoxCell is clicked

    Jan 23, 2012 · The cell is dynamically assigned as a ComboBox cell when the data (bound to a local DataTable) is re-initialized. I.e. the cell is set to a Combo box if the user is editing, otherwise it is just …

  9. Custom Navigation Buttons on a form - social.msdn.microsoft.com

    Jun 29, 2011 · Answers 0 Sign in to vote I got it working with the navigation buttons made with the Wizard and this code: Private Sub Form_Current () ' Provide a record counter for using with custom …

  10. Custom Editors VS2017 - social.msdn.microsoft.com

    Apr 21, 2017 · I'm trying to build a custom editor in Visual Studio Community 2017. I'm using C#. Despite not having any C# templates available for creating custom editors I've been trying to follow …