473,327 Members | 2,118 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,327 software developers and data experts.

URGENT:Displaying a Web Page in a Windows C# forms application

Dear All,

i have a web application that registers my users to my site, i have a SQL
backend and a webservice to interact with SQL.
I need to write a WINDOWS FORMS APPLICATION using C# to register the users.
Something like the MSN Explorer setup & register application.
In other words a Window that would open up, call my Registeration URL and
takes the user through out the registeration wizard.
I tried using the axWebBrowser control, it displays the page with the
vertical scroll bar although i have autoscroll turned off. So is there
another way to do it? or maybe turn off the scroll bar permenentaly?

Thanks for your help
Mustafa
Nov 16 '05 #1
2 1748
Hi,

There is several way to do it, you can write your code using
"WebRequest.Create()" call your url but you need to parse the result to make
sure that it is registered correctly, or a better way is to implement a web
service that do the registeration, than call this web service through you
winform application and your web application, so you will have your
authentication and authorization code in the web service common to both the
web interface and the client interface.

Regards,
Emad

"Mustafa Rabie" <mr*******@hotmail.com> wrote in message
news:Ot**************@TK2MSFTNGP09.phx.gbl...
Dear All,

i have a web application that registers my users to my site, i have a SQL
backend and a webservice to interact with SQL.
I need to write a WINDOWS FORMS APPLICATION using C# to register the users. Something like the MSN Explorer setup & register application.
In other words a Window that would open up, call my Registeration URL and
takes the user through out the registeration wizard.
I tried using the axWebBrowser control, it displays the page with the
vertical scroll bar although i have autoscroll turned off. So is there
another way to do it? or maybe turn off the scroll bar permenentaly?

Thanks for your help
Mustafa

Nov 16 '05 #2
Yeah i already have web service that handles all that. WebRequest will run
the URL but will not open the page. i just want to have the interface via a
web page that runs on the server, but i display it on a windows form.
i'm using browser control currently, but i need to just display the page
without the scroll bars etc
thanks
mustafa

"Emad Barsoum" <e_*******@hotmail.com> wrote in message
news:#O**************@TK2MSFTNGP11.phx.gbl...
Hi,

There is several way to do it, you can write your code using
"WebRequest.Create()" call your url but you need to parse the result to make sure that it is registered correctly, or a better way is to implement a web service that do the registeration, than call this web service through you
winform application and your web application, so you will have your
authentication and authorization code in the web service common to both the web interface and the client interface.

Regards,
Emad

"Mustafa Rabie" <mr*******@hotmail.com> wrote in message
news:Ot**************@TK2MSFTNGP09.phx.gbl...
Dear All,

i have a web application that registers my users to my site, i have a SQL backend and a webservice to interact with SQL.
I need to write a WINDOWS FORMS APPLICATION using C# to register the

users.
Something like the MSN Explorer setup & register application.
In other words a Window that would open up, call my Registeration URL and takes the user through out the registeration wizard.
I tried using the axWebBrowser control, it displays the page with the
vertical scroll bar although i have autoscroll turned off. So is there
another way to do it? or maybe turn off the scroll bar permenentaly?

Thanks for your help
Mustafa


Nov 16 '05 #3

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

Similar topics

1
by: V.Balaji | last post by:
Hi All, I have a problem in one of the windows service which is created using .net. The Service frequently stops and there is no entry in the Event Log for a crash please help me in sorting. I...
1
by: kamkoum | last post by:
Hello, I am using readxml to retrieve data from an xml file to a dataset. m xml file has hierarchical data (2 levels) so the dataset will contain tables. My question : I need to display...
1
by: r_tirumalasetty | last post by:
Hi All, I need to develop an application that accepts users of a company and i want to develop a code for sending messages to all the users of that company provided that all the names of users are...
0
by: dinoo | last post by:
I did not find the right forum to post this issue, please excuse me for this. But I need the help here very badly. I am having a Windows Service in .NET which is accessing a MDB file which is...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.