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

C#

 
GeneralRe: updating MS database using c#.net Pin
Eng.almasrouhi11-Mar-13 11:26
Eng.almasrouhi11-Mar-13 11:26 
GeneralRe: updating MS database using c#.net Pin
NotPolitcallyCorrect11-Mar-13 11:45
NotPolitcallyCorrect11-Mar-13 11:45 
GeneralRe: updating MS database using c#.net Pin
Eng.almasrouhi11-Mar-13 12:09
Eng.almasrouhi11-Mar-13 12:09 
GeneralRe: updating MS database using c#.net Pin
NotPolitcallyCorrect11-Mar-13 14:07
NotPolitcallyCorrect11-Mar-13 14:07 
JokeRe: updating MS database using c#.net Pin
Eddy Vluggen11-Mar-13 11:48
professionalEddy Vluggen11-Mar-13 11:48 
GeneralRe: updating MS database using c#.net Pin
Eng.almasrouhi11-Mar-13 12:13
Eng.almasrouhi11-Mar-13 12:13 
AnswerRe: updating MS database using c#.net Pin
jschell12-Mar-13 9:21
jschell12-Mar-13 9:21 
Questionerror with update query Pin
User349011-Mar-13 9:23
User349011-Mar-13 9:23 
AnswerRe: error with update query Pin
vanikanc11-Mar-13 9:31
vanikanc11-Mar-13 9:31 
GeneralRe: error with update query Pin
User349011-Mar-13 9:36
User349011-Mar-13 9:36 
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 

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.