Make An HTML Editor For School Project?

Jan 27, 2012

I'm trying to make an HTML editor for my school project. color coding the text so if they type <html>, <b>, <body> in any case it'll color code it to turn blue.

View 5 Replies


ADVERTISEMENT

VS 2008 Make A HTML Editor?

May 19, 2009

I just start with vb and wand to make a html editor, (i dont need help with html im webdesigner)i've made a form with a richtextbox how i can hilight tags like <HTML> or that everything becomes blue when you forgot >I can do that in javascript but not in vb?

View 24 Replies

VS 2010 : Make A Syntax Higlighter For HTML/CSS/PHP Editor?

May 21, 2012

I'm trying to make a syntax higlighter for my HTML/CSS/PHP editor and it's working great so far, except if you paste something and then try to edit it, it will randomly select text in front of the cursor.

VB.NET
Imports System.Text.RegularExpressions
Imports System.Runtime.InteropServices
Public Class Form1

[code]....

When you try to edit the pasted text this will happen:It randomly selects text in front of the cursor. This is only when the pasted text contains a keywordmatch.

View 1 Replies

Visual Basic 2008 HTML Text Editor - HTML Tag Generator?

Aug 7, 2010

I am trying to build my own website and realized that it would be a big help to also create my own vb program to enable me to embed tags with simple clicks of buttons. I am having trouble getting my vb code to be compatible with html code (I keep getting vb syntax errors).

Here is what I've tried:

<strong>'Inside of a button:Textbox1.text = "<html tag example></html tag example>"</strong>

View 1 Replies

Project For School (snake Game)

Dec 6, 2010

Iam doing a project for school (snake game) Ok here is the code:

[CODE]:................

Snake.image is the head of snake and snake2.image to snake27.image are the rest(body...) So i want create a code that (if snake intersect snake2 to snake27 parts) then timer1.stop I have tryed with:

CODE:

But it doesnt work..

View 6 Replies

Add Extra Function To A School Project

Jan 11, 2011

I'm wanting to add two forms to my project that will allow me 1) Pull all the current MS Updates installed and list them in a nice looking grid, 2) Pull a list of all the available updates for the machine. I would love for this to work on XP/Vista/7.

View 5 Replies

How Can Made School Project In VB 6 Or 2008

Mar 29, 2010

how can made school project in vb6 and vb.net2008 with full sources code?How can Made School project in Visual Basic 6 or 2008?

View 2 Replies

School Project Remote Acess

Mar 4, 2011

im working on a school project where i shall show/explain how a remote acess program work and i coded the most but when want to send all listbox items from server to the client and in the client is another listbox where it should be transfered over..[code]

View 4 Replies

Null Reference Code In My School Project

Jan 15, 2011

I am basically 4 weeks into my first ever programming class and we are working on a project for the game "Hangman". While I have struggled with everything for the past 3 weeks, I have finally cams across something I have no idea how to correct. I am getting a Null.Reference error in the following line of my

If Not strWordToGuess.Contains(strLetterGuessed) Then

Now this code was provided in my project files, it was dated 4/07, I am currently working in VB 8 express, I am thinking this might have something to do with it.

View 14 Replies

Project Work School Tracking System

Jun 18, 2012

i would like some help with how to start with my FINAL YEAR project work dubbed "SCHOOL TRACKING SYSTEM" . I am so much lost on how it shoud be like and what to actually do.

View 2 Replies

School Project Music Maker Kinda

Dec 9, 2009

So I am supposed to be choosing a final project for my visual basic 2008 class. I cannot help but remember an old high school classmate from web design class who made a program that used the speaker built into the motherboard (or whatever makes the start up beep when you turn computer on) to time the beeps to play simple songs. It was very funny and amusing and I was wondering if anyone had seen something similar or knows how to go about making one?

View 5 Replies

School Project Where A Picture Is Covered By 48 Buttons

Mar 15, 2011

So as the message says i believe im having a problem when declaring an array as control. The background:Im doing a school project where a picture is covered by 48 buttons. When a user clicks a button, they are asked a question. If they answer write, the button disappears until the whole image is displayed.

Im using each buttons visible property to hide it. Now that i think about it, i should probably un-enable it after a question is answered correctly.anyway, I keep getting a NullReferenceException when making the visible set to false. Any suggestions would be awesome. I have already created all the buttons and named them Q1-Q48.

[Code]...

