Home > Archive > Visual Basic > August 2005 > Easy one?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Wardeaux 2005-08-26, 6:55 pm |
| I've got a VB.NET winform app that needs to return a value to the calling
process/application. Application.Exit() does not allow values, is there
another easy way to do this?
MTIA
wardeaux
| |
| Rick Rothstein [MVP - Visual Basic] 2005-08-26, 6:55 pm |
| Almost everybody in this newsgroup is using VB6 or lower. While you may
get a stray answer to VB.NET (including VB2003 and VB2005 which has
dropped .NET from its name) questions here, you should ask them in
newsgroups devoted exclusively to .NET programming. Look for newsgroups
with either the word "dotnet" or "vsnet" in their name.
For the microsoft news server, try these newsgroups for Visual Basic
..NET related questions...
microsoft.public.dotnet.languages.vb
microsoft.public.dotnet.languages.vb.upgrade
microsoft.public.dotnet.languages.vb.controls
microsoft.public.dotnet.languages.vb.data
And these for more general .NET questions
microsoft.public.dotnet.general
microsoft.public.vsnet.general
Note: There are many other .NET newgroups (use the first three "fields"
from the last two as templates when searching for them), but the above
ones should get you started.
Rick
"Wardeaux" <Wardeaux@discussions.microsoft.com> wrote in message
news:82FC66E0-70AA-49D8-AD1A-AA4E939054A2@microsoft.com...
> I've got a VB.NET winform app that needs to return a value to the
calling
> process/application. Application.Exit() does not allow values, is
there
> another easy way to do this?
> MTIA
> wardeaux
| |
| Wardeaux 2005-08-26, 6:55 pm |
| Excellent... thanks!
"Rick Rothstein [MVP - Visual Basic]" wrote:
> Almost everybody in this newsgroup is using VB6 or lower. While you may
> get a stray answer to VB.NET (including VB2003 and VB2005 which has
> dropped .NET from its name) questions here, you should ask them in
> newsgroups devoted exclusively to .NET programming. Look for newsgroups
> with either the word "dotnet" or "vsnet" in their name.
>
> For the microsoft news server, try these newsgroups for Visual Basic
> ..NET related questions...
>
> microsoft.public.dotnet.languages.vb
> microsoft.public.dotnet.languages.vb.upgrade
> microsoft.public.dotnet.languages.vb.controls
> microsoft.public.dotnet.languages.vb.data
>
> And these for more general .NET questions
>
> microsoft.public.dotnet.general
> microsoft.public.vsnet.general
>
> Note: There are many other .NET newgroups (use the first three "fields"
> from the last two as templates when searching for them), but the above
> ones should get you started.
>
> Rick
>
>
>
> "Wardeaux" <Wardeaux@discussions.microsoft.com> wrote in message
> news:82FC66E0-70AA-49D8-AD1A-AA4E939054A2@microsoft.com...
> calling
> there
>
>
>
| |
|
| Yup, that was a very easy one<g>
--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
"Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews@NOSPAMcomcast.net>
wrote in message news:uT6ZHKkqFHA.3160@TK2MSFTNGP14.phx.gbl...
> Almost everybody in this newsgroup is using VB6 or lower. While you may
> get a stray answer to VB.NET (including VB2003 and VB2005 which has
> dropped .NET from its name) questions here, you should ask them in
> newsgroups devoted exclusively to .NET programming. Look for newsgroups
> with either the word "dotnet" or "vsnet" in their name.
>
> For the microsoft news server, try these newsgroups for Visual Basic
> .NET related questions...
>
> microsoft.public.dotnet.languages.vb
> microsoft.public.dotnet.languages.vb.upgrade
> microsoft.public.dotnet.languages.vb.controls
> microsoft.public.dotnet.languages.vb.data
>
> And these for more general .NET questions
>
> microsoft.public.dotnet.general
> microsoft.public.vsnet.general
>
> Note: There are many other .NET newgroups (use the first three "fields"
> from the last two as templates when searching for them), but the above
> ones should get you started.
>
> Rick
>
>
>
> "Wardeaux" <Wardeaux@discussions.microsoft.com> wrote in message
> news:82FC66E0-70AA-49D8-AD1A-AA4E939054A2@microsoft.com...
> calling
> there
>
>
|
|
|
|
|