Wednesday, March 21, 2012

Passing variables values

Hi gurus,
I have a little complex question for you all, that I hope you can help me.

I have a windows application that comunicate with another dll's
applications. My Win app have some menus (like Outlook bar) and each menu
can have many icons or function as you want. This icons can call forms from
any dll app that I have too. Ok, so far so good... Know I want to have a
form that have a Web Browser control for calling a page that I made in
ASP.NET.
My Win app have the current user that is using app, the problem when I have
to pass the user Id value to the page in APS.NET.
How can I pass this value? How can I "comunicate" between Win and Web forms.

NOTE: I must say another thing: the Win app is in Visual Studio 6.0.

--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
rucayou can catch events and access the webbrowser dom. you could use standard
authencation on the asp.net site, or fill in a hidden field on the page
before post.

-- bruce (sqlwork.com)

"ruca" <ruuca@.iol.pt> wrote in message
news:uZnzx%23F2EHA.3336@.TK2MSFTNGP11.phx.gbl...
| Hi gurus,
| I have a little complex question for you all, that I hope you can help me.
|
| I have a windows application that comunicate with another dll's
| applications. My Win app have some menus (like Outlook bar) and each menu
| can have many icons or function as you want. This icons can call forms
from
| any dll app that I have too. Ok, so far so good... Know I want to have a
| form that have a Web Browser control for calling a page that I made in
| ASP.NET.
| My Win app have the current user that is using app, the problem when I
have
| to pass the user Id value to the page in APS.NET.
| How can I pass this value? How can I "comunicate" between Win and Web
forms.
|
| NOTE: I must say another thing: the Win app is in Visual Studio 6.0.
|
|
| --
| Programming ASP.NET with VB.NET
| Thank's (if you try to help me)
| Hope this help you (if I try to help you)
| ruca
|
|
Can you be more specific please? I don't uderstand very well. Sorry... :)

I forgot to tell you that the Win app already have a login. The only thing
that I want is to pass the user ID to the Web.

--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca

"bruce barker" <nospam_brubar@.safeco.com> escreveu na mensagem
news:u$BRqHJ2EHA.2192@.TK2MSFTNGP14.phx.gbl...
> you can catch events and access the webbrowser dom. you could use standard
> authencation on the asp.net site, or fill in a hidden field on the page
> before post.
> -- bruce (sqlwork.com)
>
> "ruca" <ruuca@.iol.pt> wrote in message
> news:uZnzx%23F2EHA.3336@.TK2MSFTNGP11.phx.gbl...
> | Hi gurus,
> | I have a little complex question for you all, that I hope you can help
> me.
> |
> | I have a windows application that comunicate with another dll's
> | applications. My Win app have some menus (like Outlook bar) and each
> menu
> | can have many icons or function as you want. This icons can call forms
> from
> | any dll app that I have too. Ok, so far so good... Know I want to have
> a
> | form that have a Web Browser control for calling a page that I made in
> | ASP.NET.
> | My Win app have the current user that is using app, the problem when I
> have
> | to pass the user Id value to the page in APS.NET.
> | How can I pass this value? How can I "comunicate" between Win and Web
> forms.
> |
> | NOTE: I must say another thing: the Win app is in Visual Studio 6.0.
> |
> |
> | --
> | Programming ASP.NET with VB.NET
> | Thank's (if you try to help me)
> | Hope this help you (if I try to help you)
> | ruca
> |
> |

0 comments:

Post a Comment