Make An Iso Editor?

Sep 25, 2011

I want to make an iso editor. ISO is a game or program file. In this case it is a game. I want to be able to view partitions and patch them so people can modify games. Im using VB express basic 2010.

View 4 Replies


ADVERTISEMENT

How To Make An Editor

Jul 21, 2009

How can i make something like an editor, lets say word editor, how can i get it to highlite wrong words? and color words like "thank you" or something?
[code...]

View 5 Replies

Make A Hex Editor In Vb Or C++

Aug 23, 2011

i want to make an hex editor in vb or C++ in which i can edit the bytes

also i want to see that if a wrong byte is inserted or deleted a message or a warning should be displayed and file wont be reconstructed again..

View 17 Replies

Tools - Make A Nes Rom Editor

Sep 23, 2011

I want to make a nes rom editor and i dont know where to start.

View 5 Replies

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 How To Make Editor Show A Api

Sep 26, 2011

I'm making a some coding editor and i have some question about how to make my editor how hint code like this picture

View 8 Replies

Make A New Realmlist Editor - File Is Used By Process

Sep 27, 2009

I tryed to make a new realmlist editor, but it says "This file is used by another process"..Code:

[Code]...

View 3 Replies

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

Bitmap Drawing #2 - Make Something Identical To A Map-editor For A Game?

Feb 7, 2010

I don't want to spam the forum with questions, so I'll just ask a two questions I can't figure out in one thread since they all involve a specific task I'm trying to create I'm trying to make something identical to a map-editor for a game. Right now I'm just learning the basic functions of drawing on bitmaps. I'll show you what I got right now and then tell you what I'm trying to achieve:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim mySource As Rectangle
Dim myDestination As Rectangle

[code]....

So my map size is 1000x1000. When I press the button, it creates the map, draws 250 tiles(pixels) in the top left corner of the map, and then displays it on my form. Now to my questions: How can I zoom into certain X, Y positions on the map? After I zoom into the map, how can I call a function when I highlight a tile(pixel), and then another function when I click on a certain tile(pixel)?

View 15 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

Make A Code Editor Using The Class SyntaxRTB Which Colors The Keywords Only?

Apr 5, 2010

I'm trying to make a code editor using the class SyntaxRTB which colors the keywords only,I tried to modify it so that it colors comments as well by adding the following block of code to the sub ColorLineNumber() but the problem is you can't write comments on the same line that has code on it and I don't know how to do it?

Dim Instance As Integer
Dim CLine As String = Me.Lines(LineIndex).ToLower
Instance = InStr(CLine, "'")

[code].....

View 2 Replies

Make A Simple Image Editor Were You Can Draw And Edit Images

May 27, 2011

Is it possible to make a simple Image Editor were you can draw and edit images in vb.net? If so how would you do that? (Its would also have to compile the image as well into an image format)

View 4 Replies

Make A Very Advanced Picture Viewer (Editor - Zoom - Slide Show) In VB 2010 Express?

Aug 29, 2010

I Want A Picture Viewer With this Features : Editor, Zoom, Slide Show

View 12 Replies

Error:"There Is No Editor Available For C:...Form1.vb. Make Sure The Application Type (.vb) Is Installed."

Jan 30, 2012

I just upgraded from Windows XP Professional to Windows 7 Ultimate. Now I have a program in which I am receiving the following error:"There is no editor available for C:...Form1.vb. Make sure the application type (.vb) is installed."

This occurs when I try to open the designer view of the form.This problem does not exist in new programs (ones created after the upgrade).I am at a loss to explain this.

View 3 Replies

Make Text Editor Handle "Set As Default Program" Requests?

Jun 2, 2010

I was wondering how to make my Text Editor handle "Set As Default Program" requests, and have files saved default-ly open with it. For example creating my own file type.I don't know if this is possible in VB.net

View 1 Replies

Make A Custom Collection That Take Advantage Of The Collection Editor?

Feb 8, 2010

I have been researching for a couple of days now and to no avail. Does Anyone know how to make a custom collection that take advantage of the collection editor? I would like to be able to have 3 Color Values, 1 Boolean and 1 String.

View 15 Replies

Algorithm For VB Editor?

Dec 26, 2009

