Click here to Skip to main content
15,920,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sockets in C#, how? Pin
User 665825-Aug-05 8:09
User 665825-Aug-05 8:09 
QuestionColumn Changed Event Pin
zaboboa25-Aug-05 2:53
zaboboa25-Aug-05 2:53 
QuestionMap a drive to a Netware server from a Windows service Pin
robertod200425-Aug-05 2:43
robertod200425-Aug-05 2:43 
AnswerRe: Map a drive to a Netware server from a Windows service Pin
Dave Kreskowiak25-Aug-05 4:35
mveDave Kreskowiak25-Aug-05 4:35 
GeneralRe: Map a drive to a Netware server from a Windows service Pin
robertod200429-Aug-05 5:08
robertod200429-Aug-05 5:08 
GeneralRe: Map a drive to a Netware server from a Windows service Pin
Dave Kreskowiak29-Aug-05 9:53
mveDave Kreskowiak29-Aug-05 9:53 
GeneralRe: Map a drive to a Netware server from a Windows service Pin
robertod200430-Aug-05 0:58
robertod200430-Aug-05 0:58 
Questionstart winforms application without displaying it until receive signal? Pin
misterbear25-Aug-05 2:37
misterbear25-Aug-05 2:37 
I am writing a program which will use another application for communicating with, but I want to load this other application in the background when my main application loads, and then just send a windows message to my "background" application telling it to show/hide...

What I have done now is to have the "background" application started from the main application with a Process.start(filename). In the background app the code to run it looks like this:

<br />
Application.Run(new BackgroundAppFrame()) <br />


(from it's "static main" method). However it doesn't seem to be possible to do this without the frame being displayed (I guess the Application.Run() first invokes the constructor and then sets it visible or something like that... And then of course Application.Run() will block so I cannot set the hidden property).

Any suggestions on how to solve this? Set the size to 0 instead? Or move it out of screen? If you have a clean solution to this problem please tell me..
AnswerRe: start winforms application without displaying it until receive signal? Pin
Dave Kreskowiak25-Aug-05 6:41
mveDave Kreskowiak25-Aug-05 6:41 
QuestionManifest Pin
Alex_Y25-Aug-05 2:36
Alex_Y25-Aug-05 2:36 
GeneralGetting screensize Pin
Yannielsen25-Aug-05 2:19
Yannielsen25-Aug-05 2:19 
GeneralRe: Getting screensize Pin
leppie25-Aug-05 2:29
leppie25-Aug-05 2:29 
GeneralRe: Getting screensize Pin
Yannielsen25-Aug-05 3:12
Yannielsen25-Aug-05 3:12 
Generalc# and databases Pin
nc3b25-Aug-05 1:57
nc3b25-Aug-05 1:57 
QuestionChange of form's Size property in Show method? Pin
AnonymousTwo25-Aug-05 1:52
AnonymousTwo25-Aug-05 1:52 
QuestionDataset Pin
chandru_inbox24-Aug-05 23:56
chandru_inbox24-Aug-05 23:56 
AnswerRe: Dataset Pin
Blashyrkh#25-Aug-05 0:06
Blashyrkh#25-Aug-05 0:06 
GeneralRe: Dataset Pin
miah alom25-Aug-05 4:56
miah alom25-Aug-05 4:56 
QuestionHelp with checking of version of file Pin
StephenMcAllister24-Aug-05 23:42
StephenMcAllister24-Aug-05 23:42 
Generaladding controls in rutime Pin
3DoorsDown24-Aug-05 22:56
3DoorsDown24-Aug-05 22:56 
GeneralRe: adding controls in rutime Pin
Corinna John24-Aug-05 23:27
Corinna John24-Aug-05 23:27 
GeneralLocalization Pin
shakhshir24-Aug-05 22:45
shakhshir24-Aug-05 22:45 
GeneralCoupling 2 Listboxes Pin
Blashyrkh#24-Aug-05 21:55
Blashyrkh#24-Aug-05 21:55 
GeneralSeparate dll's for images Pin
Xiao_M24-Aug-05 21:46
Xiao_M24-Aug-05 21:46 
GeneralRe: Separate dll's for images Pin
DavidNohejl25-Aug-05 13:09
DavidNohejl25-Aug-05 13:09 

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.