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

C#

 
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 
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 
.NET (including C#) really shines for business/data-centric applications, so it should work well. You'll love the data capabilities of .NET.


Hydra wrote:
1) be quick (dbase is soo slow at updating controls, navigating and scrolling through grids)

.NET has good data binding capabilities, and it's fast for this.


Hydra wrote:
2) need to be able to create and embed reports into the program (using a crystal reports viewer control?)

You would need a third-party reporting component, such as (as you mentioned) Crystal Reports. There are a couple of really good ones for .NET.

Hydra wrote:
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..)

Hmm... this one might be a problem. You might ask about this one on the C# forum. AFAIK .NET doesn't directly do text-only printing. But you can always use the Windows API printing functions if necessary, and it won't be any harder than using them from C++.


Hydra wrote:
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".

That shouldn't be hard.

Hydra wrote:
5) needs to be able to handle record locking properly (i'm guessing an sql server or access database will be ok with this..)

Yes. BTW, if you're dealing with a large DB, don't use Access - use SQL Server.


Hydra wrote:
6) needs a password control (yes, dbase was lacking one!)

.NET has one, and there's also a better one here on CP.


Hydra wrote:
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.

You're welcome to ask questions here on CP if you run into trouble. Smile | :)


Hydra wrote:
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?

C# is definitely suitable. As far as C# vs VB.NET, C# can do everything VB.NET can (except for optional parameters), plus some.


Hydra wrote:
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?

Judging by the amount of traffic in the forums, there are almost as many people doing C# as C++ (although not quite), and more people doing C# than VB. Anyway, there's bound to be plenty of people to answer your questions.





"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







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 
QuestionSetting focus on a control? Pin
mcgahanfl9-Sep-03 3:51
mcgahanfl9-Sep-03 3:51 
AnswerRe: Setting focus on a control? Pin
MeisterBiber9-Sep-03 4:12
MeisterBiber9-Sep-03 4:12 

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.