Click here to Skip to main content
15,899,679 members

Comments by orgilhp (Top 7 by date)

orgilhp 21-Jul-19 7:58am View    
I want to count my products in stock by android phone using its camera. but i don't want to use any specific android app. I just want to open chrome browser and load a webpage something like myProductCounter.com which is built to count products using phone's camera and read barcodes. barcodes are simple like 4031571036194
orgilhp 29-Mar-15 9:54am View    
I provided base64string for download. Can you check it whether it is possible to convert to image.
orgilhp 28-Mar-15 6:39am View    
at this line: pictureEdit1.Image = Image.FromStream(ms, true);
orgilhp 6-Aug-14 6:41am View    
#oz oz1 left join
#oz oz2 on
oz1.product_id = oz2.product_id and
oz1.[date] > oz2.[date]

this section is the main issue. i have created indexes on product_id and [date] fields. but there was no effect.
orgilhp 6-Aug-14 6:38am View    
it will show list of movements of products.