Disabled Test Dialog button

  • Thread starter Thread starter Terp
  • Start date Start date
T

Terp

Hi all,
Does anyone know why the Test Dialog button on the Format toolbar is always
disabled for me? I've hunted through the help files, searched MSDN, searched
the web, but can't find anything related to this. Does Test Dialog not work
with a Windows form within a VB project? I even tried assigning a keyboard
shortcut but that fails to work also.

Thanks for your help.
 
Terp said:
Does anyone know why the Test Dialog button on the Format toolbar is
always
disabled for me?

This toolbar IMHO works with dialog resources (in Win32 resource files,
typically used in Win32 C++ projects) only.
 
Rats. Thanks for the info.

Terp


Herfried K. Wagner said:
This toolbar IMHO works with dialog resources (in Win32 resource files,
typically used in Win32 C++ projects) only.
 

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

Back
Top