Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   [HTML] and [Visual Basic] - for all of those who love making pages but hate the work. (https://thetfp.com/tfp/tilted-technology/98861-html-visual-basic-all-those-who-love-making-pages-but-hate-work.html)

Amakudaru 12-16-2005 09:44 AM

[HTML] and [Visual Basic] - for all of those who love making pages but hate the work.
 
I'm working on a HTML builder program (don't know why, bored one day, so I thought I should try it). the whole thing is encased in a 'task launcher' thing, all one self-contained exe (no installation neccesary!). Anyways, some of the features are a HEAD Code Generator (for css styles and stuff, also div transparency & rollover stuff!), 3 'HTML Edit' windows(head, body, and a compiled version (built on the click of a button), file saving(currently supporting .txt, .htm, .html, .cgi, .java, .php, [i think i am forgetting 1 - all are encoded as text, so less work :D ]), and a text parser(which finds and replaces words/characters with other words/characters - currently supporting 30 different things, with pre-programmed defaults[special characters]), and that's it so far... currently, I am at a wall for what I should do, and how to go about it. I allready programmed everything up to now, but I am looking for a way to color specific strings as things are typed in, such as the tag turns maroon when they input the tag <br> and turns cyan when they input the tag <img>. I have crawled the internet, searching and searching, to no avail. Also, does anyone know of a way to make it where you have licenses and it verifies it is a unique license (ie registration code using the comp's os id)? This program is going to be freeware to all on the Titled Forum that want it, when it is completed.

rsl12 12-16-2005 09:50 AM

It this VB? You might find yourself hitting a limit, if this is the case, unless you are willing to buy a commercially available object. What kind of object are you using for the actual text editor?

Amakudaru 12-16-2005 10:03 AM

a simple textbox w/ multiline on and a vertical scrollbar... in vb... i know, vb has its limits, but such an easier transition to from GML (2d game programming language) and HTML than c++(i tried, couldn't understand much... couldn't figure out how to make a window with a simple textbox, couldn't even figure out how to make an object... maybe I'm just too lazy...)


All times are GMT -8. The time now is 03:13 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73