About 1,820 results
Open links in new tab
  1. check digit calculation - social.msdn.microsoft.com

    Nov 21, 2007 · Its for a scanner that verifys that it read the line correctly. The line is on a reply device so more a mail reader than banking function but I could see how a check reader would …

  2. Save bitmap in NVRAM of PosPrinter - social.msdn.microsoft.com

    Sep 28, 2009 · Not all receipt printers (at least in the past) had NVRAM, and the UPOS standard on which Pos .Net is based and that dictates how things work wanted to operate correctly on …

  3. RFID Device - social.msdn.microsoft.com

    Dec 18, 2009 · The sample barcode service object distributed with the Pos .Net SDK works with most scanners, but not all, and not all barcode types. People use it as a 'generic' service …

  4. Can someone explan this trigger code - social.msdn.microsoft.com

    Nov 21, 2019 · WHERE c.veh_trip_id IS NOT NULL AND c.start_time <= CONVERT (datetime2 (0),a.pos_time) AND CONVERT (datetime2 (0),a.pos_time) <= c.end_time AND e.status = 'A';

  5. TextBox.GetRectFromCharacterIndex howto get the width and …

    May 5, 2009 · What I try is, drawing a textbox with some text and MaxWidth set to 200px, then drawing another textbox under the first one. I need the size of the first textbox for not …

  6. RichTextBox : Text color - social.msdn.microsoft.com

    Aug 19, 2012 · i have a richtextbox in which im displaying some messages, i want to change the color of some text . is there any way to that ?

  7. Cannot reference a type though an expression?

    Sep 6, 2011 · Question 0 Sign in to vote The problem, is in the title, I wanted to make a class in my weapon class, that handled collision, for the case of making things simple, however, I have …

  8. Input string was not in a correct format C#

    Jan 9, 2012 · So what is the exact meaning of the string? Is my interpretation correct? But be carefull! The "," also has a meaning with numbers which can differ between locals. So some …

  9. How can I extract the hex values from the text file using SQL Server?

    Jul 3, 2012 · I wrote the procedure to give the inputs (hex value - 068F 015A 0000 01A7 69 019A 6B 00F1 6A) manually, but I need to pass in a filename as input. From that file I have to …

  10. Create a table in SQL with datatype equivalent to LongBlob

    May 19, 2014 · Here is the original table I have that has 500Mb in pictures, in the sample there is only 1 picture: CREATE TABLE IF NOT EXISTS `inmuebles_fotos` ( `ci_inm` int (10) unsigned …