Click here to Skip to main content
15,881,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: error with update query Pin
vanikanc11-Mar-13 10:13
vanikanc11-Mar-13 10:13 
GeneralRe: error with update query Pin
susanna.floora12-Mar-13 0:11
susanna.floora12-Mar-13 0:11 
AnswerRe: error with update query Pin
Dave Kreskowiak11-Mar-13 10:12
mveDave Kreskowiak11-Mar-13 10:12 
GeneralRe: error with update query Pin
User349011-Mar-13 11:21
User349011-Mar-13 11:21 
GeneralRe: error with update query Pin
Dave Kreskowiak11-Mar-13 12:33
mveDave Kreskowiak11-Mar-13 12:33 
GeneralRe: error with update query Pin
User349011-Mar-13 13:17
User349011-Mar-13 13:17 
QuestionWMI remote call Pin
vanikanc11-Mar-13 7:35
vanikanc11-Mar-13 7:35 
AnswerRe: WMI remote call Pin
Dave Kreskowiak11-Mar-13 10:05
mveDave Kreskowiak11-Mar-13 10:05 
Try reading the documentation on the Win32_Process class, Create method.Create method[^] for the return values.

If you're trying to run a process remotely that puts up a user interface, like Notepad for example, for the logged in user to see, you can't. It's a HUGE security risk, so WMI won't let you do it.

You CAN however run an executable that does NOT show any user interface, like a Console application.

You can launch the .EXE with the file being on your machine but ONLY if the .EXE file resides in a network share ono your machine. If you don't understand Windows Networking, just copy the .EXE file to the target machine and launch it from there. It's much simpler to do.

GeneralRe: WMI remote call Pin
vanikanc11-Mar-13 10:29
vanikanc11-Mar-13 10:29 
QuestionOpenoffice Impress using C# Pin
Sachin k Rajput 11-Mar-13 1:43
Sachin k Rajput 11-Mar-13 1:43 
AnswerRe: Openoffice Impress using C# Pin
Richard MacCutchan11-Mar-13 1:49
mveRichard MacCutchan11-Mar-13 1:49 
GeneralRe: Openoffice Impress using C# Pin
Sachin k Rajput 11-Mar-13 2:21
Sachin k Rajput 11-Mar-13 2:21 
GeneralRe: Openoffice Impress using C# Pin
Richard MacCutchan11-Mar-13 2:51
mveRichard MacCutchan11-Mar-13 2:51 
AnswerRe: Openoffice Impress using C# Pin
Eddy Vluggen11-Mar-13 3:32
professionalEddy Vluggen11-Mar-13 3:32 
Questionslope of a line Pin
Naman200710-Mar-13 22:32
Naman200710-Mar-13 22:32 
AnswerRe: slope of a line Pin
Abhinav S10-Mar-13 22:38
Abhinav S10-Mar-13 22:38 
GeneralRe: slope of a line Pin
Naman200710-Mar-13 22:47
Naman200710-Mar-13 22:47 
AnswerRe: slope of a line Pin
Abhinav S10-Mar-13 22:57
Abhinav S10-Mar-13 22:57 
GeneralRe: slope of a line Pin
harold aptroot11-Mar-13 2:41
harold aptroot11-Mar-13 2:41 
GeneralRe: slope of a line Pin
Naman200713-Mar-13 4:34
Naman200713-Mar-13 4:34 
AnswerRe: slope of a line Pin
Abhinav S13-Mar-13 6:25
Abhinav S13-Mar-13 6:25 
QuestionPresentation Controller(PPT viewer) Pin
Sachin k Rajput 10-Mar-13 19:30
Sachin k Rajput 10-Mar-13 19:30 
AnswerRe: Presentation Controller(PPT viewer) Pin
DaveyM6910-Mar-13 20:52
professionalDaveyM6910-Mar-13 20:52 
GeneralRe: Presentation Controller(PPT viewer) Pin
Sachin k Rajput 10-Mar-13 21:24
Sachin k Rajput 10-Mar-13 21:24 
GeneralRe: Presentation Controller(PPT viewer) Pin
DaveyM6911-Mar-13 14:01
professionalDaveyM6911-Mar-13 14:01 

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.