Is it possible to make webpages in VB without the knowledge of HTML? I dont fancy brushing up on old skills in HTML when my stronger points are now VB.
Printable View
Is it possible to make webpages in VB without the knowledge of HTML? I dont fancy brushing up on old skills in HTML when my stronger points are now VB.
No, there is no WYSIWYG controls for VB so you're going to have to learn.
HTML isn't difficult, you could probably learn it in a few hours especially if you used it before.
I believe that the closest thing you'll find to what you're looking for, are third-party controls/DLLs which will convert the RTF code into HTML. I've seen some about, never taking an interest in them though.
Yeah i knew it quite well a year ago or so. Im pretty sure you can do something in VB in relation to web development, i started a project a few weeks back (curious) and it laoded a web like IDE where i ran my project inside a HTML web document. Ill look now...
...DHTML Application is the New Project i clicked, does this still require HTML code?