HTML Scripter UPDATED (HTML Test Bed)

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
13 posts Page 1 of 2
Contributors
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

This program can preview almost any HTML codes

UPDATED
presentation here http://www.youtube.com/watch?v=MTlQSGBm7X8
Image

Image

It has The following functions
* Professional Interface
* HTML GRABBER (current page and from URL)
* New HTML Document
* Open HTML Document
* Save HTML Document
* Preview in Default Browser
* Preview
* REAL TIME PREVIEW
* Almost all the standard TextBox Controls
* Almost 100 HTML Tags (with description for each of them)
* 9 ADVANCED HTML GENERATORS
* PRINT FUNCTION
* CODE BOX ZOOM IN AND OUT

Special Thanks to ManMega1 for the HTML Grabber

RIBBON CONTROL (full version no trial) included wahooo; wahooo; wahooo; wahooo; wahooo; wahooo; wahooo;


for video tutorials video http://www.youtube.com/user/MTech010VB
and please SUBSCRIBE
You do not have the required permissions to view the files attached to this post.
Last edited by XTechVB on Sun Jul 04, 2010 8:57 pm, edited 10 times in total.
You can find me on Facebook or on Skype mihai_92b
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: HTML Test Bed
zachman61
nice its like something i was designing and forgot about lol
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
Toby64800
New Member
New Member
Posts: 14
Joined: Sat Dec 05, 2009 7:37 pm

Re: HTML Test Bed
Toby64800
wow nice
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: HTML Test Bed
Lewis
I like the look of the new version cant wait for its release
Image
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

Re: HTML Test Bed
Livengood
on the tags part you should really try sendkeys.send("") :D, but nice work cooll;
Image
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

Re: HTML Test Bed
XTechVB
Livengood wrote:
on the tags part you should really try sendkeys.send("") :D, but nice work cooll;
tell me how can you send a specific key by selecting a specific item in the list box
i use this
Code: Select all
Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
        RichTextBox1.Text = RichTextBox1.Text + ListBox1.SelectedItem.ToString & vbCrLf
    End Sub
You can find me on Facebook or on Skype mihai_92b
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

WOW! I love the new version! I got it from your website earlier :)
Image
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

yeah i like the new one also
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

someone one sent me a PM asking how I've made the interface? i will post the answer here for others to know

well the interface was very easy to make if you download the html scripter in the application start up folder you will find a file named DevComponents.DotNetBar2.dll this is the original interface(with a few tweaks you can make it like mine) ok to use that file in your app you mmust do the following:

1. open visual basic (.net) (maybe it works in visual studio to i don't know)
2. create a new project
3. go to ToolBox and click "Chose Items" then a dialog opens and click browse
4. search for DevComponents.DotNetBar2.dll select it and click ok
5 .after you click ok wait a few second till the dialog disappears then go to your toolbox and see that lots of controls have been added search for Ribbon Control and drag in to your form

6. That's it now customize it how you like

SORRY FOR FOR MY VERY BAD ENGLISH (I'M ROMANIAN)
You can find me on Facebook or on Skype mihai_92b
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

uh-oh, i think i started something :S
Listen, DotNetBar must, under all circumstances, be bought unless you are using trial. Just copying the DLL is not, at all, legal. It is completely illegal to share anything that must be bought. I don't think anyone should copy the DLL, unless you wanna be under the risk of being fined, big time. When I posted my Avatar Viewer, it had the DLL in there because I referenced my purchased copy of DotNetBar to the program. Everybody copied the file, and that's is not legal. Not to be a party-pooper but I wouldn't use an ILLEGAL copy of a purchased file in your program. Just saying.
(NO, I'm NOT going to tell, just telling you all you shouldn't use it, wouldn't want you all to get fined :P )
13 posts Page 1 of 2
Return to “Tutorials”