|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
UnloadModeI want to make a unloadmode like what was in vb6. I have seen some code
using the stack, but I would prefer to use window messages. I am trying to find the calls used for the tast manager shutting down the window. Any ideas how to get that? LesPaul,
>I want to make a unloadmode like what was in vb6. I have seen some code To give us an idea, what do you want to achieve with that.>using the stack, but I would prefer to use window messages. I am trying to >find the calls used for the tast manager shutting down the window. Any >ideas how to get that? Cor "Lespaul36" <lespau***@none.net> wrote in message If you're looking for the equivalent ofnews:OAqlxNHfFHA.268@TK2MSFTNGP15.phx.gbl... > I want to make a unloadmode like what was in vb6. Sub Form_QueryInload _ ( UnloadMode as Integer _ , Cancel as Integer ) ) there isn't one in VB'2002 or '2003, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vxconChangesToFormObjectInVisualBasicNET.asp but guess what? Take a look at what's coming in VB'2005: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/VBUpgrade.asp Regards, Phill W. "Lespaul36" <lespau***@none.net> schrieb: See:>I want to make a unloadmode like what was in vb6. I have seen some code >using the stack, but I would prefer to use window messages. I am trying to >find the calls used for the tast manager shutting down the window. <URL:http://web.archive.org/web/20041113033054/http://fawcette.com/archives/premier/mgznarch/vbpj/2001/11nov01/qa0111/qa0111.asp> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> |
|||||||||||||||||||||||