Click here to Skip to main content
15,920,508 members
Home / Discussions / C#
   

C#

 
GeneralRe: API Hooking Pin
Henry Minute2-Jul-09 0:08
Henry Minute2-Jul-09 0:08 
QuestionIndex was out of range. Must be non-negative and less than the size of the collection while adding combo box control to listview control Pin
puppya1-Jul-09 18:17
puppya1-Jul-09 18:17 
AnswerRe: Index was out of range. Must be non-negative and less than the size of the collection while adding combo box control to listview control Pin
Not Active1-Jul-09 18:32
mentorNot Active1-Jul-09 18:32 
GeneralRe: Index was out of range. Must be non-negative and less than the size of the collection while adding combo box control to listview control Pin
puppya1-Jul-09 18:37
puppya1-Jul-09 18:37 
AnswerRe: Index was out of range. Must be non-negative and less than the size of the collection while adding combo box control to listview control Pin
Vikram A Punathambekar1-Jul-09 19:53
Vikram A Punathambekar1-Jul-09 19:53 
QuestionDirectX + Secondary monitor Pin
thomaxz.tc1-Jul-09 10:47
thomaxz.tc1-Jul-09 10:47 
AnswerRe: DirectX + Secondary monitor Pin
I Believe In GOD1-Jul-09 10:57
I Believe In GOD1-Jul-09 10:57 
GeneralRe: DirectX + Secondary monitor Pin
thomaxz.tc1-Jul-09 13:30
thomaxz.tc1-Jul-09 13:30 
Questionabout the usinhg Visual Studio 2010 beta 1 Pin
Seraph_summer1-Jul-09 10:23
Seraph_summer1-Jul-09 10:23 
AnswerRe: about the usinhg Visual Studio 2010 beta 1 Pin
Pete O'Hanlon1-Jul-09 10:30
mvePete O'Hanlon1-Jul-09 10:30 
GeneralRe: about the usinhg Visual Studio 2010 beta 1 Pin
Seraph_summer1-Jul-09 10:35
Seraph_summer1-Jul-09 10:35 
GeneralRe: about the usinhg Visual Studio 2010 beta 1 Pin
Pete O'Hanlon1-Jul-09 11:15
mvePete O'Hanlon1-Jul-09 11:15 
GeneralRe: about the usinhg Visual Studio 2010 beta 1 Pin
Mycroft Holmes1-Jul-09 21:33
professionalMycroft Holmes1-Jul-09 21:33 
GeneralRe: about the usinhg Visual Studio 2010 beta 1 Pin
Pete O'Hanlon1-Jul-09 22:07
mvePete O'Hanlon1-Jul-09 22:07 
GeneralRe: about the usinhg Visual Studio 2010 beta 1 Pin
Mycroft Holmes1-Jul-09 22:45
professionalMycroft Holmes1-Jul-09 22:45 
AnswerRe: about the usinhg Visual Studio 2010 beta 1 Pin
Vikram A Punathambekar1-Jul-09 19:55
Vikram A Punathambekar1-Jul-09 19:55 
AnswerRe: about abusing Visual Studio 2010 beta 1 Pin
OriginalGriff1-Jul-09 23:28
mveOriginalGriff1-Jul-09 23:28 
QuestionDatalist to pdf [modified] Pin
ferronrsmith1-Jul-09 10:12
ferronrsmith1-Jul-09 10:12 
AnswerRe: Datalist to pdf Pin
I Believe In GOD1-Jul-09 11:00
I Believe In GOD1-Jul-09 11:00 
GeneralRe: Datalist to pdf Pin
ferronrsmith1-Jul-09 12:26
ferronrsmith1-Jul-09 12:26 
QuestionDocument Viewer control Pin
CoLeichty1-Jul-09 8:26
CoLeichty1-Jul-09 8:26 
AnswerRe: Document Viewer control Pin
Luc Pattyn1-Jul-09 9:13
sitebuilderLuc Pattyn1-Jul-09 9:13 
QuestionAForge.net writer.Open problem Pin
tvbarnard1-Jul-09 7:59
tvbarnard1-Jul-09 7:59 
AnswerRe: AForge.net writer.Open problem Pin
tvbarnard1-Jul-09 8:07
tvbarnard1-Jul-09 8:07 
GeneralRe: AForge.net writer.Open problem Pin
Luc Pattyn1-Jul-09 8:24
sitebuilderLuc Pattyn1-Jul-09 8:24 
Hi,

two comments:

1.
removing a try-catch structure is not the way to get anything solved.

2.
having an empty catch block is a deadly sin. What you should do is display the exception you got,
as in Console.WriteLine(exc.ToString()); as that would give you valuable information.
An empty catch block just swallows the exception, hence it hides the problem without solving it.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

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.