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

Home Posts Topics Members FAQ

Webbrowser control help

Hello everybody,

I'm using a webcontrol that gives me two probles:

1. I try to select an item in an html "select-one" control, i modify
the value but it does nothing.
When i navigate normally i pick the item and then it updates the
form. How i can select an
item getting the same behavior, using the webbrowser?
(http://www.freesms.net/freesms.aspx)

2. In other page, i insert the user and password, i click submit and
that's all. When i use the
webbrowser, i get an security alert message. I use:
WebBrowser1.Silent = True and nothing
happens. What to do to avoid this message???

Thanks for your help.
Jun 27 '08 #1
18 3351
On May 20, 3:04*pm, CenturionX <darwinbaldr...@gmail.comwrote:
Hello everybody,

I'm using a webcontrol that gives me two probles:

1. I try to select an item in an html "select-one" control, i modify
the value but it does nothing.
* * When i navigate normally i pick the item and then it updates the
form. *How i can select an
* * item getting the same behavior, using the webbrowser?
* * (http://www.freesms.net/freesms.aspx)

2. In other page, i insert the user and password, i click submit and
that's all. *When i use the
* * webbrowser, i get an security alert message. *I use:
WebBrowser1.Silent = True and nothing
* * happens. *What to do to avoid this message???
Stop trying to cheat?

Jun 27 '08 #2
It's not about cheating.
It's about integrating a free tool to automate some repetitive tasks
for the people who works with me.

Any serious help???
Jun 27 '08 #3
On May 21, 9:09*am, CenturionX <darwinbaldr...@gmail.comwrote:
It's not about cheating.
It's about integrating a free tool to automate some repetitive tasks
for the people who works with me.

Any serious help???
If someone automates this "free tool" and sends off thirty-thousand
messages a day how long will it be free? When I want to use it to send
one message will it be too busy?

I'm posting using Google groups. And for the last couple of days, I
have had to:
"For verification purposes please type the characters you see in the
picture below or the numbers you hear by clicking the accessibility
icon."

I don't know why Google instituted this verification procedure. I
doubt that it's because of my use or the thousands of users who use
Google groups in the way I do. I suspect it's about those persons who
have tried to use the tool to their own advantage regardless of the
impact that will have on others. I don't like this and don't think of
it as clever. I think of it as selfish, manipulative and unethical,
and a resort of those who are too stupid or lazy to create their own
powerful applications.

Jun 27 '08 #4
The OP could always post their phone number and country here so we can
SMS them the code to do it one line at a time :-)
Jun 27 '08 #5
Nice speech. But what happens if it’s not for sending hundred or
millions of text by day for a spamming or commercial company but for a
non-profit organization that tries to contact their activists (about
four time by week), working with a very low budget?
The spammers have good tools to do this trash-job. They don’t need to
automate tasks using MS Access 2002 and the webbrowser control. And
it’s sure they don’t need posting for help. (It requires a little
deductive capacity, my dear Watson)
So, at this point we can conclude that the speech could be right but
in this case is bad addressed and then the facial expression changes
to a stupid one.

So, again, any serious help???
Jun 27 '08 #6
Well, that changes everything!

Here you were just going to cheat and misuse with the very best
intentions, and I doubted you.

I'm so ashamed.

On May 22, 8:55*am, CenturionX <darwinbaldr...@gmail.comwrote:
Nice speech. *But what happens if it’s not for sending hundred or
millions of text by day for a spamming or commercial company but for a
non-profit organization that tries to contact their activists (about
four time by week), working with a very low budget?
Jun 27 '08 #7
Ok Ok Ok,

If it were me trying to do such a thing for 'noble' purposes I would
start by looking at the code for the webpage itself. I already did and
it is in Javascript (for the most part). This means that it is most
likely running just like a simple program itself. If you can figure
out what the input parameters are for the javascript, then where /
what it sends them to (and how), you could in theory simply send the
appropriate data packet(s) directly to the same target the javascript
does and bypass the whole webpage thing completely.

From the brief look I had at the code behind the page, it looks like
there is simply some sort of service running on a machine somewhere
that this webpage / javascript feeds data to in a structured way.
Figure out the structure and the destination and you've got it
basically. (To see the code behind the page in IE simply click View -
Source).

Beyond that this is an Access newsgroup, so figuring out the webpage
goes beyond the scope of this group. If you put in the groundwork and
then have some questions that relate to Access itself then maybe we
can help further.

Cheers and Death to Spammers

The Frog
Jun 27 '08 #8
IPIPI (http://www.ipipi.com/), a reputable international SMS provider
that I have used for four or five years, charges between 10 and 15
cents (US) per message and provides utilities and methods to help
manage SMS. IMO, IPIPI is great.
At four messages a week to the activists, this is unlikely to be
expensive, unless there are many activists.
One thing I can't do with IPIPI, which I could do if I broke the java-
script as you describe, is to send a particular cell phone a thousand
SMS messages a day. This could be a pretty effective means of
harassment.
I could also advertise "Free SMS is included with all FFDBA
applications."
And I could sell SMS messaging at eight cents a message, undercutting
IPIPI, and other SMS message providers, with a pretty good margin of
100% (minus a little for network costs etc.
Of course, the OP is working for a on-profit organization and that
makes everything OK.Let me see exactly what he says about that:
"But what happens if it’s not for sending hundred or
millions of text by day for a spamming or commercial company but for
a
non-profit organization that tries to contact their activists (about
four time by week), working with a very low budget?"
Oh, he didn't actually say that's what he was doing, did he?

And, again, I have to enter "flane" in the verificatin box to post
this. Well, it's all right. it's probably just because someone
automated the process of posting messages with Google Groups for a non-
profit organization.


On May 23, 4:56*am, The Frog <Mr.Frog.to....@googlemail.comwrote:
Ok Ok Ok,

If it were me trying to do such a thing for 'noble' purposes I would
start by looking at the code for the webpage itself. I already did and
it is in Javascript (for the most part). This means that it is most
likely running just like a simple program itself. If you can figure
out what the input parameters are for the javascript, then where /
what it sends them to (and how), you could in theory simply send the
appropriate data packet(s) directly to the same target the javascript
does and bypass the whole webpage thing completely.

From the brief look I had at the code behind the page, it looks like
there is simply some sort of service running on a machine somewhere
that this webpage / javascript feeds data to in a structured way.
Figure out the structure and the destination and you've got it
basically. (To see the code behind the page in IE simply click View -
Source).

Beyond that this is an Access newsgroup, so figuring out the webpage
goes beyond the scope of this group. If you put in the groundwork and
then have some questions that relate to Access itself then maybe we
can help further.

Cheers and Death to Spammers

The Frog
Jun 27 '08 #9
Yeah, the OP does seem a little suspect in the requirement, but also
not out of the realms of possibility for legitimate purposes. In the
end I decided it was better to be the good guy rather than the bad one
here, as the OP will be able to find out the necessary information
from somewhere anyway.

I wonder what the terms and conditions for the usage on the site are.
I should go and have a look. I have never used a service like this
before, dont really have a need for it in my company - they use a push
based infrastructure for blackberries. I just pity the people getting
emails and sms's all day and night. Because it is delivered the sender
expects a response too! Poor bastards.

Anyhoo, as usual, death to spammers, and have a great weekend :-)

The Frog
Jun 27 '08 #10
Well, thanks anyway.
I feel so damned and spammer thanks to another's frustrations.

I never imagined how polemic it could be the webbrowser control
when it’s more than just displaying websites.
But, I understand you. I heat too receiving spam in mail and
seeing commercial posting in the forums. But

At least it’s has been productive. I translated the messages to
the two women I use to help, they were concerned about the treatment
I
received, So I took the time to explain what the spam is, and why it’s
not tolerable. They know more now about the internet world.

So, the item is buried. Let’s continue helping and asking for help.

Bye guys.
Jun 27 '08 #11
Supposing someone had asked:
"How can I send messages to field reps's cell phones a few times a
week, as part of my Access application?"

I might have answered:

Most cell phone service providers allow direct e-mail sending to their
clients. For instance, here in Canada one has only to send e-mail to
"my 10-digit phone nu****@pcs.rogers.com" to have the message pop-up
(after a check - see below) on my cell.

Sending E-Mail in Access can be easily automated with CDO.

Sending E-Mail, unless it is in huge numbers,is unlikely to slow down
or crash the smtp site.

As I mentioned, Rogers checks with me to see if I really want to get e-
mail from whomever, before it downloads the message. At least
minimally, the opportunity for spam is diminished.

On May 23, 12:19*pm, CenturionX <darwinbaldr...@gmail.comwrote:
Well, thanks anyway.
I feel so damned and spammer thanks to another's frustrations.

I never imagined how polemic it could be the webbrowser control
when it’s more than just displaying websites.
But, I understand you. I heat too receiving spam in mail and
seeing commercial posting in the forums. *But

At least it’s has been productive. *I translated the messages to
the two women I use to help, they were concerned about the treatment
I
received, So I took the time to explain what the spam is, and why it’s
not tolerable. They know more now about the internet world.

So, the item is buried. *Let’s continue helping and asking for help.

Bye guys.
Jun 27 '08 #12
lyle fairfield <ly************@gmail.comwrote:
>Supposing someone had asked:
"How can I send messages to field reps's cell phones a few times a
week, as part of my Access application?"

I might have answered:

Most cell phone service providers allow direct e-mail sending to their
clients. For instance, here in Canada one has only to send e-mail to
"my 10-digit phone nu****@pcs.rogers.com" to have the message pop-up
(after a check - see below) on my cell.
This, of course, assumes you know the cell phone vendor.
>As I mentioned, Rogers checks with me to see if I really want to get e-
mail from whomever, before it downloads the message.
How do they do that?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Jun 27 '08 #13
As the original poster described his use, (to contact a non-profit
organization's activists), it's very likely that he could find out
this information. I have done it for virtually every carrier in the
United States and Canada for an application that reminded contact lens
wearers to change their (monthly) lenses. It wasn't very difficult.

Rogers sends a message saying, "John Doe has sent you an e-mail
message. Reply 'Read' to receive". If I don't reply "Read" I never see
the message, nor do I hear of it again. And I can set my phone to
refuse e-mail messages from John Doe.

On May 26, 3:36*pm, "Tony Toews [MVP]" <tto...@telusplanet.netwrote:
lyle fairfield <lyle.fairfi...@gmail.comwrote:
Supposing someone had asked:
"How can I send messages to field reps's cell phones a few times a
week, as part of my Access application?"
I might have answered:
Most cell phone service providers allow direct e-mail sending to their
clients. For instance, here in Canada one has only to send e-mail to
"my 10-digit phone num...@pcs.rogers.com" to have the message pop-up
(after a check - see below) on my cell.

This, of course, assumes you know the cell phone vendor.
As I mentioned, Rogers checks with me to see if I really want to get e-
mail from whomever, before it downloads the message.

How do they do that?

Tony
--
Tony Toews, Microsoft Access MVP
* *Please respond only in the newsgroups so that others can
read the entire thread of messages.
* *Microsoft Access Links, Hints, Tips & Accounting Systems athttp://www.granite.ab.ca/accsmstr.htm
* *Tony's Microsoft Access Blog -http://msmvps.com/blogs/access/
Jun 27 '08 #14
Pretty sweet dude :-) Great idea.

The Frog
Jun 27 '08 #15
lyle fairfield <ly************@gmail.comwrote:
>Rogers sends a message saying, "John Doe has sent you an e-mail
message. Reply 'Read' to receive". If I don't reply "Read" I never see
the message, nor do I hear of it again. And I can set my phone to
refuse e-mail messages from John Doe.
Trouble is if that's a spam email which uses random email addresses then that won't
help.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Jun 27 '08 #16
My carrier, Rogers, has never delivered or offered to deliver spam e-
mail to my cellphone.

On May 31, 8:45*pm, "Tony Toews [MVP]" <tto...@telusplanet.netwrote:
Trouble is if that's a spam email which uses random email addresses then that won't
help.
Jun 27 '08 #17
lyle fairfield <ly************@gmail.comwrote:
>My carrier, Rogers, has never delivered or offered to deliver spam e-
mail to my cellphone.
Thanks, good to know. I'm looking around for a new cell phone and considering
changing providers. Trouble is Rogers doesn't have as good coverage in rural Canada
as Bell and others.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Jun 27 '08 #18
"lyle fairfield" <ly************@gmail.comwrote
My carrier, Rogers, has never delivered or offered to
deliver spam e-mail to my cellphone.
Lyle, if that means you are going through "spam withdrawal", I suspect I
have some I can spare. <GRIN>
Jun 27 '08 #19

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

Similar topics

5
by: Noozer | last post by:
I've got a WebBrowser control (AxBrowse - VCMAXB.DLL) and I'm having a few difficulties with it. Just looking for a few pointers, not whole solutions here. I've tried looking at the MSDN help files...
0
by: Jim Hubbard | last post by:
How would I implement the IDispatch interface to handle the following in VB.Net <BEGIN> Controlling Download and Execution The WebBrowser Control gives you control over what it downloads,...
4
by: Jim | last post by:
Dear Santa, While it's true that I haven't been perfect this year, it's definitely an improvement over previous years. All cats still have their own fur, no hidden cat fur in this year's...
12
by: Alex Clark | last post by:
Greetings, (.NET 2.0, WinXP Pro/Server 2003, IE6 with latest service packs). I've decided to take advantage of the layout characteristics of HTML documents to simplify my printing tasks, but...
2
by: jasonhartsoe | last post by:
I'm using Visual Studio 2005 Team Edition....using visual basic. I'm trying to use the webbrowser control. In the webbrowser control I have it got to a page where there is a form. It waits for...
7
by: Dave Booker | last post by:
I am using a WebBrowser object in my .NET 2.0 application, but it is not shown to the user. Every time a timer event triggers it to perform a m_WebBrowser.Navigate() I get that classic IE 'click'...
11
by: Anil Gupte | last post by:
....and how do I insert one into my form? I used in VB 6.0 last, but cannot figure out where it is in .Net Thanx, -- Anil Gupte www.keeninc.net www.icinema.com
2
by: Scott Gravenhorst | last post by:
I recently (within 30 days) downloaded and installed VB 2005 Express. I like it a whole lot... but: I have been trying to work with the WebBrowser control to display a small amount of help text...
2
by: jim | last post by:
Has anyone seen a way to read the data stream for a URL being navigated to by a webbrowser control and edit it (i.e. search HTML stream for and possibly remove objectionable language for a kid's...
0
by: scottietrek | last post by:
I have a webbrowser control that allows me to save username and password infromation for a proxy server and i have been successful in changing the system default proxy for my application. What i now...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
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
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.