473,490 Members | 2,737 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

MSHTML Sessions

Hi all,

I am making a program using the I.E. web browser control and need some
(more) help. I need multiple windows open (multiple instances of the web
browser) open at once on a page which requires the user to log on. As it is
now I simple create the new forms and the webpage asks me to log in again.
Is there some way of making all the web browser controls use the same
internet sessions or something similar which will have the desired effect?

Regards, David
Nov 17 '05 #1
4 1904
Hi David,

maybe you could use cookies to handle your session ??

Cheers
Lars Behrmann

_________________
Nothing is impossible. UML is the key for all your problems.
AODL - Make your .net apps OpenOffice ready
http://aodl.sourceforge.net/

David Pendrey schrieb:
Hi all,

I am making a program using the I.E. web browser control and need some
(more) help. I need multiple windows open (multiple instances of the web
browser) open at once on a page which requires the user to log on. As it is
now I simple create the new forms and the webpage asks me to log in again.
Is there some way of making all the web browser controls use the same
internet sessions or something similar which will have the desired effect?

Regards, David


Nov 17 '05 #2
How?

"Lars Behrmann" <la***********@web.de> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
Hi David,

maybe you could use cookies to handle your session ??

Cheers
Lars Behrmann

_________________
Nothing is impossible. UML is the key for all your problems.
AODL - Make your .net apps OpenOffice ready
http://aodl.sourceforge.net/

David Pendrey schrieb:
Hi all,

I am making a program using the I.E. web browser control and need
some
(more) help. I need multiple windows open (multiple instances of the web
browser) open at once on a page which requires the user to log on. As it
is
now I simple create the new forms and the webpage asks me to log in
again.
Is there some way of making all the web browser controls use the same
internet sessions or something similar which will have the desired
effect?

Regards, David

Nov 17 '05 #3
Hi David,

i thought that you also programm the websites,
so that you could implement the session handling
with cookies there, but if not you have of course
no way do it. Otherwise on Codeproject.com you will
find an article about state mangement with asp.net
incl. using cookies

http://www.codeproject.com/aspnet/as...tstatmgmnt.asp

Cheers
Lars Behrmann

David Pendrey schrieb:
How?

"Lars Behrmann" <la***********@web.de> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
Hi David,

maybe you could use cookies to handle your session ??

Cheers
Lars Behrmann

_________________
Nothing is impossible. UML is the key for all your problems.
AODL - Make your .net apps OpenOffice ready
http://aodl.sourceforge.net/

David Pendrey schrieb:
Hi all,

I am making a program using the I.E. web browser control and need
some
(more) help. I need multiple windows open (multiple instances of the web
browser) open at once on a page which requires the user to log on. As it
is
now I simple create the new forms and the webpage asks me to log in
again.
Is there some way of making all the web browser controls use the same
internet sessions or something similar which will have the desired
effect?

Regards, David


Nov 17 '05 #4
Lars,

That looks like it is only server side code. I need multiple instances of
MSHTML to act as if they were a single application. Can this even be done?

David

"Lars Behrmann" <la***********@web.de> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
Hi David,

i thought that you also programm the websites,
so that you could implement the session handling
with cookies there, but if not you have of course
no way do it. Otherwise on Codeproject.com you will
find an article about state mangement with asp.net
incl. using cookies

http://www.codeproject.com/aspnet/as...tstatmgmnt.asp

Cheers
Lars Behrmann

David Pendrey schrieb:
How?

"Lars Behrmann" <la***********@web.de> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
> Hi David,
>
> maybe you could use cookies to handle your session ??
>
> Cheers
> Lars Behrmann
>
> _________________
> Nothing is impossible. UML is the key for all your problems.
> AODL - Make your .net apps OpenOffice ready
> http://aodl.sourceforge.net/
>
> David Pendrey schrieb:
>
>> Hi all,
>>
>> I am making a program using the I.E. web browser control and need
>> some
>> (more) help. I need multiple windows open (multiple instances of the
>> web
>> browser) open at once on a page which requires the user to log on. As
>> it
>> is
>> now I simple create the new forms and the webpage asks me to log in
>> again.
>> Is there some way of making all the web browser controls use the same
>> internet sessions or something similar which will have the desired
>> effect?
>>
>> Regards, David
>

Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
7743
by: Dean Hallman | last post by:
I need to ensure client machine has Microsoft.mshtml installed in the GAC. And if not, deploy it. My app is a Browser Helper Object and depends on mshtml. Initially, I thought I could take care...
4
17611
by: David Pendrey | last post by:
Hello all, I am using the WebBrowser control to browse a webpage containing frames and am having difficulties accessing the 'frames' property of a document object. Bellow is my code and the error...
10
10982
by: Hans Merkl | last post by:
Hi, I have written an pap with .NET 2.0 and c# that uses MSHTML. It works fine on my development machine but on machines I deploy it to I get the following exception when ever I call MSHTML. ...
2
3750
by: DotNetShadow | last post by:
Hi Guys, I have been reading heaps of information in regards to MSHTML object being used in .NET applications, windows and UI-less. I have read the walkall samples and tried various techniques...
4
3271
by: Lars-Erik Aabech | last post by:
Hi! I've been walking in extacy since reading the article about test automation with IE in the latest MSDN mag. (http://msdn.microsoft.com/msdnmag/issues/05/10/TestRun/default.aspx) After a...
5
10866
by: Atara | last post by:
I am trying to convert the following code to VB .Net, I still have some gaps (the lines that are marked with (*)) and also I need an ending condition for the while loop. any help would be...
0
2219
by: Atara | last post by:
Our application was build with VS 2003. I have tried to run it on a computer with .Net 2.0 (but without .Net 1.1 , as it should be used) and I got the following error - ...
11
2343
by: Lucky | last post by:
hi guys, i need to parse html data that i've got from "Inet" object in vb6. now i want to prase the html data. here i got 2 options. one is MSXML and other is MSHTML. i tried both of them but i...
5
3867
by: Jason | last post by:
Hi, I'm developing an HTML Editor Control using VB.Net 2003 for an application that used to use the DHTML Editor Control that is no longer supported. Well, it's been fun but I've hit a wall with...
0
7146
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6852
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7356
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5448
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3084
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3074
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1389
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
628
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
277
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.