Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: the Value of the Last ID ... Pin
mostafa_h14-Jun-06 8:29
mostafa_h14-Jun-06 8:29 
AnswerRe: the Value of the Last ID ... Pin
Guffa14-Jun-06 10:40
Guffa14-Jun-06 10:40 
QuestionInheritance from a form. Pin
HZ_7914-Jun-06 2:53
HZ_7914-Jun-06 2:53 
Questionxml wrapped tags or attributes Pin
fady_sayegh14-Jun-06 2:12
fady_sayegh14-Jun-06 2:12 
Questionxml wrapped tags or attributes Pin
fady_sayegh14-Jun-06 2:09
fady_sayegh14-Jun-06 2:09 
QuestionRotating a UserControl Pin
DragonFox14-Jun-06 1:32
DragonFox14-Jun-06 1:32 
AnswerRe: Rotating a UserControl Pin
Josh Smith14-Jun-06 3:49
Josh Smith14-Jun-06 3:49 
QuestionExecute a program inside a C# program Pin
heljo13414-Jun-06 1:15
heljo13414-Jun-06 1:15 
I want to run an Office Communicator inside a User Control. I do not want it to open as a new window, but instead inside my panel. This is the code I have tried:

Process comm = new Process();
comm.StartInfo.CreateNoWindow = true;
comm.StartInfo.FileName = @"C:\Program Files\Microsoft Office Communicator\communicator.exe";
comm.Start();

The problem is that the Communicator is opened, but not inside my User Control. Does someone know how to solve this problem?
AnswerRe: Execute a program inside a C# program Pin
HZ_7914-Jun-06 2:49
HZ_7914-Jun-06 2:49 
AnswerRe: Execute a program inside a C# program Pin
Mr. VB.NET14-Jun-06 5:17
Mr. VB.NET14-Jun-06 5:17 
QuestionUrgent Pin
Parvathivadde14-Jun-06 1:03
Parvathivadde14-Jun-06 1:03 
Questionmonitor network card? Pin
Divyang Mithaiwala14-Jun-06 0:27
Divyang Mithaiwala14-Jun-06 0:27 
AnswerRe: monitor network card? Pin
stancrm14-Jun-06 0:32
stancrm14-Jun-06 0:32 
GeneralRe: monitor network card? Pin
Divyang Mithaiwala14-Jun-06 0:46
Divyang Mithaiwala14-Jun-06 0:46 
GeneralRe: monitor network card? Pin
Mr. VB.NET14-Jun-06 5:18
Mr. VB.NET14-Jun-06 5:18 
GeneralRe: monitor network card? Pin
Divyang Mithaiwala14-Jun-06 18:20
Divyang Mithaiwala14-Jun-06 18:20 
AnswerRe: monitor network card? Pin
leppie14-Jun-06 0:35
leppie14-Jun-06 0:35 
Questionselection of a combo box shows other buttons Pin
danish_bear13-Jun-06 23:53
danish_bear13-Jun-06 23:53 
AnswerRe: selection of a combo box shows other buttons Pin
Rahul.RK14-Jun-06 0:40
Rahul.RK14-Jun-06 0:40 
GeneralRe: selection of a combo box shows other buttons Pin
danish_bear14-Jun-06 1:51
danish_bear14-Jun-06 1:51 
GeneralRe: selection of a combo box shows other buttons Pin
Suamal14-Jun-06 2:25
Suamal14-Jun-06 2:25 
AnswerRe: selection of a combo box shows other buttons Pin
Mike Poz14-Jun-06 18:58
Mike Poz14-Jun-06 18:58 
GeneralRe: selection of a combo box shows other buttons Pin
danish_bear15-Jun-06 2:45
danish_bear15-Jun-06 2:45 
QuestionBiniding data from a combo box to a table Pin
danish_bear13-Jun-06 23:48
danish_bear13-Jun-06 23:48 
Questionshared add-in Com Dynamic path problem Pin
mind_Lock13-Jun-06 23:44
mind_Lock13-Jun-06 23:44 

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.