Click here to Skip to main content
15,905,008 members
Home / Discussions / C#
   

C#

 
QuestionBinary Serialization & Webserver Pin
Gilad Kapelushnik27-Oct-05 5:45
Gilad Kapelushnik27-Oct-05 5:45 
QuestionInstaller for C# app Pin
Xiangyang Liu 刘向阳27-Oct-05 5:40
Xiangyang Liu 刘向阳27-Oct-05 5:40 
AnswerRe: Installer for C# app Pin
Joshua Quick27-Oct-05 7:17
Joshua Quick27-Oct-05 7:17 
GeneralRe: Installer for C# app Pin
Xiangyang Liu 刘向阳27-Oct-05 8:12
Xiangyang Liu 刘向阳27-Oct-05 8:12 
GeneralRe: Installer for C# app Pin
Xiangyang Liu 刘向阳27-Oct-05 10:32
Xiangyang Liu 刘向阳27-Oct-05 10:32 
GeneralRe: Installer for C# app Pin
Joshua Quick27-Oct-05 10:51
Joshua Quick27-Oct-05 10:51 
GeneralRe: Installer for C# app Pin
Dave Kreskowiak27-Oct-05 14:25
mveDave Kreskowiak27-Oct-05 14:25 
QuestionC# Best approach to a windows form application Pin
spookas27-Oct-05 5:09
spookas27-Oct-05 5:09 
Hi all,

I'm design a windows forms application and i'm having some problems structuring it. The application itself will block a computer until a person gives a username and a password, after that it hides itself and keeps a small icon on taskbar. Lots of things will be happening meanwhile, syncs and comms with server, forms popping-up, and timers firing. My question is, what of the following approaches is the best one:

1. A console application looping forever (how to loop forever? System.Threading.Timeout.Infinite is a good choice?), which launches a splash screen on start, and then launches all other windows as needed, and keeps a child thread for server lookup (for server-client clock syncs, pings for new relevent items on server, etc). Note that the application requires timers which would probably need to be in class hosting static main().

2. A windows forms application, being the main form the one who blocks the computer, this will be the one that when minimized keeps the icon on taskbar. All other forms will be controled by this form (note the main form will be minimized most of the time)

3. The splash screen itself will be the main form, which appears only on start and then hides itself controlling all the processes and forms of the application.

Thanks to all of you
Best regards
João Vilela


jpmv
QuestionAssembly not found in release mode Pin
cppdotnet27-Oct-05 4:51
cppdotnet27-Oct-05 4:51 
AnswerRe: Assembly not found in release mode Pin
Matt Newman27-Oct-05 5:01
Matt Newman27-Oct-05 5:01 
AnswerRe: Assembly not found in release mode Pin
enjoycrack27-Oct-05 6:53
enjoycrack27-Oct-05 6:53 
GeneralRe: Assembly not found in release mode Pin
cppdotnet27-Oct-05 7:37
cppdotnet27-Oct-05 7:37 
GeneralRe: Assembly not found in release mode Pin
Dave Kreskowiak27-Oct-05 8:27
mveDave Kreskowiak27-Oct-05 8:27 
QuestionEvents over .Net Remoting Pin
Mikke_x27-Oct-05 4:47
Mikke_x27-Oct-05 4:47 
AnswerRe: Events over .Net Remoting Pin
Tom Larsen27-Oct-05 9:33
Tom Larsen27-Oct-05 9:33 
GeneralRe: Events over .Net Remoting Pin
Mikke_x27-Oct-05 9:57
Mikke_x27-Oct-05 9:57 
GeneralRe: Events over .Net Remoting Pin
Tom Larsen28-Oct-05 4:48
Tom Larsen28-Oct-05 4:48 
QuestionShared Classes Among Applications In a Single Project Pin
budidharma27-Oct-05 4:24
budidharma27-Oct-05 4:24 
AnswerRe: Shared Classes Among Applications In a Single Project Pin
Jeason Zhao27-Oct-05 4:30
Jeason Zhao27-Oct-05 4:30 
AnswerRe: Shared Classes Among Applications In a Single Project Pin
Matt Newman27-Oct-05 5:14
Matt Newman27-Oct-05 5:14 
GeneralRe: Shared Classes Among Applications In a Single Project Pin
budidharma27-Oct-05 6:11
budidharma27-Oct-05 6:11 
GeneralRe: Shared Classes Among Applications In a Single Project Pin
Rob Graham27-Oct-05 6:20
Rob Graham27-Oct-05 6:20 
AnswerRe: Shared Classes Among Applications In a Single Project Pin
Rob Graham27-Oct-05 6:14
Rob Graham27-Oct-05 6:14 
GeneralRe: Shared Classes Among Applications In a Single Project Pin
budidharma27-Oct-05 6:26
budidharma27-Oct-05 6:26 
QuestionAbout ADO.NET2.0 Exception:Capacity must be larger than 0 Pin
Jeason Zhao27-Oct-05 4:20
Jeason Zhao27-Oct-05 4:20 

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.