PDA

Click to See Complete Forum and Search --> : Problem with user control


adiad
Mar 30th, 2001, 02:48 PM
I built an user control. At the first time the application
tries to use it I get the following error :
"Cannot load control " . The second time it tries
to access the control , everything is OK .

Can somebody help me ????

TIA
Eddie

Jerome W. Norgren
Mar 31st, 2001, 03:41 AM
adiad,


I think you are having an initialization problem, I'm no expert with controls yet, just started working on them recently, if you have the MSDN Library search for: Life and Times of a UserControl Object and if you don't then go to this link and search for it there (Check mark all the search areas).

http://search.microsoft.com/us/dev/default.asp


Hope that this helps.