Hello,
I'm getting mad...
I'm making winform project (C#). the project is remaking old one whichmade with VB.
so, I'm almost done that project but 3 kinds problem annoying me.
please save my life...
first one, I need to know how control dot matrix prnter.
scenario : click button -> automatically print the data from database
ourold version(VB) is make .dat file -> call system command like this
"ProcessStartInfo("cmd.exe", "/C " + "copy c:\\page.dat LPT1:")
I tried to follow that kind way but it was difficult to make printable format file...
does anyone know how to handle dot matrix printer?
second one,
our old version used the spreadsheet with mask textbox, nullable datetimepicker, combobox is able to autocomplete and several editor.
so, i bought some component but it did not provide serveral editor and function also it was too complicate to use.
do you guys know some smart datagrid or spreadsheet for C# winform which is to handle easilly?
last one,
I need to know how to make iif file for Quickbook.
Ofcause, it also make automatically like this
click button -> make .IIF file ( i can get data from database)
Please help me...
Thank you.
God blessing you!