Click here to Skip to main content
15,880,469 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Form Datagridview Pin
Rajeshwar Code- Developer16-Jul-09 1:36
Rajeshwar Code- Developer16-Jul-09 1:36 
GeneralRe: Windows Form Datagridview Pin
Vimalsoft(Pty) Ltd16-Jul-09 2:02
professionalVimalsoft(Pty) Ltd16-Jul-09 2:02 
GeneralRe: Windows Form Datagridview Pin
K030616-Jul-09 1:24
K030616-Jul-09 1:24 
QuestionHorizontal scroll bar on the UserControl Panel not working... Pin
spalanivel16-Jul-09 0:57
spalanivel16-Jul-09 0:57 
QuestionCell click coordinates Pin
Chazzysb16-Jul-09 0:46
Chazzysb16-Jul-09 0:46 
AnswerRe: Cell click coordinates Pin
Chazzysb16-Jul-09 1:04
Chazzysb16-Jul-09 1:04 
QuestionErase a windows event log Pin
Md. Marufuzzaman16-Jul-09 0:15
professionalMd. Marufuzzaman16-Jul-09 0:15 
AnswerRe: Erase a windows event log Pin
Pete O'Hanlon16-Jul-09 0:28
mvePete O'Hanlon16-Jul-09 0:28 
Assuming you have the relevant permisions, you can use EventLog.Delete to delete a particular log. Here's how I figured it out (who knows, this thought process may help you):

First of all, I thought to myself - this is an operation on the EventLog. Now, I know that there is an EventLog class, but if I hadn't known this the name would have seemed a logical place to start.
Then I thought - perhaps it has a DeleteLog entry.
I typed EventLog.DeleteLog into Google, and it suggested that it should actually be EventLog.Delete.
From there, I hopped over to the docs just to check that it was the item I thought it was - job done.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



GeneralRe: Erase a windows event log Pin
Luc Pattyn16-Jul-09 1:27
sitebuilderLuc Pattyn16-Jul-09 1:27 
Questionsorting problem in outlook Pin
john563216-Jul-09 0:11
john563216-Jul-09 0:11 
QuestionC# How to HttpWebRequest through chain/cascade of proxy servers Pin
lermi15-Jul-09 23:55
lermi15-Jul-09 23:55 
Questionhow to drag and drop values from one datagrid to another datagrid? Pin
swetha_insoft15-Jul-09 23:41
swetha_insoft15-Jul-09 23:41 
AnswerRe: how to drag and drop values from one datagrid to another datagrid? Pin
swetha_insoft16-Jul-09 0:14
swetha_insoft16-Jul-09 0:14 
Questioncompression of webcam images [modified] Pin
shekhar25839515-Jul-09 23:08
shekhar25839515-Jul-09 23:08 
AnswerRe: compression of webcam images Pin
Manas Bhardwaj15-Jul-09 23:16
professionalManas Bhardwaj15-Jul-09 23:16 
AnswerRe: compression of webcam images Pin
Christian Graus16-Jul-09 1:30
protectorChristian Graus16-Jul-09 1:30 
QuestionServicePointManager.ServerCertificateValidationCallback Pin
himuskanhere15-Jul-09 21:36
himuskanhere15-Jul-09 21:36 
AnswerRe: ServicePointManager.ServerCertificateValidationCallback Pin
jo H20-Jul-09 4:47
jo H20-Jul-09 4:47 
QuestionRecord Not Insert Pin
mjawadkhatri15-Jul-09 21:31
mjawadkhatri15-Jul-09 21:31 
AnswerRe: Record Not Insert Pin
Mycroft Holmes15-Jul-09 22:06
professionalMycroft Holmes15-Jul-09 22:06 
GeneralRe: Record Not Insert Pin
mjawadkhatri15-Jul-09 22:21
mjawadkhatri15-Jul-09 22:21 
GeneralRe: Record Not Insert Pin
K030615-Jul-09 23:01
K030615-Jul-09 23:01 
GeneralRe: Record Not Insert Pin
mjawadkhatri15-Jul-09 23:21
mjawadkhatri15-Jul-09 23:21 
GeneralRe: Record Not Insert Pin
K030615-Jul-09 23:33
K030615-Jul-09 23:33 
AnswerRe: Record Not Insert Pin
Tom Deketelaere15-Jul-09 23:22
professionalTom Deketelaere15-Jul-09 23:22 

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.