Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: updating dataset through datagrid Pin
STW12-Sep-03 8:02
STW12-Sep-03 8:02 
QuestionHow to Scale down controls on a window Pin
sumeat9-Sep-03 10:04
sumeat9-Sep-03 10:04 
AnswerRe: How to Scale down controls on a window Pin
STW9-Sep-03 21:51
STW9-Sep-03 21:51 
GeneralLooking for a good book on C# Pin
Flack9-Sep-03 9:54
Flack9-Sep-03 9:54 
GeneralRe: Looking for a good book on C# Pin
gadgetfbi9-Sep-03 13:15
gadgetfbi9-Sep-03 13:15 
GeneralRe: Looking for a good book on C# Pin
David Stone9-Sep-03 13:44
sitebuilderDavid Stone9-Sep-03 13:44 
GeneralRe: Looking for a good book on C# Pin
Braulio Dez9-Sep-03 23:28
Braulio Dez9-Sep-03 23:28 
GeneralC# Suitable for my new app? please help! Pin
Hydra9-Sep-03 7:53
Hydra9-Sep-03 7:53 
Ok, so I had to write a program in DBase and boy does DBase suck. I just can't even begin to tell you. Anyway, I'm umming and arring about re-writing the whole app in C# and learning C# at the same time.

My app currently uses a bunch of dbase .dbf files (tables) stored on a server and accessed via a network drive from about 8 client machines, all of which are over 1ghz and have 256mb ram or more.

It's task is to manage the accounts and rent payment for a large market with a lot of traders.

It needs to be able to do the following:

1) be quick (dbase is soo slow at updating controls, navigating and scrolling through grids)
2) need to be able to create and embed reports into the program (using a crystal reports viewer control?)
3) needs to be able to print to a dot matrix printer to pre-printed tractor feed paper of a custom size (with was problematic in dbase to say the least..)
4) needs an incremental search (text box bound to a datagrid and a combo box (to select search field) e.g. you select "Name" in the combo box, then type id "Fr" in the text box and the grid then shows the first row in the table who's name starts with "Fr" e.g. "Freddie".
5) needs to be able to handle record locking properly (i'm guessing an sql server or access database will be ok with this..)
6) needs a password control (yes, dbase was lacking one!)
7) need to be able to offer hotkeys on a per form (not per-control) basis. e.g. F2 = New, F3 = Edit, F4 = Save, ESCAPE = Abandon edit.
8) need validated/formatted input (e.g text boxes for phone numbers, currency and dates)
9) reports need to be easy to create (dbase's report designer sucks!)

Those are the main things that I require, I'm just sick of maintaining and developing this horrible DBase code and want to move to something else ASAP, but don't want to spend alot of time writing the application and pulling my hair out over stupid bugs.

I have written lots of C++ code (see www.HydraIRC.com ...) so I don't think picking up the language will be difficult, i'm more concerned with the abve tasks and whether you guys thing C# is suitable, or if not, what about Visual Basic .NET?

Also of concern is the amount of help I can get from other codes should the need arrise, are there lots of C# developers now? or are there more VB.Net developers?

Any urls, commends and advice would be appreciated before I jump in head first.

Thanks!

GeneralRe: C# Suitable for my new app? please help! Pin
Mazdak9-Sep-03 9:10
Mazdak9-Sep-03 9:10 
GeneralRe: C# Suitable for my new app? please help! Pin
J. Dunlap9-Sep-03 9:49
J. Dunlap9-Sep-03 9:49 
GeneralRe: C# Suitable for my new app? please help! Pin
monrobot139-Sep-03 13:16
monrobot139-Sep-03 13:16 
GeneralRe: C# Suitable for my new app? please help! Pin
Hydra9-Sep-03 22:15
Hydra9-Sep-03 22:15 
GeneralRunning Windows App over network Pin
Anonymous9-Sep-03 7:01
Anonymous9-Sep-03 7:01 
GeneralRe: Running Windows App over network Pin
joan_fl9-Sep-03 10:28
joan_fl9-Sep-03 10:28 
GeneralRe: Running Windows App over network Pin
Tatham10-Sep-03 6:54
Tatham10-Sep-03 6:54 
Questionwhat's the difference between Byte and byte? Pin
SHenin9-Sep-03 5:45
SHenin9-Sep-03 5:45 
AnswerRe: what's the difference between Byte and byte? Pin
Alvaro Mendez9-Sep-03 6:24
Alvaro Mendez9-Sep-03 6:24 
AnswerRe: what's the difference between Byte and byte? Pin
leppie9-Sep-03 7:06
leppie9-Sep-03 7:06 
GeneralRe: what's the difference between Byte and byte? Pin
David Stone9-Sep-03 8:09
sitebuilderDavid Stone9-Sep-03 8:09 
GeneralWindowsControl Background Pin
Mazdak9-Sep-03 5:14
Mazdak9-Sep-03 5:14 
GeneralRe: WindowsControl Background Pin
sumeat9-Sep-03 10:14
sumeat9-Sep-03 10:14 
GeneralRe: WindowsControl Background Pin
Mazdak9-Sep-03 21:53
Mazdak9-Sep-03 21:53 
QuestionUsing postmessage to interoperate? Pin
mcgahanfl9-Sep-03 5:02
mcgahanfl9-Sep-03 5:02 
AnswerRe: Using postmessage to interoperate? Pin
Julian Bucknall [MSFT]9-Sep-03 6:30
Julian Bucknall [MSFT]9-Sep-03 6:30 
GeneralRe: Using postmessage to interoperate? Pin
mcgahanfl9-Sep-03 6:58
mcgahanfl9-Sep-03 6:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.