Click here to Skip to main content
15,909,518 members
Home / Discussions / C#
   

C#

 
QuestionFile download Pin
SreekanthJ26-Mar-06 19:58
SreekanthJ26-Mar-06 19:58 
AnswerRe: File download Pin
leppie26-Mar-06 20:11
leppie26-Mar-06 20:11 
GeneralRe: File download Pin
SreekanthJ26-Mar-06 21:56
SreekanthJ26-Mar-06 21:56 
AnswerRe: File download Pin
HakunaMatada26-Mar-06 22:03
HakunaMatada26-Mar-06 22:03 
Questionhow to open existing ppt on winform.. Pin
sam_g126-Mar-06 19:56
sam_g126-Mar-06 19:56 
AnswerRe: how to open existing ppt on winform.. Pin
HakunaMatada27-Mar-06 0:02
HakunaMatada27-Mar-06 0:02 
GeneralRe: how to open existing ppt on winform.. Pin
sam_g127-Mar-06 1:43
sam_g127-Mar-06 1:43 
QuestionCapture system Events Pin
Jijo BP26-Mar-06 19:21
Jijo BP26-Mar-06 19:21 
I want to capture all the system events in my machine. Please help me.
Or can you conver this VBS file to c#
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" _
& strComputer & "\root\CIMV2")
Set objEvents = objWMIService.ExecNotificationQuery _
("SELECT * FROM Win32_ProcessTrace WITHIN 10")

Wscript.Echo "Waiting for events ..."
i = 0
Do Until i=5
Set objReceivedEvent = objEvents.NextEvent
'report an event
Wscript.Echo "Win32_ModuleTrace event occurred" & VBNewLine _
& "Process Name = " _
& objReceivedEvent.ProcessName & VBNewLine _
& "Process ID = " _
& objReceivedEvent.Processid & VBNewLine _
& "Session ID = " & objReceivedEvent.SessionID
i = i+ 1
Loop




Please help me
Thanks in advance
Jijo

JIJO BABY - Lets Play C#
AnswerRe: Capture system Events Pin
HakunaMatada26-Mar-06 22:09
HakunaMatada26-Mar-06 22:09 
Questionclearing the serialprot buffer size in runtime Pin
ASGuru26-Mar-06 18:57
ASGuru26-Mar-06 18:57 
Questionimage doesn`t fit to screen Pin
valiovalio26-Mar-06 18:53
valiovalio26-Mar-06 18:53 
GeneralRe: image doesn`t fit to screen Pin
Guffa26-Mar-06 19:30
Guffa26-Mar-06 19:30 
GeneralRe: image doesn`t fit to screen Pin
valiovalio26-Mar-06 20:17
valiovalio26-Mar-06 20:17 
GeneralRe: image doesn`t fit to screen Pin
Guffa27-Mar-06 0:14
Guffa27-Mar-06 0:14 
GeneralRe: image doesn`t fit to screen Pin
valiovalio27-Mar-06 21:46
valiovalio27-Mar-06 21:46 
AnswerRe: image doesn`t fit to screen Pin
Guffa30-Mar-06 0:51
Guffa30-Mar-06 0:51 
QuestionHow to use VC++.Net code in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 18:47
Divyang Mithaiwala26-Mar-06 18:47 
AnswerRe: How to use VC++.Net code in VC#.Net project? Pin
HakunaMatada26-Mar-06 18:59
HakunaMatada26-Mar-06 18:59 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 21:02
Divyang Mithaiwala26-Mar-06 21:02 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
HakunaMatada26-Mar-06 21:39
HakunaMatada26-Mar-06 21:39 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 21:46
Divyang Mithaiwala26-Mar-06 21:46 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
HakunaMatada26-Mar-06 21:52
HakunaMatada26-Mar-06 21:52 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 22:11
Divyang Mithaiwala26-Mar-06 22:11 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
HakunaMatada26-Mar-06 22:21
HakunaMatada26-Mar-06 22:21 
QuestionCalendar Control Hide/Unhide Pin
tanpanjang26-Mar-06 18:11
tanpanjang26-Mar-06 18:11 

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.