I am 13 years old, i started learning vb in school library and also bout some books.
I decided to make a html editor. i made one that has basic functions, eg save,save as,open,preview in browser,print code,undo,redo. What else can i add. i was thinking of having a button that has html tags on. when u click on one it prints it. ii got stuck on making it. can you please help me?
Does it have Syntax Highlighting That would be nice to play around with teach you some string Manipulation functions, although you need a RichTextBox to add the colour since the normal text box doesn't support it.
I'm not 100% on what you were unsure of? do you need help with printing?
I am using a richtext box. Which i found is better than a normal text box. as then i could use the redo and undo fuctions. I am actually stuck on
1) making tags highlighted
2) making clickable tag. ie you cllick on a button and it prints the contents in the text box
3) Have an instant preview tab.
I am curently trying to make an ftp program for publishing
Last edited by asgsoft; Feb 20th, 2005 at 07:23 AM.
1) A list of HTML tags!
2) Some javascripts and dhtml examples that user can add!
3) Some HTML templates because many people doesn't know how to make HTML pages!
4) As you said , a FTP feature, so someone who made his web site, then to publish it!
and many many other features that will make end-user's life better!
I was going to do the same thing for my own benefit, but if youre going to put yours out ill keep mine in. Did you ever think about, maybe they down want to have to click to start a webpage every time. How about on the Load event it asks for the title, and the body color (in 16 or hex). I tried doing that before but I couldnt figure out how to make a break in the textbox, oh well maybe you know. Also it might be cool to have a splash screen.
View the Msquared Technologies Web site. Every rule has an exception - including that one. How can a house burn up if its burning down Learn HTML in 1 day!
It has:
1) HTML & ASP syntax coloring (simple mode)
2) HTML tag adder (Not all tags, only some...because it is a sample)
3) Wizard when you create a new web page!
4) Load/Save Web Page
I didn't have much time to do more! If you want more help on this then tell me...!
Very nice and useful but how come the tags when you click on them and then enter a alue the value doen't appear in the txtbox. Because that is what i was having trouble with.
I love the syntax colouring. Just what i always wnated to know how to do. thank you very much
Attached is another, perhaps a bit more advanced, example. I origionally started this projects a few years back for my ex-girlfriend to learn HTML. It uses the DHTML control to create a WYSIWYG editor. Use it anyway you want.
Joacim Andersson ok thank you i will try and find it and download it.
DarkX_Greece thank you very much for that,it is very useful
CLibra i have vb6 enterprize edition
one really cool feature is... in the HTML right click on a color (Like #00000 etc...) a popup appears with colors to choose from and translates the color back to the code...
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
Yes, there is the way to download and run other html editor (trial or not) and try to make your own controls or vb code that looks like the other html editors!
After a while, you will make your own things!
Just start by looking other projects!
as long as you don't use their code, or images, or controls, without their permission, then you will not get sued. are you planning on selling a lot of these? that's what really matters.
but does that count as cheating?? or will i get sued for it as it might be copyrighted?
It is not cheating! Then, almost all programs, would be illegal!
Just try to make them look like other controls! Not to use current...
Trying to make your own code, isn't cheating or illegal!
i am not planning on selling it at the moment,but if i think it is better than other ones in the market i might consider selling it to someone. do you have an idea on how to sell vb programs because i have no experiance on that field.
Well you obviously need a website to market your product. For payment you can use PayPal or any of the Gazillion Shareware marketing businesses on the Net.
i have a website, where can i get the marketing software from,i don't want paypal as you have to pay.
I'm sorry to say this but.... Welcome to the real world! You ALWAYS have to pay something! If you don't want to pay PayPal for whatever they charge you will still have to pay your bank for whatever they charge!
So PayPal charge to much.... You want to setup a server of your own that accepts credit cards, and you want no one to charge you for the cost of having that?
I know you will probably hate me for posting this but, just ask your own bank what they would charge you for this service.
Hey, I'm also working on a HTML editor! It's not finished yet, but you can skim over the code and try to get some ideas. My code is kinda messy and I don't really comment much, sorry...
Oh, and I didn't use the RTF box. I keep switching from Win98 comps to WinXP comps and the control versions are different.
very nice indeed, did you know that the find doesn't work.
Also can you pleeeeeeeeeeese say clearly how you did the clickable tags.
Tons of things don't work yet. I'm still working on the program.
If by clickable tags you mean the tags window, there is a file that contains the tags and their attributes (tags.txt). The program opens the file, decodes it, and displays the tags. The code is on frmTags. It's very messy and dodgy, I know.