Click here to Skip to main content
15,917,968 members
Home / Discussions / C#
   

C#

 
AnswerRe: Directory.GetFiles - how do I get the file names only and not the complete path? Pin
Paul Unsworth11-Dec-08 4:43
Paul Unsworth11-Dec-08 4:43 
GeneralRe: Directory.GetFiles - how do I get the file names only and not the complete path? Pin
Member 340288611-Dec-08 5:06
Member 340288611-Dec-08 5:06 
GeneralRe: Directory.GetFiles - how do I get the file names only and not the complete path? Pin
Paul Unsworth11-Dec-08 5:16
Paul Unsworth11-Dec-08 5:16 
QuestionClient connecting to web service Pin
Chazzysb11-Dec-08 1:20
Chazzysb11-Dec-08 1:20 
AnswerRe: Client connecting to web service Pin
blackjack215011-Dec-08 1:40
blackjack215011-Dec-08 1:40 
GeneralRe: Client connecting to web service Pin
Chazzysb11-Dec-08 2:07
Chazzysb11-Dec-08 2:07 
Question[Message Deleted] Pin
Neo Andreson11-Dec-08 1:19
Neo Andreson11-Dec-08 1:19 
JokeRe: jghkj Pin
TJS4u11-Dec-08 1:23
TJS4u11-Dec-08 1:23 
GeneralRe: jghkj Pin
Guffa11-Dec-08 4:54
Guffa11-Dec-08 4:54 
AnswerRe: jghkj Pin
Giorgi Dalakishvili11-Dec-08 1:24
mentorGiorgi Dalakishvili11-Dec-08 1:24 
AnswerRe: jghkj [modified] Pin
TJS4u11-Dec-08 1:27
TJS4u11-Dec-08 1:27 
GeneralRe: jghkj Pin
Dave Kreskowiak11-Dec-08 2:00
mveDave Kreskowiak11-Dec-08 2:00 
AnswerRe: jghkj Pin
Brij11-Dec-08 1:37
mentorBrij11-Dec-08 1:37 
AnswerRe: [Message Deleted] Pin
TJS4u11-Dec-08 1:49
TJS4u11-Dec-08 1:49 
GeneralRe: [Message Deleted] Pin
J4amieC11-Dec-08 4:14
J4amieC11-Dec-08 4:14 
GeneralRe: [Message Deleted] Pin
Luc Pattyn11-Dec-08 4:44
sitebuilderLuc Pattyn11-Dec-08 4:44 
QuestionDoes a tabcontrol have a close button? Pin
TJS4u11-Dec-08 1:09
TJS4u11-Dec-08 1:09 
AnswerRe: Does a tabcontrol have a close button? Pin
Giorgi Dalakishvili11-Dec-08 1:17
mentorGiorgi Dalakishvili11-Dec-08 1:17 
GeneralRe: Does a tabcontrol have a close button? Pin
TJS4u11-Dec-08 1:19
TJS4u11-Dec-08 1:19 
GeneralRe: Does a tabcontrol have a close button? Pin
Giorgi Dalakishvili11-Dec-08 1:24
mentorGiorgi Dalakishvili11-Dec-08 1:24 
AnswerRe: Does a tabcontrol have a close button? Pin
PIEBALDconsult11-Dec-08 2:56
mvePIEBALDconsult11-Dec-08 2:56 
QuestionManipulating with IE's status bar (adding link label) Pin
MAP Tiger11-Dec-08 0:23
MAP Tiger11-Dec-08 0:23 
NewsRe: Manipulating with IE's status bar (adding link label) Pin
MAP Tiger11-Dec-08 0:34
MAP Tiger11-Dec-08 0:34 
QuestionCatching windows Low Disk Space event Pin
eyalbi00711-Dec-08 0:21
eyalbi00711-Dec-08 0:21 
AnswerRe: Catching windows Low Disk Space event Pin
Dave Kreskowiak11-Dec-08 1:58
mveDave Kreskowiak11-Dec-08 1:58 
You're talking about two different "Event" types. The event you're talking about is nothing but an entry in a log. It's not a programming "Event".

There is no programming event like you're thinking about. There is no event to subscribe to to catch this. Your code will have to watch the event log and look for the occurance of the entry you want.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




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.