Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
AnswerRe: help help help Pin
Christian Graus8-Nov-05 14:23
protectorChristian Graus8-Nov-05 14:23 
GeneralRe: help help help Pin
Allah On Acid8-Nov-05 16:18
Allah On Acid8-Nov-05 16:18 
QuestionConsole.Writeline() in Forms Pin
MrEyes8-Nov-05 12:31
MrEyes8-Nov-05 12:31 
AnswerRe: Console.Writeline() in Forms Pin
S. Senthil Kumar8-Nov-05 19:38
S. Senthil Kumar8-Nov-05 19:38 
GeneralRe: Console.Writeline() in Forms Pin
MrEyes8-Nov-05 23:29
MrEyes8-Nov-05 23:29 
GeneralRe: Console.Writeline() in Forms Pin
S. Senthil Kumar9-Nov-05 21:40
S. Senthil Kumar9-Nov-05 21:40 
GeneralRe: Console.Writeline() in Forms Pin
S. Senthil Kumar9-Nov-05 21:42
S. Senthil Kumar9-Nov-05 21:42 
QuestionCreating Multiple Forms in my application Pin
kourvoisier8-Nov-05 12:06
kourvoisier8-Nov-05 12:06 
AnswerRe: Creating Multiple Forms in my application Pin
Christian Graus8-Nov-05 12:48
protectorChristian Graus8-Nov-05 12:48 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier8-Nov-05 15:12
kourvoisier8-Nov-05 15:12 
GeneralRe: Creating Multiple Forms in my application Pin
Christian Graus8-Nov-05 15:16
protectorChristian Graus8-Nov-05 15:16 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier8-Nov-05 16:55
kourvoisier8-Nov-05 16:55 
GeneralRe: Creating Multiple Forms in my application Pin
Christian Graus8-Nov-05 17:13
protectorChristian Graus8-Nov-05 17:13 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier8-Nov-05 17:21
kourvoisier8-Nov-05 17:21 
GeneralRe: Creating Multiple Forms in my application Pin
Christian Graus8-Nov-05 17:35
protectorChristian Graus8-Nov-05 17:35 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier8-Nov-05 19:18
kourvoisier8-Nov-05 19:18 
GeneralRe: Creating Multiple Forms in my application Pin
Christian Graus9-Nov-05 10:18
protectorChristian Graus9-Nov-05 10:18 
GeneralRe: Creating Multiple Forms in my application Pin
S. Senthil Kumar8-Nov-05 20:01
S. Senthil Kumar8-Nov-05 20:01 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier9-Nov-05 12:16
kourvoisier9-Nov-05 12:16 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier9-Nov-05 17:36
kourvoisier9-Nov-05 17:36 
QuestionIs there any... Pin
KORCARI8-Nov-05 11:31
KORCARI8-Nov-05 11:31 
QuestionStart up with windows Pin
shdelpiero8-Nov-05 10:20
shdelpiero8-Nov-05 10:20 
AnswerRe: Start up with windows Pin
Jon Rista8-Nov-05 10:29
Jon Rista8-Nov-05 10:29 
You should be patient and wait for a reply before posting the same question over and over. Thats generally considered rude, and is generally bad netiquett.

You should be able to set your windows form to on-top in its properties in the VS.NET designer. You should also be able to set it to be maximized by default, too.

There isnt any way to prevent a user from ALT-TABbing to another app, though, at least as far as I know. The only thing I know of in windows that prevents someone from using apps or alt-tabbing is the main windows login screen. You might be able to hook into the alt-tabbing process and override it until someone logs in, but you would have to make sure you alert the users of your product that your doing so (leagally, otherwise your app could be considered spyware or a hyjacking program).
QuestionHelp ,Please. Pin
shdelpiero8-Nov-05 10:13
shdelpiero8-Nov-05 10:13 
AnswerRe: Help ,Please. Pin
MoustafaS8-Nov-05 13:28
MoustafaS8-Nov-05 13:28 

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.