View 7 Replies

VS 2010 Making Calculator (for School Project)?

Jun 30, 2011

I am making a calculator for a school project, I want to have it so it looks similar to windows calc ( with one button for each number & only one text box),My code has a few blank spots but so far it is :

Public Class calc
Private Sub Btn1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Btn1.Click
IOBox.Text = IOBox.Text + "1"
End Sub

[code].....

View 5 Replies

Writting A Trivia Game For A School Project?

Mar 25, 2011

I need help writting a Trivia Game for a school project. The teacher wanted us to get used to looking to forums and google for help so he refuses to help us for this particular summative.

What I want to know is.. how to use a streamreader to read questions randomly from a text document located in the debug folder (I have 10 questions all in 1 text file in the debug folder, and the same for all of my answers) how to use a streamreader and split function to read answers from a text document located in the debug folder to a combobox.

[Code]...

View 19 Replies

Move A VB Project From School And Home On A Flash Drive?

Dec 13, 2009

I move a VB project from school and home on a flash drive. At school drive mounts on E: at home it mounts on F:. I have 4 forms, Form1, Form2, Form3. Form4. Form1 and Form3 have incorrect file paths, it has the E:, but Form 2 and Form4 path change just fine when I move it from school and home.

View 1 Replies

Writing A Battleship Game For A Final Project For School?

May 5, 2010

I am in the process of writing a battleship game for a final project for school. I get what to do for the most part, but need a little jump start for writing the "ships" class. Does anyone have any suggestions?
So far my game starts with a dynamic array of buttons, but as of now they don't do anything. I need to be able to have the user place ships in places and have the computer randomly generate positions.

View 2 Replies

School Project On Taking Order System(POS) In A Restaurant Using VISUAL BA?

Jul 19, 2011

Im doin my school project on taking order system(POS) in a restaurant using VISUAL BASIC?the word visual basic is very new for me...i already do some of the coding,this system not using database,just a simple POS system..When i insert y(for yes),msgbox for order_code and order_quantity apear.but when i insert n(no),msgbox for order_code and order_quantity apear again for one time then stop.then msgbox for calc2 pop out but the value isnt right..calc2 also calculate the order_code and order_quantity,the one that apear after i strike no.

[Code]...

View 1 Replies

Make A VB Program For A School Assignment?

May 20, 2011

I have to make a visual basic program for a school assignment. I am an absolute beginner at it though, but am willing to learn.I have to make an income calculator for farmers that make giant turnips.

So basically:

1. If the turnip weighs less than 350kg, the farmer will receive $2 per kilo
2. If the turnip weighs 390 or more, the farmer gets $1.50 per kilo MINUS $180 for a maintenance fee.
3. If the turnip weighs between 350 and 389kg, it has to be sent to a paddock that costs $25 per week for lease. Turnips loose 1% of their mass per week in this paddock. When the turnip gets below 350kg it can be exported. As ships depart weekly, turnips may drop a bit below 350Kg before departure.

Create a profit calculator for the turnip farmer for a list of cattle weights.

Functional Requirements: oEnter the weight of each cow into an array oCalculate the income from each cow and store in another array oAdd up the values in the array and display total income.

View 1 Replies

Html Editor

Apr 4, 2012

I'm a beginner so please try to explain things simply




Public Class Form1
Private Sub RichTextBox1_TextChanged(sender As System.Object, e As System.EventArgs) Handles RichTextBox1.TextChanged
Form2.WebBrowser1.DocumentText = Me.RichTextBox1.Text
End Sub

Private Sub PreviewToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) Handles PreviewToolStripMenuItem.Click
Form2.Show()
End Sub

Private Sub OpenToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) Handles OpenToolStripMenuItem.Click
OpenFileDialog1.Filter = "All Files(*) | *"
OpenFileDialog1.ShowDialog()
RichTextBox1.LoadFile(OpenFileDialog1.FileName, RichTextBoxStreamType.PlainText)
End Sub

Private Sub SaveToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) Handles SaveToolStripMenuItem.Click
SaveFileDialog1.Filter = "All Files(*) | *"
SaveFileDialog1.ShowDialog()
RichTextBox1.SaveFile(SaveFileDialog1.FileName, RichTextBoxStreamType.PlainText)
End Sub
End Class
Say for instance I put this into the rich text box


HTML

<html>
<head>
</head>
<body>
<script type="text/javascript">

