Re: New to WindowsForms by Sam
Sam
Wed Apr 06 08:45:07 CDT 2005
I don't think so.
I went to Quickstart tutorials and there is a main menu section called
winforms.
I started reading that and there is section called "Controls in Internet
Explorer" in the left hand menu.
and if I understand it correctly, they do the exactly same thing as I did
but I am still facing issues and it does not work for me.
Also I went through lot of other sites related to smart client application
development and use in web browser.
I think I am in right track but need some help to get success.
Please guide me if i am doing any thing wrong.
Sam
"Michel Prévost" <michel.prevost_TAKEOUTTHISPART@cactuscommerce.com> wrote
in message news:ORckwohOFHA.3292@TK2MSFTNGP12.phx.gbl...
> Would that be possible that you mixed up Windows Forms and Web Forms?
>
> The subject talks about windows forms but your message seems to talk about
> web forms (aspx).
>
>
> "Sam" <samirsoni@hotmail.com> wrote in message
> news:%23kb97zeOFHA.2252@TK2MSFTNGP15.phx.gbl...
>> Hi I am learning windows fomrs and started with the sample in the
>> quickstart tutorials and I am not able to display the control on my aspx
>> page.
>> I created a control library with one simple control having a panel and a
>> button. panel's visible property is false by default and I added color to
>> panel.
>> On the button press event , I set the visible property of the panel to
>> true to show the panel.
>> This control is created as test1.dll and then added to a web application
>> and added to aspx page as an object and calling with the classid property
>> to display the control. I have also set the objects property "VIEWASTEXT'
>> .
>>
>> The problem is that the aspx page does show the placeholder but does nto
>> display the control.
>> what am I doing wrong?
>>
>> Please advice.
>>
>> thanks
>> sam
>>
>
>