Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
GeneralRe: Listbox header column bitmaps Pin
Nick Parker4-Dec-02 9:03
protectorNick Parker4-Dec-02 9:03 
GeneralThat AppUpdater thing from GotDotNet Pin
Tom Welch4-Dec-02 6:39
Tom Welch4-Dec-02 6:39 
GeneralRe: That AppUpdater thing from GotDotNet Pin
Nathan Tran4-Dec-02 6:46
Nathan Tran4-Dec-02 6:46 
GeneralClientside UserControl Pin
Peter Kiss4-Dec-02 2:45
Peter Kiss4-Dec-02 2:45 
GeneralRe: Clientside UserControl Pin
John Rayner4-Dec-02 7:34
John Rayner4-Dec-02 7:34 
GeneralRe: Clientside UserControl - without success Pin
Peter Kiss6-Dec-02 5:09
Peter Kiss6-Dec-02 5:09 
GeneralRe: Clientside UserControl - without success 2 Pin
Peter Kiss7-Dec-02 5:33
Peter Kiss7-Dec-02 5:33 
GeneralRe: Clientside UserControl - without success 2 Pin
John Rayner7-Dec-02 12:45
John Rayner7-Dec-02 12:45 
Try also looking at http://msdn.microsoft.com/msdnmag/issues/02/06/Rich/default.aspx[^]. This will provide you with a sample download that you can play with.

Assuming you have everything setup properly, my next guess would be that your code is throwing an exception that it is not handling. This could be because of security (see below) or simply a problem with your code. Make sure you have try..catch blocks everywhere and try attaching VS.NET to IE before you load your web page - this may enable you to debug your control.

Your code will run in a partially trusted environment, so certain things (e.g. disk access, registry access, web access anywhere other than the site where your control lives) are off limits. Your code will throw an exception (probably a System.Security.SecurityException) if it attempts these tasks.
Generalusing the KeyEventArgs.Handled prop Pin
djkno34-Dec-02 2:35
djkno34-Dec-02 2:35 
GeneralRe: using the KeyEventArgs.Handled prop Pin
Nathan Tran4-Dec-02 6:53
Nathan Tran4-Dec-02 6:53 
Generalconstraining somthing in a panel control Pin
djkno34-Dec-02 2:11
djkno34-Dec-02 2:11 
GeneralRe: constraining somthing in a panel control Pin
Kannan Kalyanaraman4-Dec-02 19:10
Kannan Kalyanaraman4-Dec-02 19:10 
GeneralRe: constraining somthing in a panel control Pin
djkno35-Dec-02 1:29
djkno35-Dec-02 1:29 
QuestionHow to programmatically trigger an event? Pin
yccheok3-Dec-02 16:11
yccheok3-Dec-02 16:11 
AnswerRe: How to programmatically trigger an event? Pin
Not Active3-Dec-02 16:27
mentorNot Active3-Dec-02 16:27 
AnswerRe: How to programmatically trigger an event? Pin
Jeff J3-Dec-02 16:27
Jeff J3-Dec-02 16:27 
AnswerRe: How to programmatically trigger an event? Pin
Anonymous4-Dec-02 7:21
Anonymous4-Dec-02 7:21 
GeneralDesign Patterns Pin
John Rayner3-Dec-02 7:40
John Rayner3-Dec-02 7:40 
GeneralRe: Design Patterns Pin
Chris Austin3-Dec-02 10:03
Chris Austin3-Dec-02 10:03 
GeneralRe: Design Patterns Pin
Jarrod Marshall4-Dec-02 7:42
Jarrod Marshall4-Dec-02 7:42 
GeneralUnicode Characters Pin
Jassim Rahma3-Dec-02 6:25
Jassim Rahma3-Dec-02 6:25 
GeneralRe: Unicode Characters Pin
Nick Parker3-Dec-02 8:08
protectorNick Parker3-Dec-02 8:08 
GeneralRemoting: Inter object communication. Pin
Nathan Tran3-Dec-02 6:07
Nathan Tran3-Dec-02 6:07 
GeneralRe: Remoting: Inter object communication. Pin
John Rayner3-Dec-02 8:04
John Rayner3-Dec-02 8:04 
GeneralRe: Remoting: Inter object communication. Pin
Nathan Tran3-Dec-02 10:41
Nathan Tran3-Dec-02 10:41 

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.