5
Answers

design help

hi everyone i am new to c# i just want some advice no code i want to do the code myself. i want to design a simple program that  displays stock that i have and if i book something out it must automaticly subtract it from the stock and display the selected stock on a page that i can print  and i must aLSO BE ABLE TO print the stock that is still left . i must also be able to add new stock items and qty's . Can someone please tell me whati need and how to do it any help will be appreciated

Answers (5)
0
Celldet

Celldet

NA 59 0 16y
I am sure my issue is taking the ASCII for the textbox string and sending to the created temp file as ascii.  What I need to do is interpret the string entered by the user in the textbox as individual hex characters  ie. 08 39 01 62 30 21 12 69 09 as individual bytes.  Then send the hex to the binary file as 9 byte file.  Then hash the temp file created via SHA1.

                                                                                                                                                                
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 16y
Can you more clarify your problem plz . i dont under stand what u exactly want to do .