Question

  Asked: Jan 20 2006   7:03 PM GMT
  Asked by: mmm555


help in delphi


Delphi

hi all.
i am making a program in delphi and i have some questions:
1) does anyone knows any useful components other than TMS,LMD and raize ?
2) does anyone knows the code that accept barcode for stock stuff ?
3) does anyon eknows where i can find program and their codes so i can practise more ?
4) does anyone have an idea of how to make a program with delphi that works only on one computer to protect the rights of the programmer ?

thanks all.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



1) Too broad of question. What are you looking for? Raize and TMS are some of the best. DevExpress is one of the best as well. Depends on what sort of components you need.

2) Very easy, find a barcoder that returns ascii text. For example the Unitech USB Barcode Wand MS100U. It will read a barcode and print the barcode into any text field.

3) use google groups, all the code you want can be found there.

4) Depends how sophisticated you want. You can by a licensing component. If it is just short term you can tie it to the MAC id of your network card or something.

Use google and books as resources instead of trying to get others to do your work for you. ;)

-Markus
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Development.

Looking for relevant Development Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

dchristensen  |   Jan 21 2006  4:42PM GMT

1) I agree w/MarkusR on the first part, but I’ll add one of my favorite sources, Woll2Woll Software. Also don’t overlook the free component sets, Zeos, JEDI and others.

4)If you’re doing a one-time sale, those will work, but you also need to consider things like annual support where you will need to authenticate/reauthenticate. Also how to handle a customer who wants to move program from one PC to another.

Have fun!