Hi there,
Just out of curiosity....
Looking into Application.designer.vb as part of MyProject i see
Partial Friend Class MyApplication
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Public Sub New()
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
..
End Sub
..
End Class
how come this class class doesn't or should i say "where does this class"
inherit from WindowsFormsApplicationBase? I can see thats its partial and
that its calling mybase.new but wheres the rest?
Ive looked into the directory using windows explorer but still cant find it.
Is this part of the visual studio/ vb compiler hoo doo voodoo?
thanks
richard
Bryan Phillips - 17 Jan 2007 02:03 GMT
The Application.myapp file is processed by a custom tool that does not
generate design-time source code like the others do.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> Hi there,
>
[quoted text clipped - 22 lines]
> thanks
> richard