Invoice Form

  • Thread starter Thread starter Ahmd
  • Start date Start date
A

Ahmd

Pls Help
I want to create a Invoice form using vb.net

pls tell which control i should use.

I want item list also in in the invoice form

thank you in advance
 
You are going to need to use a few controls to build up the form you need. If
you are talking about displaying an invoice from data in a database then you
could use SQL Reporting built into Winforms 2.

You would need to decide an appropriate layout based on your requirements.
there is no way to help you based on your question
 
You are going to need to use a few controls to build up the form you need. If
you are talking about displaying an invoice from data in a database then you
could use SQL Reporting built into Winforms 2.

You would need to decide an appropriate layout based on your requirements.
there is no way to help you based on your question

--
Ciaran O''Donnellhttp://wannabedeveloper.spaces.live.com








- Show quoted text -

I want to enter information like .. Itemcode,itemname,qty,Total in
datagridview. in this itemcode should be able to select from the
list( i means item list) and them save to database
 
Back
Top