Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
GeneralRe: Searching the inbetweens? Pin
sph3rex13-Nov-08 22:51
sph3rex13-Nov-08 22:51 
Questionreading bits from a file and manipulate them Pin
arturw8213-Nov-08 6:51
arturw8213-Nov-08 6:51 
AnswerRe: reading bits from a file and manipulate them Pin
Mbah Dhaim13-Nov-08 7:16
Mbah Dhaim13-Nov-08 7:16 
GeneralRe: reading bits from a file and manipulate them Pin
arturw8213-Nov-08 10:18
arturw8213-Nov-08 10:18 
AnswerRe: reading bits from a file and manipulate them Pin
Pr@teek B@h!13-Nov-08 8:07
Pr@teek B@h!13-Nov-08 8:07 
GeneralRe: reading bits from a file and manipulate them Pin
arturw8213-Nov-08 10:52
arturw8213-Nov-08 10:52 
GeneralRe: reading bits from a file and manipulate them Pin
Pr@teek B@h!14-Nov-08 2:56
Pr@teek B@h!14-Nov-08 2:56 
QuestionApplication architecture Pin
DaveKub13-Nov-08 5:17
DaveKub13-Nov-08 5:17 
Hello! I'm new to C# and .NET. Most of the developement I've done lately is in PL/SQL and/or Perl, so C# is "a bit" of a change for me. I've got an architecture question first which I'm sure will lead to more questions. Smile | :)

I work for a company that has hundreds of remote devices around the country. I need to write an app that, in a nutshell, reads the details of these devices from a database, contacts them via a phone call using a modem pool, downloads a data file, then updates certain fields in the database.

I'd like opinions on whether this is a good way to do it or not:

I'm thinking of writing two separate apps that communicate via remoting. One app (the client) would be the one that 'talks' to the database. It periodically reads the database to see which devices need to be contacted. It would be multi-threaded so it can initiate multiple contacts at once.

The second app (the server) would be responsible for controlling the modem pool (up to 20 modems/phone lines). It would take a request from the client, contact the device, and get the data file, then respond back to the client with the status of the call (sucess or failed and why failed).

Does this sound like a good way to proceed? Any hidden 'gotchas' I should know about? Threading, remoting, dialing a modem, etc, is all new to me so this should be..... 'interesting'. Wink | ;)

- Dave -
QuestionGet all names of objects (controls) in a form Pin
Kurt13-Nov-08 5:01
Kurt13-Nov-08 5:01 
AnswerRe: Get all names of objects (controls) in a form Pin
Giorgi Dalakishvili13-Nov-08 5:20
mentorGiorgi Dalakishvili13-Nov-08 5:20 
AnswerRe: Get all names of objects (controls) in a form Pin
Ben Fair13-Nov-08 6:22
Ben Fair13-Nov-08 6:22 
GeneralRe: Get all names of objects (controls) in a form Pin
Kurt13-Nov-08 21:03
Kurt13-Nov-08 21:03 
Questionconverting GSM 6.10 to PCM in c# Pin
f4hd13-Nov-08 4:34
f4hd13-Nov-08 4:34 
AnswerRe: converting GSM 6.10 to PCM in c# Pin
DaveyM6913-Nov-08 5:01
professionalDaveyM6913-Nov-08 5:01 
GeneralRe: converting GSM 6.10 to PCM in c# Pin
f4hd13-Nov-08 5:49
f4hd13-Nov-08 5:49 
GeneralRe: converting GSM 6.10 to PCM in c# Pin
DaveyM6913-Nov-08 15:57
professionalDaveyM6913-Nov-08 15:57 
QuestionException on workflow thread Pin
to_samGmbH13-Nov-08 4:22
to_samGmbH13-Nov-08 4:22 
Questionsetting parameter value to com visible assembly from javascript Pin
superlizo13-Nov-08 3:39
superlizo13-Nov-08 3:39 
QuestionCannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 2:42
Jason_Shen13-Nov-08 2:42 
AnswerRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Giorgi Dalakishvili13-Nov-08 2:55
mentorGiorgi Dalakishvili13-Nov-08 2:55 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 5:43
Jason_Shen13-Nov-08 5:43 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Giorgi Dalakishvili13-Nov-08 5:52
mentorGiorgi Dalakishvili13-Nov-08 5:52 
AnswerRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Dave Kreskowiak13-Nov-08 5:07
mveDave Kreskowiak13-Nov-08 5:07 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 5:41
Jason_Shen13-Nov-08 5:41 
QuestionHow to set the background color of the Scrollbar of DataGridView with C# in the WinForm Pin
mctramp16813-Nov-08 0:49
mctramp16813-Nov-08 0:49 

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.