</script>
</body>
</html>
When I type betwenn the script tags, I get a warning from the program.

An error has occurred in the script of this program.

Does anyone know how to help me?

View 5 Replies

Make A Hangman Game For School Using VB 2008 Express?

Dec 1, 2011

I have to make an hangman game for school using visual basic 2008 express and make it a console application...because i need better mark i want to show an image when a player loses or wins(i think it can be done with windows application)...

View 9 Replies

C# :: .Net HTML Editor Control?

May 27, 2011

I need to add in a WYSIWYG control into a .NET form. I found this one from SpiceLogic on several sites and was wondering if this is a decent library to use?If anyone has any additional input, I also would like to know of any other decent alternatives, both free and non-free.

View 3 Replies

Create A HTML Editor?

Jul 14, 2011

I am working on this project and I am running into a few problems. Well Nothing is working but when you want to open a file.This is the project I have to do.My project is allow the user to create a new HTML. Open an existing HTML file from your hard drive(which I don't understand that one). Save an HTML file.Also aloud the user to to load HTML file (source only ) From the internet, when the user selects this feature provide a text box and a button to enter the url. I know how to do a textbox and a button. Include an about me page with your name.

Here is my code.

Imports System.IO
Imports System.Net
Public Class Form1

[code]....

View 6 Replies

Embedding An HTML Editor In VB?

Apr 24, 2012

I was recently asked to do some research on some third party HTML editors to be embedded into our current software (Which is built in VB). I began doing some research, but no luck.I don't know much about building HTML editors, but is this something that can easily be done?From what I've been told, I need something like CKEditor, but not for web use.

View 2 Replies

VS 2008 : Make A Program For School That Closes The Active Window?

May 30, 2010

I need to make a program for school that closes the active window. My application does now SendKeys.Send("%{F4}"). It works but, it also does it when there are no active windows. I want it to close only the active windows.

View 6 Replies

HTML Editor Designer Window?

Nov 2, 2010

I've made a HTML editor application which includes some features found in Microsoft FrontPage(and Microsoft Expression Web).The only thing is that I now want to add a Designer Window like that in FrontPage(or Expression Web) where users can produce HTML pages dynamically.I do have a Code Window but need a Designer Window.My Code Window includes all features syntax highlighting capability, IntelliSense(like), etc

View 1 Replies

HTML Editor Using WebBrowser, Table?

Sep 23, 2010

I'm currently creating a HTML editor using a WebBrowser control and using IHTMLDocument2, but I'm currently having a problem that when I insert a table the user is unable to resize the table columns by dragging the border.

I was wondering whether anyone had done anything similar using IHTMLDocument2 and how I would be able to allow for the user to resize the tables like that. Or if anyone knows any good HTML editors that are written in VB.Net and are open source, unfortunately this is a requirement as I have to do some custom stuff for my customer.

View 1 Replies

Htmleditor - Html Editor For .net 2005?

Feb 17, 2011

I am trying to let the user preview HTML email before sending it. Does anybody have or know where I can get a simple HTML editor or control that render HTML withou using the webbrowser control?

View 1 Replies

HTML Color - Markup Generator / Editor

Apr 21, 2011

With my recent new project with HTML/Markup generator/editor, I have run into a roadblock. Basically here is my code for replacing markup with HTML. The way this works is that the webbrowser has the same text as RTB1. Since the Webbrowser supports HTML, it automatically converts to the style that is specified in RTB1. [Code]

View 4 Replies

Javascript - How To Disable Hyperlink Browsing From An Html Editor

Apr 21, 2010

how do I disable browsing to a http link from a Html editor. I have a vb.net web form with a html editor, when I add a hyperlink to the html editor, for example my application website for instance[URL]...When I run and click the link I can browse my application from inside the Html Editor which is so weird.It should open the link in a new window. How do I stop this from happening.This is an Intranet application. And the component for Html Editor is of TMS.

Or is there any Javascript code available where I can deactivate the link from an HtmlEditor, i mean when i add any hyperlink it should be not be activated , or no should be able to browse it from inside the HtmlEditor ?

View 2 Replies

Making A HTML Editor - Add The Code When The Little Flashing Line Is In The Textbox?

Sep 20, 2009

I'm making a HTML Editor. There are uttons in a toolbox they can click and it will add that HTML code. I don't know how to make it add the code to wherever the little falshing line is in the textbox.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved