Click here to Skip to main content
15,889,867 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow do I use the IBiDiSpl Interface? Pin
Brandon Legault17-Jun-08 7:17
Brandon Legault17-Jun-08 7:17 
Questionstring comparision Pin
Member 183766117-Jun-08 4:06
Member 183766117-Jun-08 4:06 
AnswerRe: string comparision Pin
Helen Bull17-Jun-08 4:10
Helen Bull17-Jun-08 4:10 
AnswerRe: string comparision Pin
Christian Graus17-Jun-08 4:28
protectorChristian Graus17-Jun-08 4:28 
AnswerRe: string comparision Pin
Guffa17-Jun-08 4:37
Guffa17-Jun-08 4:37 
AnswerRe: string comparision Pin
Luc Pattyn17-Jun-08 12:46
sitebuilderLuc Pattyn17-Jun-08 12:46 
QuestionProblem accessing Application Event Log programatically Pin
Helen Bull17-Jun-08 3:58
Helen Bull17-Jun-08 3:58 
AnswerRe: Problem accessing Application Event Log programatically Pin
Noctris18-Jun-08 3:21
Noctris18-Jun-08 3:21 
Well.. I've done something similar in the past and never had issues with it. The Application log is not really different so my best guess (without any code) would be a typo somewhere.

Do you have any errors it returns ? Or maybe an idea where in your code it happens ? Posting this would help a lot..

Meanwhile.. simple, little piece of code to list stuff in the eventlogger:

(console app)

dim elEvent as new system.diagnostics.EventLog("Application")
dim elEventEntry as System.diagnostics.EventLogEntry

for each elEventEntry in elEvent.Entries

console.writeline(elEventEntry.TimeGenerated.Tostring & " - " & elEventEntry.Source.Tostring & " - " & _
elEventEntry.Category.Tostring & " - " & vbcrlf & vbcrlf & elEventEntry.Message.tostring)


next
GeneralRe: Problem accessing Application Event Log programatically Pin
Helen Bull20-Jun-08 2:29
Helen Bull20-Jun-08 2:29 
QuestionWebBrowser control Session issue ? Pin
imran_rafique17-Jun-08 3:43
imran_rafique17-Jun-08 3:43 
AnswerRe: WebBrowser control Session issue ? Pin
Noctris18-Jun-08 3:24
Noctris18-Jun-08 3:24 
Questionproblem wit autentication Pin
Ebube17-Jun-08 3:18
Ebube17-Jun-08 3:18 
AnswerRe: problem wit autentication Pin
Christian Graus17-Jun-08 3:27
protectorChristian Graus17-Jun-08 3:27 
Questionhow can change the LeftMost dimension of an array Pin
Rupesh Kumar Swami17-Jun-08 2:50
Rupesh Kumar Swami17-Jun-08 2:50 
AnswerRe: how can change the LeftMost dimension of an array Pin
Christian Graus17-Jun-08 3:01
protectorChristian Graus17-Jun-08 3:01 
GeneralRe: how can change the LeftMost dimension of an array Pin
Rupesh Kumar Swami17-Jun-08 3:34
Rupesh Kumar Swami17-Jun-08 3:34 
GeneralRe: how can change the LeftMost dimension of an array Pin
Christian Graus17-Jun-08 4:30
protectorChristian Graus17-Jun-08 4:30 
GeneralRe: how can change the LeftMost dimension of an array Pin
Guffa17-Jun-08 12:22
Guffa17-Jun-08 12:22 
QuestionOn Enter Button1 is clicked Pin
Assaf8217-Jun-08 2:04
Assaf8217-Jun-08 2:04 
AnswerRe: On Enter Button1 is clicked Pin
Christian Graus17-Jun-08 2:08
protectorChristian Graus17-Jun-08 2:08 
GeneralRe: On Enter Button1 is clicked Pin
Assaf8217-Jun-08 2:12
Assaf8217-Jun-08 2:12 
GeneralRe: On Enter Button1 is clicked Pin
Christian Graus17-Jun-08 2:26
protectorChristian Graus17-Jun-08 2:26 
QuestionRuntime Problem Pin
monika_vasvani17-Jun-08 0:06
monika_vasvani17-Jun-08 0:06 
AnswerRe: Runtime Problem Pin
Ajay.k_Singh17-Jun-08 0:33
Ajay.k_Singh17-Jun-08 0:33 
AnswerRe: Runtime Problem Pin
~Khatri Mitesh~17-Jun-08 2:04
~Khatri Mitesh~17-Jun-08 2:04 

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.