|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Don't see application eventsI have an app that was upgraded to vb 2005 from vb 2003. In 2003 there was
no file applicationevents.vb. I got a copy of a sample file from ms and added it to the project, however when i'm in the code window and try to get application events, the dropdown list for the available events on the right does not show any events. How do I add an applicationevents.vb file to my project that will interact corrcetly with the IDE and show the available events in the dropdown? Thanks for any help Bob Robert,
If I understand you well, than you have three ways in VB.Net You write it dynamicly using the AddHandler You create an event by the right dropdown in top of your code page You add the event as text after your eventmethod "Handles" and the intelisense does the rest Cor Show quoteHide quote "Robert Dufour" <bduf***@sgiims.com> schreef in bericht news:eawWBBtBHHA.3228@TK2MSFTNGP03.phx.gbl... >I have an app that was upgraded to vb 2005 from vb 2003. In 2003 there was >no file applicationevents.vb. I got a copy of a sample file from ms and >added it to the project, however when i'm in the code window and try to get >application events, the dropdown list for the available events on the right >does not show any events. > > How do I add an applicationevents.vb file to my project that will interact > corrcetly with the IDE and show the available events in the dropdown? > > Thanks for any help > > Bob > Robert Dufour schrieb:
> Hi Robert,> How do I add an applicationevents.vb file to my project that will interact > corrcetly with the IDE and show the available events in the dropdown? > Don't know if I understood your problem, but in VS you can add the ApplicationEvents.vb By pressing button "View Application Events" in <ProjectFile> --> Application Thank you both
Robert Show quoteHide quote "Norman Chong" <normanch***@freenet.de> wrote in message news:1163408642.249301.78150@f16g2000cwb.googlegroups.com... > > Robert Dufour schrieb: > >> >> How do I add an applicationevents.vb file to my project that will >> interact >> corrcetly with the IDE and show the available events in the dropdown? >> > > Hi Robert, > > Don't know if I understood your problem, but in VS you can add the > ApplicationEvents.vb By pressing button "View Application Events" in > <ProjectFile> --> Application >
System.Timers.Timer, thread synchronization issues
Thread.Sleep slowing down the whole application Play wavs in VB2005. Compression namespace for Array DataGridViewCell has lost its DataGridView - How to solve? Creating an array of textbox objects Able .NET ? GUIDS not creating correctly in vb.net Can I add them to the context menu and programmically copy them to the main menu Getting IE Page Contents |
|||||||||||||||||||||||