Click here to Skip to main content
15,896,207 members
Home / Discussions / C#
   

C#

 
QuestionHow to implement BarCode Reader in Customer inventry system using C#.net??? Pin
Arslan Khan14-Nov-09 3:05
Arslan Khan14-Nov-09 3:05 
AnswerRe: How to implement BarCode Reader in Customer inventry system using C#.net??? Pin
OriginalGriff14-Nov-09 4:47
mveOriginalGriff14-Nov-09 4:47 
GeneralRe: How to implement BarCode Reader in Customer inventry system using C#.net??? Pin
Arslan Khan14-Nov-09 5:20
Arslan Khan14-Nov-09 5:20 
GeneralRe: How to implement BarCode Reader in Customer inventry system using C#.net??? Pin
OriginalGriff14-Nov-09 5:34
mveOriginalGriff14-Nov-09 5:34 
GeneralRe: How to implement BarCode Reader in Customer inventry system using C#.net??? Pin
The Man from U.N.C.L.E.14-Nov-09 5:40
The Man from U.N.C.L.E.14-Nov-09 5:40 
AnswerRe: How to implement BarCode Reader in Customer inventry system using C#.net??? Pin
Jacob Lee16-Nov-14 15:13
Jacob Lee16-Nov-14 15:13 
Questionget the Event log Identity Pin
Jassim Rahma14-Nov-09 3:00
Jassim Rahma14-Nov-09 3:00 
AnswerRe: get the Event log Identity Pin
The Man from U.N.C.L.E.14-Nov-09 5:56
The Man from U.N.C.L.E.14-Nov-09 5:56 
C#
EventLog log = new EventLog("logName");
log.WriteEntry("Message");
EventLogEntry myEntry = log.Entries[log.Entries.Count - 1]


writing to a specific log will enable you to then get the last entry in the log which hopefully will be yours as long as nothing else wrote to that log in that millisecond.
I don't see any unique identifier for the entry on the EventLogEntry class though. But it is certainly where I would start. Maybe some of the available properties together will give you what you want.

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
www.JacksonSoft.co.uk

QuestionTaskDialog without a button! Pin
Jassim Rahma14-Nov-09 2:58
Jassim Rahma14-Nov-09 2:58 
AnswerRe: TaskDialog without a button! Pin
The Man from U.N.C.L.E.14-Nov-09 3:55
The Man from U.N.C.L.E.14-Nov-09 3:55 
QuestionCreate a discussion forum using C# Pin
alan20090914-Nov-09 2:56
alan20090914-Nov-09 2:56 
AnswerRe: Create a discussion forum using C# Pin
The Man from U.N.C.L.E.14-Nov-09 3:47
The Man from U.N.C.L.E.14-Nov-09 3:47 
GeneralRe: Create a discussion forum using C# Pin
OriginalGriff14-Nov-09 5:50
mveOriginalGriff14-Nov-09 5:50 
QuestionTaskDialog problem Pin
Jassim Rahma14-Nov-09 2:53
Jassim Rahma14-Nov-09 2:53 
AnswerRe: TaskDialog problem Pin
Luc Pattyn14-Nov-09 2:58
sitebuilderLuc Pattyn14-Nov-09 2:58 
GeneralRe: TaskDialog problem Pin
Jassim Rahma14-Nov-09 3:02
Jassim Rahma14-Nov-09 3:02 
GeneralRe: TaskDialog problem Pin
Dave Kreskowiak14-Nov-09 11:01
mveDave Kreskowiak14-Nov-09 11:01 
QuestionWindows 7 preview and white space Pin
SimpleData14-Nov-09 2:24
SimpleData14-Nov-09 2:24 
AnswerRe: Windows 7 preview and white space Pin
Luc Pattyn14-Nov-09 2:54
sitebuilderLuc Pattyn14-Nov-09 2:54 
GeneralRe: Windows 7 preview and white space Pin
SimpleData14-Nov-09 3:18
SimpleData14-Nov-09 3:18 
GeneralRe: Windows 7 preview and white space Pin
Luc Pattyn14-Nov-09 3:22
sitebuilderLuc Pattyn14-Nov-09 3:22 
GeneralRe: Windows 7 preview and white space Pin
SimpleData14-Nov-09 5:20
SimpleData14-Nov-09 5:20 
QuestionPrevent My Email go to bulk Pin
mahdi_h8414-Nov-09 0:28
mahdi_h8414-Nov-09 0:28 
AnswerRe: Prevent My Email go to bulk Pin
Dave Kreskowiak14-Nov-09 1:46
mveDave Kreskowiak14-Nov-09 1:46 
GeneralRe: Prevent My Email go to bulk Pin
mahdi_h8414-Nov-09 1:59
mahdi_h8414-Nov-09 1:59 

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.