About 10,700 results
Open links in new tab
  1. .NET CF how to convert DDB to DIB - social.msdn.microsoft.com

    Sep 29, 2010 · Hello, in windows ce 6.0 .NET CF 3.5 C# my casio sdk library returns DDB (I guess so). To create bitmap from byte array "buffer" I use CreateBitmap: [DllImport …

  2. How to read BMP file to memory array and delete it after reading

    Mar 14, 2011 · hello, I have MS VS2008-CLI/C++ .NET, I need to read BMP file to memory and delete it as soon as reading is finished and add it to PictureBox by this->pictureBox1->Image = …

  3. Reading database information into a table or array in visual basic

    Jan 10, 2008 · In my VB application, I do NOT want to display the data to the user. Instead, I need to read the data from the database into an internal table or array in the application and process …

  4. Activator.CreateInstance behaves a bit differently from the …

    Dec 18, 2010 · Hallo, it seems that Activator.CreateInstance (type, object []) behaves a bit differently from calling the constructors directly with the same args.

  5. Web service that return an "array of object"

    Oct 7, 2021 · here is an example of a method that returns an array of objects (actually, generic list of objects). You can always convert a generic list to an array with the ToArray () method.

  6. How to convert Byte array into PDF using C#.Net

    Sep 13, 2012 · Question 0 Sign in to vote Hi, I need to convert the byte array into PDF using C#.net

  7. AppSettings.json array into Azure App Service Application Settings

    Sep 28, 2017 · The colon syntax is something that .NET Core interprets, but at the API level, they are always straight name / value pairs. So if your question is about how to author the ARM …

  8. Error in StructureToPtr - social.msdn.microsoft.com

    Mar 11, 2008 · You have not allocated the array within your structure prior to trying to marshal it. You must explicitly initialize the array to the size specified by SizeConst in order for the …

  9. How to search and compare the two arraylist values in C#.Net

    Oct 18, 2012 · For Example: array1 my parent list. In that list values first I will take value "C#" and I need search in that "C#" value array2.

  10. How to pass an array as an optional argument

    Nov 17, 2005 · You can't initialize a multi-dimensional array inline with the function/sub declaration as it needs to be a constant expression, instead try something like the following: