|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Not 'breaking' or executing statments.I have a project, that doesn't appear to process frmMain at all - I break at form_load, and nothing happens. The form shows, but has done no processing in the form load. I have tried having frmMain as my startup object, and also Dim frmy As New frmMain frmy.ShowDialog() But my frmMain appears, without going thru the form_load. This is driving me mad. If I change to startup with a different form, all is OK. Anyone any ideas please Thanks Pete Make sure your "Handles" statement is still intact where your Load
event handler is declared. Pete Vickers [MVP] wrote: Show quoteHide quote > Hi, > I have a project, that doesn't appear to process frmMain at all - I break at > form_load, and nothing happens. The form shows, but has done no processing > in the form load. > > I have tried having frmMain as my startup object, and also > Dim frmy As New frmMain > frmy.ShowDialog() > > But my frmMain appears, without going thru the form_load. > > This is driving me mad. If I change to startup with a different form, all is > OK. > > Anyone any ideas please > > Thanks > > Pete Hi,
thanks - that did it. Wood - Trees :) Pete Show quoteHide quote "TDC" <NOtcarvinSPAM@lycos.com> wrote in message news:1151348532.927584.42500@u72g2000cwu.googlegroups.com... > Make sure your "Handles" statement is still intact where your Load > event handler is declared. > > > Pete Vickers [MVP] wrote: >> Hi, >> I have a project, that doesn't appear to process frmMain at all - I break >> at >> form_load, and nothing happens. The form shows, but has done no >> processing >> in the form load. >> >> I have tried having frmMain as my startup object, and also >> Dim frmy As New frmMain >> frmy.ShowDialog() >> >> But my frmMain appears, without going thru the form_load. >> >> This is driving me mad. If I change to startup with a different form, all >> is >> OK. >> >> Anyone any ideas please >> >> Thanks >> >> Pete >
ASP.NET web application - date conversions UK date format?
Building a single EXE file in VB 2005? What errors are not trappable? default in .NET byref or byval? Build Failed - 0 Errors DataGridView row background color Adding ActiveX controls at runtime and threading How to gain access to objet in different class ? Define a compilation switch Listbox help |
|||||||||||||||||||||||