Bob Nadler

1,059
Reputation
146 views

Registered User

Name Bob Nadler
Member for 1 year
Seen 1 hour ago
Website
Location CA, USA
Age
9h
comment How can I best take advantage of Trac?
I've never used WikiRbacPatch, but based on the documentation the added access control would only apply to wiki pages. I do not believe this patch would affect the results of a custom query.
Nov
23
comment C# UserControl constructor with parameters
It was the duplicate InitializeComponent() calls that caught my eye. Also, a private parameterless constructor with a UserControl works with the VS designer for me.
Nov
23
revised C# UserControl constructor with parameters
add more explaination; deleted 1 characters in body
Nov
23
answered C# UserControl constructor with parameters
Nov
13
answered COM Interop registration problem
Nov
12
awarded  Commentator
Nov
12
comment COM Interop registration problem
+1 for the default constructor.
Nov
9
answered How do I play movies in a C# WinForm application
Oct
30
comment C# - Restarting application conflicts with “program already running” error
Sorry for the down vote, but polling with a Sleep is really ugly. I wouldn't recommend it for any purpose.
Oct
30
awarded  Critic
Oct
30
answered C# - Restarting application conflicts with “program already running” error
Oct
20
answered C# lists - sorting date problem
Sep
23
comment Creating a webbrowser control in a background thread in backgroundworker
OK. Then instead of using BackgroundWorker, create a real thread and use the .SetApartmentState(ApartmentState.STA). That may work.
Sep
23
answered Creating a webbrowser control in a background thread in backgroundworker
Aug
28
awarded  Nice Answer
Aug
27
answered How to access DataGridView column names safely?
Aug
23
awarded  Yearling
Jun
26
answered What is the difference between Computer Science and Information Science?
Jun
19
answered Login dialog for Windows client application