Prev: crack for VSFlex8 in VB6.0
Next: Component Handles
From: Mark on 5 Oct 2009 16:36 Karl (if you're there), can we have centred message boxes as part of your Hook XP sample please? --Mark
From: Karl E. Peterson on 5 Oct 2009 16:55 Mark wrote: > Karl (if you're there), can we have centred message boxes as part of > your Hook XP sample please? Interesting (bundling) idea, but different sort of hook. -- ..NET: It's About Trust! http://vfred.mvps.org
From: Scott M. on 5 Oct 2009 17:03 Not sure what you mean by reading it as "part of the message" and "didn't post it separately", but again, the keyword "Call" is not used in .NET, so it must be a VB 6 question. -Scott "Nobody" <nobody(a)nobody.com> wrote in message news:%23YfL8RbRKHA.4568(a)TK2MSFTNGP06.phx.gbl... > "Scott M." <s-mar(a)nospam.nospam> wrote in message > news:euQGtNWRKHA.3540(a)TK2MSFTNGP04.phx.gbl... >> What makes you think this post is about .NET? The fact that the code >> uses the keyword "Call" seems to be a tip-off that it's a VB 6 question, >> since "Call" is not used in VB .NET. > > I read it as part of the message since he didn't post it separately. Also, > he posted here before but about dotnet, and I saw some of his posts in the > dotnet group. He must have posted here by mistake... > >
From: Tom Shelton on 5 Oct 2009 17:30 On 2009-10-05, Scott M. <s-mar(a)nospam.nospam> wrote: > Not sure what you mean by reading it as "part of the message" and "didn't > post it separately", but again, the keyword "Call" is not used in .NET, so > it must be a VB 6 question. > > -Scott Call is still valid in VB.NET. -- Tom Shelton
From: Scott M. on 5 Oct 2009 17:46
It's supported for legacy reasons, but not needed at all. It's not included in any code snippets or required as it is in VB 6. In short, there is no reason to ever use or need it in .NET. -Scott "Tom Shelton" <tom_shelton(a)comcastXXXXXXX.net> wrote in message news:OpWV$LgRKHA.4592(a)TK2MSFTNGP06.phx.gbl... > On 2009-10-05, Scott M. <s-mar(a)nospam.nospam> wrote: >> Not sure what you mean by reading it as "part of the message" and "didn't >> post it separately", but again, the keyword "Call" is not used in .NET, >> so >> it must be a VB 6 question. >> >> -Scott > > Call is still valid in VB.NET. > > -- > Tom Shelton |