-
Moderator
Designing webpages within VB.Net
Is there anyway of designing webpages within VB.Net so as to display web contents using winforms?
NOTE: [This question was asked by Sree]
-
Expert Member
Re: Designing webpages within VB.Net
I am not sure why you want to do that.. but you can use Internet controls to accomplish ...
-
Junior Member
Re: Designing webpages within VB.Net
Yes you can use codedom namespace and its objects to create a web page. Alternatively you can also use stram writer to write a web page. Then you can save it and then open it in a web browser control within a windows form.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules