Home All Groups Group Topic Archive Search About

IE 7 issues...Plzzzzzzzzzzzzz Help

Author
26 Feb 2007 3:41 PM
sajin
Hi All,

I've got a very wierd issue with my application. I have a standard
windows
form which takes information entered by the user and submits it to a
web
server. This registration dialog worked just fine on a machine with
IE6.
However, after IE7 was installed the registration dialog simply HUNG
on
submitting information i.e. clicking the 'submit' button :-(
Can anyone tell me whats wrong here?


Any help will be appreciated!!!!!!!!!!!!!!


Regards
-AlertAdmin

Author
26 Feb 2007 3:55 PM
David Kerber
In article <1172504460.436130.220***@v33g2000cwv.googlegroups.com>,
sa***@iprlab.com says...
Show quoteHide quote
> Hi All,
>
> I've got a very wierd issue with my application. I have a standard
> windows
> form which takes information entered by the user and submits it to a
> web
> server. This registration dialog worked just fine on a machine with
> IE6.
> However, after IE7 was installed the registration dialog simply HUNG
> on
> submitting information i.e. clicking the 'submit' button :-(
> Can anyone tell me whats wrong here?
>
>
> Any help will be appreciated!!!!!!!!!!!!!!

What is the connection to Visual Basic in this question?


--
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
Author
26 Feb 2007 4:22 PM
Rick Rothstein (MVP - VB)
>> I've got a very wierd issue with my application. I have a standard
>> windows
>> form which takes information entered by the user and submits it to a
>> web
>> server. This registration dialog worked just fine on a machine with
>> IE6.
>> However, after IE7 was installed the registration dialog simply HUNG
>> on
>> submitting information i.e. clicking the 'submit' button :-(
>> Can anyone tell me whats wrong here?
>
> What is the connection to Visual Basic in this question?

The name of the newsgroup? <g>

Rick
Author
26 Feb 2007 4:17 PM
Saucer Man
Are you using the msinet control?

--

Thanks.


Show quoteHide quote
"sajin" <sa***@iprlab.com> wrote in message
news:1172504460.436130.220570@v33g2000cwv.googlegroups.com...
> Hi All,
>
> I've got a very wierd issue with my application. I have a standard
> windows
> form which takes information entered by the user and submits it to a
> web
> server. This registration dialog worked just fine on a machine with
> IE6.
> However, after IE7 was installed the registration dialog simply HUNG
> on
> submitting information i.e. clicking the 'submit' button :-(
> Can anyone tell me whats wrong here?
>
>
> Any help will be appreciated!!!!!!!!!!!!!!
>
>
> Regards
> -AlertAdmin
>
Author
27 Feb 2007 4:45 AM
sajin
Yes i am using MSINET control




Show quoteHide quote
On Feb 26, 9:17 pm, "Saucer Man" <saucer...@nospam.net> wrote:
> Are you using the msinet control?
>
> --
>
> Thanks.
>
> "sajin" <s***@iprlab.com> wrote in message
>
> news:1172504460.436130.220570@v33g2000cwv.googlegroups.com...
>
>
>
> > Hi All,
>
> > I've got a very wierd issue with my application. I have a standard
> > windows
> > form which takes information entered by the user and submits it to a
> > web
> > server. This registration dialog worked just fine on a machine with
> > IE6.
> > However, after IE7 was installed the registration dialog simply HUNG
> > on
> > submitting information i.e. clicking the 'submit' button :-(
> > Can anyone tell me whats wrong here?
>
> > Any help will be appreciated!!!!!!!!!!!!!!
>
> > Regards
> > -AlertAdmin- Hide quoted text -
>
> - Show quoted text -
Author
27 Feb 2007 3:31 PM
Saucer Man
That's no longer compatible with IE7 for security reasons.  I switched to
the GetWebData API.  Do a search on this API and you will find out how to
implement it in your scenerio.  I was using msinet to download html before I
switched to GetWebData.

--

Thanks.


Show quoteHide quote
"sajin" <sa***@iprlab.com> wrote in message
news:1172551506.158093.142670@t69g2000cwt.googlegroups.com...
> Yes i am using MSINET control
>
>
>
>
> On Feb 26, 9:17 pm, "Saucer Man" <saucer...@nospam.net> wrote:
>> Are you using the msinet control?
>>
>> --
>>
>> Thanks.
>>
>> "sajin" <s***@iprlab.com> wrote in message
>>
>> news:1172504460.436130.220570@v33g2000cwv.googlegroups.com...
>>
>>
>>
>> > Hi All,
>>
>> > I've got a very wierd issue with my application. I have a standard
>> > windows
>> > form which takes information entered by the user and submits it to a
>> > web
>> > server. This registration dialog worked just fine on a machine with
>> > IE6.
>> > However, after IE7 was installed the registration dialog simply HUNG
>> > on
>> > submitting information i.e. clicking the 'submit' button :-(
>> > Can anyone tell me whats wrong here?
>>
>> > Any help will be appreciated!!!!!!!!!!!!!!
>>
>> > Regards
>> > -AlertAdmin- Hide quoted text -
>>
>> - Show quoted text -
>
>