Click here to Skip to main content
15,922,315 members
Home / Discussions / C#
   

C#

 
AnswerRe: WebBrowser Control --How to use this control Pin
Keshav V. Kamat23-Mar-07 0:14
Keshav V. Kamat23-Mar-07 0:14 
AnswerRe: WebBrowser Control --How to use this control Pin
joon vh.23-Mar-07 0:53
joon vh.23-Mar-07 0:53 
Questiongenerate xsd Pin
darkcalin22-Mar-07 23:26
darkcalin22-Mar-07 23:26 
AnswerRe: generate xsd Pin
Stefan Troschuetz22-Mar-07 23:33
Stefan Troschuetz22-Mar-07 23:33 
GeneralRe: generate xsd Pin
darkcalin22-Mar-07 23:47
darkcalin22-Mar-07 23:47 
GeneralRe: generate xsd Pin
Stefan Troschuetz23-Mar-07 1:20
Stefan Troschuetz23-Mar-07 1:20 
QuestionRoll back all the Data. Pin
Joshi Rahul22-Mar-07 23:08
Joshi Rahul22-Mar-07 23:08 
Questionhow to show (Application)Process in on Desktop [modified] Pin
Sanjib Raj22-Mar-07 23:05
Sanjib Raj22-Mar-07 23:05 
i making an Windows Service Automatic Sheduler, i use following code in a class to run calc.exe, nodepad.exe,and other application or process, but the program appears or Run on background on WindowsTaskManager Process tab, not visible in the desktop. how to bring it to the desktop.


code--------

ProcessStartInfo pInfo=new ProcessStartInfo(path);
pInfo.WindowStyle=ProcessWindowStyle.Maximized;
Process p=Process.Start(pInfo);
code--------------

Sanjit.rajbanshi@wlinktech.com



-- modified at 5:34 Friday 23rd March, 2007
Questionis there any substitute for AxInterop.SHDocVw.dll and Interop.SHDocVw.dll Pin
Saira Tanwir22-Mar-07 23:04
Saira Tanwir22-Mar-07 23:04 
AnswerRe: is there any substitute for AxInterop.SHDocVw.dll and Interop.SHDocVw.dll Pin
Keshav V. Kamat23-Mar-07 0:06
Keshav V. Kamat23-Mar-07 0:06 
GeneralRe: is there any substitute for AxInterop.SHDocVw.dll and Interop.SHDocVw.dll Pin
Saira Tanwir23-Mar-07 0:38
Saira Tanwir23-Mar-07 0:38 
QuestionMaximizing/restoring a window [modified] Pin
triff22-Mar-07 23:02
triff22-Mar-07 23:02 
QuestionNo Subject Pin
Saira Tanwir22-Mar-07 23:00
Saira Tanwir22-Mar-07 23:00 
Questionhow to make buttons in cell not resize with column? Pin
nathan722-Mar-07 22:59
nathan722-Mar-07 22:59 
AnswerRe: how to make buttons in cell not resize with column? Pin
Stefan Troschuetz22-Mar-07 23:11
Stefan Troschuetz22-Mar-07 23:11 
GeneralRe: how to make buttons in cell not resize with column? Pin
nathan722-Mar-07 23:32
nathan722-Mar-07 23:32 
GeneralRe: how to make buttons in cell not resize with column? Pin
Stefan Troschuetz22-Mar-07 23:39
Stefan Troschuetz22-Mar-07 23:39 
QuestionStatic Variables Pin
Ruchi0322-Mar-07 22:48
Ruchi0322-Mar-07 22:48 
AnswerRe: Static Variables Pin
darkcalin22-Mar-07 22:51
darkcalin22-Mar-07 22:51 
GeneralRe: Static Variables Pin
Ruchi0322-Mar-07 22:54
Ruchi0322-Mar-07 22:54 
GeneralRe: Static Variables Pin
Chatura Dilan22-Mar-07 22:56
Chatura Dilan22-Mar-07 22:56 
GeneralRe: Static Variables Pin
Stefan Troschuetz22-Mar-07 22:57
Stefan Troschuetz22-Mar-07 22:57 
GeneralRe: Static Variables Pin
Ruchi0322-Mar-07 23:15
Ruchi0322-Mar-07 23:15 
GeneralRe: Static Variables Pin
darkcalin22-Mar-07 23:18
darkcalin22-Mar-07 23:18 
AnswerRe: Static Variables Pin
Keshav V. Kamat22-Mar-07 23:14
Keshav V. Kamat22-Mar-07 23:14 

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.