System.NullReferenceExeption when using <ALT> + <D>

M

Maurice Mertens

Hi,

I'm having some troubles with a .NET application.


I have a MDI-parent form and MDI-child forms. When I press a shortcut key
in a MDI-child form (i.e. <ALT> + <D>) I get the following error:

An unhandled exception of type 'System.NullReferenceException' occurred in
system.windows.forms.dll

can anyone help me with this? I can't catch this exeption.



--
Met vriendelijke groet / With regards / Saludos,
Moviat Automatisering


Maurice Mertens
mauricem@moviat_KillSpamWordForEMail.nl

tel: +31 162 470 534
fax: +31 162 470 502
 
S

Shiva

See if you have set Alt+D as an access key for any of the menus, buttons,
etc and check the action performed.

Hi,

I'm having some troubles with a .NET application.


I have a MDI-parent form and MDI-child forms. When I press a shortcut key
in a MDI-child form (i.e. <ALT> + <D>) I get the following error:

An unhandled exception of type 'System.NullReferenceException' occurred in
system.windows.forms.dll

can anyone help me with this? I can't catch this exeption.



--
Met vriendelijke groet / With regards / Saludos,
Moviat Automatisering


Maurice Mertens
mauricem@moviat_KillSpamWordForEMail.nl

tel: +31 162 470 534
fax: +31 162 470 502
 
M

Maurice Mertens

Shiva,

<ALT> + <D> isn't an access key for a menu.



See if you have set Alt+D as an access key for any of the menus,
buttons, etc and check the action performed.

message Hi,

I'm having some troubles with a .NET application.


I have a MDI-parent form and MDI-child forms. When I press a shortcut
key in a MDI-child form (i.e. <ALT> + <D>) I get the following error:

An unhandled exception of type 'System.NullReferenceException'
occurred in system.windows.forms.dll

can anyone help me with this? I can't catch this exeption.



--
Met vriendelijke groet / With regards / Saludos,
Moviat Automatisering


Maurice Mertens
mauricem@moviat_KillSpamWordForEMail.nl

tel: +31 162 470 534
fax: +31 162 470 502
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top