is the algorithm for VB editor released anywhere? because i'm trying to create my own editor that gives various options like Linking and self defined array functions (see below) such that one edit can update several others in various places, but i do still wish to have the auto formatting VB editor provides us with.an example of a self defined array function (count):we can transform this:

Public Class test
Private Shared number_of_methods As Integer = 2
Public Function get_number_of_methods_juz_an_example() As Integer
Return number_of_methods

[code]....

well of course instead of the code it would be just click and select (i wrote out the code in <> just to show what's happening)

View 5 Replies

Asp.net - Using Javascript In CK Editor?

Oct 7, 2011

I created a web form in .net. The form need to use WYSIWYG editor. So, I have decided to use CK editor. Now, I have gotten a problem that the CK editor lets to use javascript in the textarea. I don't want to let this. How could I do that?

View 1 Replies

Get Visio Like Editor In .net?

Jan 31, 2012

How can i get visio like editor in vb.net. so that end user can create or move controls, like text box,labels & combo box. I need this for reporting purpose where user can place the controls as he wanted.

View 2 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

IDE :: No Editor For .aspx

Jun 25, 2008

I am not sure why but recently i just launch my vb2003 and got this error.. no editor for .aspx anyone know how to solve it ?

View 2 Replies

Modified Outside Of Editor?

May 21, 2011

VB express.yesterday my computer started squawking about the project that I was running in debug being edited outside of the editor, and did I want to reload.The message box gave me four choices: Yes, Yes to All,No,and No to All.It started doing it when I had a new project with nothing but a multiline text box that I was trying to use to display the numbers in a for next loop there was practically nothing there that I did.It squawked about that for projects that I ran many times before, and haven't edited at all recently.It kept coming back repeatedly.So far as I know, I have edited nothing outside the editor.What would I be reloading?

View 8 Replies

There Is No Editor Available For Filename

Apr 13, 2010

There is no editor available for '<filename>'.Make sure the application for the file type (.vb) is installed.I got this message after I updated a VB08 project to VB10. I tried to open a form when this message was shown. It happens to every form in the group (but not standard classes).

View 1 Replies

VS Code Editor VB Vs C#

Oct 31, 2009

I just cannot work this out so is it different in C# for VB in VS. Lets say you have added a control (does not matter what control) to a form, go to the 'View Code' of the form. In VB at the top of the source window below the Tabs of your project you see on the left a Class Name combobox (Type in C#) in VB you can select the control you just added, now in the right Members Name combobox (Members in C#) in vb i can select a member I want to add lets say Click event, this will be added to the project but in C# it just cannot be done?

The reason for this is that I have a Usercontrol that Shadows/New delegate thingy in C# TextChanged event I can easily Select this member in VB but not in C# do I have to add the event manually e.g. [Code] In VB I get a Handles event, Any ideas?

View 5 Replies

Accidentally Excluded Something, Now No Editor?

Apr 28, 2012

I accidentally excluded something from my project (by right clicking and "Exclude from project", but I don't remember what) and now when I try to open form1.vb design I get this error message:

There is no editor avalable for <filename> Make sure the application for the filetype (.vb) is installed.

View 1 Replies

Add TinyMCE Editor In 2008?

Oct 3, 2010

how can i add the tinyMCE editor in my vb.net desktop application?

View 2 Replies

C# - Hightlight Bracket On Editor?

Feb 9, 2012

I've built a basic editor which have code auto-completion feature and also shows parameter list. Now I want to add highlight matching bracket feature. I've no idea on how to do this !

Update:I know some basic algorithm to find the matching bracket, but don't know how to highlight it ! [to change the color or making it bold of the matching bracket]. I'm using multi-line textbox for this issue.

View 1 Replies

C# - Incorporate VB Script Editor In Win App?

Apr 23, 2011

I created a Script Editor in a Windows Application using a RichTextbox and Regex for adding the colors for the coding. However it is not close to the Real VB editor. Is there some real good examples out there of how to build one or some free downloads?

View 1 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

Change CK Editor Filder?

Sep 23, 2011

I created a asp.net web application and then I downloaded ckeditor. And I extracted my application directory this editor folder. And I added dll of ckeditor to reference of my application. I registered in my web page.[code]...

View 1 Replies







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