CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ahmed.barbary

Search: Search took 0.03 seconds.

  1. when generate 10000 matrix bar code it take too much time How to make generating take

    Problem

    When generating matrix 2d bar code it take per 10000 files matrix bar code generating it take 1 minute
    so that how to generating matrix bar code 2d in less time as seconds .
    my code as...
  2. How to make automatic browsing to images from database ?

    I work in MVC 5 c# in visual studio 2015 web applications

    I have table pictures in SQL server 2012 have two fields

    ID

    Image

    ID have number of image inserted like 1,2,3,4,5
  3. How To Display Image From Access Database 2007 Although All Data Display in rdlc

    I have problem in display image from access 2007 database to rdlc

    i work in c# vs2015

    Actually i need to display image from database to more records from access 2007

    but i cannot

    in rdlc...
  4. when split msg variable to more lines it not give me values in lines?

    Problem

    When split msg variable to more lines it not give me values in lines ?
    msg variable in debug give me text scanning bellow

    Details

    i work in windows form c# vs 2015

    i using bar...
  5. How to split data to text boxes when read qr code data ?

    How to split data to text boxes when read qr code data ?

    I work in windows form application c# visual studio 2015

    This windows form read data by qr reader device and get it as this formate
    ...
  6. how to save image using memory stream and not use savefiledialog

    How to replace save file dialog by using memory stream ?

    I generate qr code for name and country and member

    qr code generated without any problem

    but i need to use memory stream and not use...
  7. how to save image using memory stream and not use savefiledialog

    I generate qr code for name and country and member

    qr code generated without any problem

    but i need to use memory stream and not use save file dialog

    my code as below

    using...
  8. How to pass qr image from picture box to RDLC report

    I work in c# windows form in visual studio 2015 but i face problem how to pass picture box qr image to report RDLC directly without using database or sql meaning i need to show qr code image in...
  9. How to pass values of textbox and combo box to report viewer directly without databas

    I work in visual studio 2015 windows form .

    I have textbox for name and combobox for country and button and report viewer control

    I need when click button get value from text box name and...
  10. how to generate qr code for my personal image

    I have personal image is 24 * 24 pixel i need to generate qr code for my personal image .

    i work in windows form c# 2015 windows form .

    i need to generate qr code for image .

    so that how to...
  11. Re: How to convert image to binary and get result in text box

    Can you show me how to do that
  12. Re: How to convert image to binary and get result in text box

    yes
  13. How to convert image to binary and get result in text box

    I need to convert image to binary and get result in text box .

    Image found in path D:/person.jpg

    i using the following function :




    public static byte[] ImageToBinary(string _path)
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured