Click here to Skip to main content
15,879,535 members
Home / Discussions / C#
   

C#

 
GeneralRe: Unload DOM Pin
ksanju10006-Sep-05 20:35
ksanju10006-Sep-05 20:35 
GeneralRe: Unload DOM Pin
John Fisher7-Sep-05 4:09
John Fisher7-Sep-05 4:09 
QuestionWeb Services in VS 2003 Pin
seee sharp6-Sep-05 1:22
seee sharp6-Sep-05 1:22 
QuestionRichetextbox problem again Pin
snouto6-Sep-05 1:13
snouto6-Sep-05 1:13 
AnswerRe: Richetextbox problem again Pin
S. Senthil Kumar6-Sep-05 1:51
S. Senthil Kumar6-Sep-05 1:51 
GeneralRe: Richetextbox problem again Pin
snouto6-Sep-05 2:08
snouto6-Sep-05 2:08 
GeneralRe: Richetextbox problem again Pin
S. Senthil Kumar6-Sep-05 2:46
S. Senthil Kumar6-Sep-05 2:46 
QuestionBase Class problem with forms Pin
Russell Jones6-Sep-05 0:34
Russell Jones6-Sep-05 0:34 
Hi,

I am trying to record the user actions on forms as part of my exception handling.

I've set up a singleton object that records all the control events i'm interested in and it works fine for the single test form. The form registers itself in the constructor and unregisters itself on disposal.

Then i thought i'd be clever and create a base class, let's call it myFormBase. I put the line to register the controls in the constructor:

_controlWatcher.AddForm(this);

ControlWatcher takes an argument of type form, i've also tried type myFormBase, but when i look through the controls for the form I only get the controls present on the base class, not the controls on the actual form i have passed in.

Is there a way round this problem?

Thanks

Russell
AnswerRe: Base Class problem with forms Pin
S. Senthil Kumar6-Sep-05 2:00
S. Senthil Kumar6-Sep-05 2:00 
GeneralRe: Base Class problem with forms Pin
Russell Jones6-Sep-05 2:33
Russell Jones6-Sep-05 2:33 
QuestionThreading and Forms Pin
Dani Duran Kenobi6-Sep-05 0:33
Dani Duran Kenobi6-Sep-05 0:33 
AnswerRe: Threading and Forms Pin
S. Senthil Kumar6-Sep-05 2:04
S. Senthil Kumar6-Sep-05 2:04 
QuestionControl Problems? Pin
Simon Wren5-Sep-05 23:36
professionalSimon Wren5-Sep-05 23:36 
AnswerRe: Control Problems? Pin
S. Senthil Kumar6-Sep-05 2:12
S. Senthil Kumar6-Sep-05 2:12 
GeneralRe: Control Problems? Pin
Simon Wren6-Sep-05 2:14
professionalSimon Wren6-Sep-05 2:14 
Questioncan i access my lan pc from out side lan using remoting Pin
Mayank Chauhan5-Sep-05 23:33
Mayank Chauhan5-Sep-05 23:33 
QuestionTAB KEY AND DATAGRID CELLS Pin
Greeky5-Sep-05 23:30
Greeky5-Sep-05 23:30 
AnswerRe: TAB KEY AND DATAGRID CELLS Pin
miah alom6-Sep-05 3:05
miah alom6-Sep-05 3:05 
QuestionIntPtr usage! Pin
Duong Tien Nam5-Sep-05 23:19
Duong Tien Nam5-Sep-05 23:19 
AnswerRe: IntPtr usage! Pin
S. Senthil Kumar6-Sep-05 2:17
S. Senthil Kumar6-Sep-05 2:17 
AnswerRe: IntPtr usage! Pin
Daniel Turini6-Sep-05 4:06
Daniel Turini6-Sep-05 4:06 
QuestionCreate new controls in RunTime Pin
liqnit5-Sep-05 22:56
liqnit5-Sep-05 22:56 
AnswerRe: Create new controls in RunTime Pin
Stefan Troschuetz6-Sep-05 0:32
Stefan Troschuetz6-Sep-05 0:32 
GeneralRe: Create new controls in RunTime Pin
liqnit6-Sep-05 3:15
liqnit6-Sep-05 3:15 
QuestionAdd user control Pin
reza toorani5-Sep-05 22:47
reza toorani5-Sep-05 22:47 

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.