I have figgerd out what is causing the errors.
"iKiLL" <iKill@NotMyEmail.com> wrote in message
news:eZkyGI0WHHA.4132@TK2MSFTNGP06.phx.gbl...
>I have tried to create a form in my project called BaseForm.
>
> I put the scroll bars and the form and the pannel and i got it all
> working.
>
> Then i compiled my application and went to create a new form using the
> inherit from base form template.
>
> i then selected the BaseForm from the list.
>
> When the form then displays i get the following error i have passed below.
>
>
> Does any one know where i am going wrong?
> Should i be developing my base form in a seporat application?
>
>
> The designer could not be shown for this file because none of the
> classes within it can be designed. The designer inspected the following
> classes in the file: Form1 --- The base class 'SquareForm.BaseForm' could
> not be loaded. Ensure the assembly has been referenced and that all
> projects have been built.
> Hide
>
> at
> System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager
> manager)
> at
> System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
> manager)
> at
> Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
> serializationManager)
> at
> Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32
> fReload)
>
>
>
> Thnaks
> ink
>
>
>
>
>
> "iKiLL" <iKill@NotMyEmail.com> wrote in message
> news:eNnsMxzWHHA.3980@TK2MSFTNGP02.phx.gbl...
>> This is exactly what i was hoping i could do.
>>
>> but i am not sure i know how. I have been trying using the information at
>> this web site.
>>
>>
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/scrolling.aspx >>
>> To create the control.
>>
>>
>> Any sugestions?
>>
>> Thanks
>> ink
>>
>>
>>
>>
>>
>>
>> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
>> news:OKT4rtzWHHA.4076@TK2MSFTNGP05.phx.gbl...
>>> Why not just use a base form with the panel and SIP (and any other
>>> common items) and derive all other Forms from that? Inheritance. Learn
>>> it. Live it. Love it.
>>>
>>>
>>> --
>>> Chris Tacke - Embedded MVP
>>> OpenNETCF Consulting
>>> Managed Code in the Embedded World
>>>
www.opennetcf.com >>> --
>>>
>>>
>>> "iKiLL" <iKill@NotMyEmail.com> wrote in message
>>> news:ugvSckzWHHA.1200@TK2MSFTNGP04.phx.gbl...
>>>> Hi All
>>>>
>>>>
>>>>
>>>> I am Developing in C# with VS2005. I am Developing a Windows Mobile
>>>> Forms Application with the CF2
>>>>
>>>>
>>>>
>>>> My problem is that when the Input panel is displayed my screen does not
>>>> scroll.
>>>>
>>>>
>>>>
>>>> I have found some code using an Panel and a scroll bar that will make
>>>> the screen scroll when necessary.
>>>>
>>>>
>>>>
>>>> What I would like to know is how hard would it be to create an Windows
>>>> control for the CF that I can just stick on my form so that I don't
>>>> have to keep copping and pasting the code and the controls and laying
>>>> them out all the time.
>>>>
>>>>
>>>>
>>>> And If any one has already done this some advice would be welcome.
>>>>
>>>>
>>>>
>>>> Thanks
>>>>
>>>> ink
>>>>
>>>>
>>>
>>>
>>
>>
>
>