errorprovider component

  • Thread starter Thread starter CodeToad
  • Start date Start date
C

CodeToad

I installed the IDE for VS.NET 1.1, and did some C# applications, but later,
when I needed the errorprovider component,
I could not find it. I thought it was automatically loaded, any hints where
to find this and configure for auto-load all the time?
 
CodeToad,

You can right-click on the toolbox and then a dialog will come up with
the components that are in it, as well as the components that are available
to place in the toolbox. You should be able to find the error provider
component there. Make sure it is checked, and then the IDE will remember to
place it in the toolbox.

Hope this helps.
 
Nicholas,
Thanks, that helped a lot!!!

CodeToad


Nicholas Paldino said:
CodeToad,

You can right-click on the toolbox and then a dialog will come up with
the components that are in it, as well as the components that are available
to place in the toolbox. You should be able to find the error provider
component there. Make sure it is checked, and then the IDE will remember to
place it in the toolbox.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

CodeToad said:
I installed the IDE for VS.NET 1.1, and did some C# applications, but later,
when I needed the errorprovider component,
I could not find it. I thought it was automatically loaded, any hints where
to find this and configure for auto-load all the time?
 
Back
Top