Tagged Questions
The cross-application tag has no wiki summary.
3
votes
3answers
89 views
Passing Credentials Between Application and IFrame
I have a web application (A) which contains an iframe. The iframe includes another web application (B).
Supposed I log into web application A and 5 different iframes are displayed hosting 5 ...
3
votes
1answer
665 views
Keeping a related ASP.NET application's session alive from another ASP.NET application
I have 2 applications running on the same domain. The flow goes like so:
Application 1
Application 1 -> Application 2
Application 2 -> Application 1
Application 1 is WebForms (asp.net framework ...
3
votes
1answer
159 views
Building a .net application on classic ASP
We have a big classic ASP website, and we want to start writing new code in .net, (the website is way to big to rewrite 100% at this stage).
The old website uses session variables, will these still ...
2
votes
2answers
297 views
Create Button on other application window
I wrote below code to create an extra button on Calculator, but the button don't show:
var
Object1 : TButton ;
Hand: THandle;
begin
Hand:= FindWindow('CalcFrame', 'Calculator');
Object1 := ...
1
vote
1answer
1k views
vb.net possible to monitor raise events across applications?
I may have gone crazy... but I am hoping there is a way to do this.
I have a base class that has event handling in it. My console application is running my workflow. Part of that workflow is to raise ...
0
votes
2answers
61 views
Android cross-application data passing
Overview
I am creating an Android application which will scan various aspects of the device (contacts, apns, emails etc)
What I would like to make possible is for 3rd party application to register ...
0
votes
2answers
33 views
Share a selected item across applications in Android
I would like to have two applications, app X and app Y. X where a user can select from list of choices (perhaps a list) and Y then uses the selected choice of X upon start-up.
The reason I need this ...
0
votes
2answers
274 views
C#: capture windowstate changes of another application (wrote in c/c++ i think)
I have a situation where I need to capture windowstate changes of another window (which is not owned by my application and I didn't wrote it. I think it's written in C++).
Actually I'm using a ...
0
votes
1answer
387 views
Cross app redirect in Forms Authentication
I have design 2 web apps and use Forms Authetication for single sign on
Web A: contains a Login.aspx page
Web B: contains an OK.aspx page
when access Ok.aspx in Web B, it will redirect to ...
0
votes
1answer
366 views
Attach window to running application
I have customer that uses older, custom built ERP application for which they don't have source code and company that developed it does not exist any more. Application is developed in 2000 and it's ...