473,396 Members | 2,033 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Web Site Interface

I'm completly new when it comes to programming and the net (besides a little
of webclient) and was wonder how is the best way to interface with a
website. I actually want it hidden, but would I have a hidden interenet
control which I'd feed stuff to? I'm writing it for a program that would
interface and tell the user when they have new messages (not email though).

Thanks a lot, and sorry for my vagueness.
Nov 16 '05 #1
4 1100
Generally speaking, if you do not want a GUI use MSDN and
other search resources to learn how to create a component,
a service or a web service.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Stephan Ainley" <ch*****@frayed.net> wrote in message
news:O5**************@TK2MSFTNGP09.phx.gbl...
I'm completly new when it comes to programming and the net (besides a little of webclient) and was wonder how is the best way to interface with a
website. I actually want it hidden, but would I have a hidden interenet
control which I'd feed stuff to? I'm writing it for a program that would
interface and tell the user when they have new messages (not email though).
Thanks a lot, and sorry for my vagueness.

Nov 16 '05 #2
Hi Stephan:

It sounds as if you want to communicate with a web site from within
your code.

You can look at the System.Net.WebClient and System.Net.WebRequest
classes. These classes allow you to retrieve a web page or other file
over the internet.

Google, Amazon, and eBay all have a web service interface allowing you
to make method calls that go to thief server and retrieve information.
If the site you are trying to get information from has built a web
service API it would make your job easier.

--
Scott
http://www.OdeToCode.com
On Sat, 21 Aug 2004 22:35:53 -0700, "Stephan Ainley"
<ch*****@frayed.net> wrote:
I'm completly new when it comes to programming and the net (besides a little
of webclient) and was wonder how is the best way to interface with a
website. I actually want it hidden, but would I have a hidden interenet
control which I'd feed stuff to? I'm writing it for a program that would
interface and tell the user when they have new messages (not email though).

Thanks a lot, and sorry for my vagueness.


Nov 16 '05 #3
Stephan Ainley wrote:
I'm completly new when it comes to programming and the net (besides a little
of webclient) and was wonder how is the best way to interface with a
website. I actually want it hidden, but would I have a hidden interenet
control which I'd feed stuff to? I'm writing it for a program that would
interface and tell the user when they have new messages (not email though).

Thanks a lot, and sorry for my vagueness.


You could try a secure web service. Where it does all the work, you
just punch it for functionality. But, you'd have to be a little more
specific in order for me to provide you with more specifics! :)

Hope I gave you a little help anyway.

Shock
Nov 16 '05 #4
The project is for http://www.deviantart.com/ So I can see if I have new
messages or not. I now some html, but not enough to tell what kind of
logging in system they use. Also is the whole system going to be just
parsing html until I get the desired link and then following that link, and
parsing more?

thanks
"Shock" <no@way.com> wrote in message
news:10*************@corp.supernews.com...
Stephan Ainley wrote:
I'm completly new when it comes to programming and the net (besides a
little of webclient) and was wonder how is the best way to interface with
a website. I actually want it hidden, but would I have a hidden
interenet control which I'd feed stuff to? I'm writing it for a program
that would interface and tell the user when they have new messages (not
email though).

Thanks a lot, and sorry for my vagueness.


You could try a secure web service. Where it does all the work, you just
punch it for functionality. But, you'd have to be a little more specific
in order for me to provide you with more specifics! :)

Hope I gave you a little help anyway.

Shock

Nov 16 '05 #5

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

Similar topics

1
by: pugnatio2 | last post by:
Hi, I'm a Zope newbie but an experienced Python programmer. Could someone suggest a general approach for the two parts below? 1) I'd like to build a system that stores XML documents in the...
2
by: Jan G. Thorstensen | last post by:
Hi. I will set up an internett site for a friend that has a company. He want to be able to enter the site via an intranet an make the changes in the text him self. I guess this is a common way to...
0
by: Alexander Bolotnov | last post by:
Hello all, I guess this is a weird question: I am writing a web site with .net 2.0 and vs 2005, it uses simple logic and database. Is this actually possible to "convert" the .net web site...
6
by: Serious_Practitioner | last post by:
Good day all, and thank you in advance for your help. No - MANY thanks in advance for your help - I know nothing about using databases on Web servers. I am about to discuss a project with a...
31
by: TC | last post by:
I'm looking for opinions on ways to show visitors, your links will send them off-site (to another website). The following was suggested: Look at the three links under the third paragraph:...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
1
by: =?Utf-8?B?TmFkYXYgUG9wcGxld2VsbA==?= | last post by:
Hi everybody, I've got a solution that has several dll projects and a website. For the dll projects I've add a configuration 'debug - no code analysis'. Now for the website I can't create...
2
by: Asif | last post by:
Hi all, Can anyone tell me about how to run Web Site Administration Tool without using Visual Studio? If I have a site with the following URL http://www.mysite.com Then what will be the...
6
by: =?Utf-8?B?d2lsbGlhbQ==?= | last post by:
Hi, I posted this in wrong group, so just re-post here. There are two ways to create web-based application or web service, from VS start page, click on File and New, two options you can choose,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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,...
0
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...

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.