VS 2010 How To Make Editor Show A Api
Sep 26, 2011I'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 RepliesI'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 RepliesI Want A Picture Viewer With this Features : Editor, Zoom, Slide Show
View 12 RepliesI'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.
I am a beginner to Visual Basic.I have only created the menu items. show the code for open and copy?
View 6 RepliesI installed my VB 2008 0n my new laptop with Windows 7. New when i edit a project, i am having a problem with my keybaord. I need to press two of my keys twice to show. The keys are ' and ` This is only happening in VB, My Office and other programs is affected by this. I try the keyboard mapping in Windows.
View 1 RepliesHow 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...]
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..
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 RepliesI want to make a nes rom editor and i dont know where to start.
View 5 RepliesI 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 RepliesI tryed to make a new realmlist editor, but it says "This file is used by another process"..Code:
[Code]...
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 RepliesI 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)?
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].....
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 RepliesJust upgraded from VB 2008 Express to VB 2010 Express.When I double click on the .vb file under the solution explorer I get "there is no editor available for filename.vb".I've tried repairing, removing and reinstalling. Nothing seems to work.
View 11 RepliesI'm making a map editor but I have a few problems.I dont know how to make it that when you click the 'picMap' it will draw the tile-image on the x and y you clicked.
View 5 RepliesI'm making a simple HEX Editor with VB 2010. As a result I am trying to automatically leave a DataGridView cell after entering two characters and move onto the next cell
View 1 RepliesI traditionally work in VB.NET, but have been asked to code the latest project in C#.This is fine as I can work in either language, having had to frequently translate C# code to VB in the past and I've no qualms about developing in either.My issue is with the Visual Studio editor and how many of the tasks that have traditionally been automated for me while writing VB.NET code are missing when writing C# code, or involve a larger variety of key-presses.For example, creating a new #region or function. In VB.NET creating a region involves typing "#r", at which point intellisense kicks in and shows me "#Region". I press "space" and "#Region" is auto-completed, thus allowing me to type the region name, then click "Enter" and the closing "#End Region" is automagically added.In C#, I type "#r"... and nada.. I have to either click "Ctrl + k + x" and select #region from the list of snippets to achieve the same effect.Similarly when writing functions in VB.NET ... the autocomplete creates the structure in seconds, whereas C# involves having to manually add the brackets etc, adding precious seconds to the development process. (or perhaps there is another shortcut key combo)
These are just two examples, but there are many others where the short-cuts that the VB.NET editor provides make coding much faster than the C# editor.I'm pretty shocked actually as C# is so often lauded for being "better" than VB.NET.My question is, are there any plugins which allow autocomplete on the C# editor in the same way as provided to the VB.NET editor?
as encoding text to Unicode in the textbox, I mean an option, such as Notepad.exe?
View 3 RepliesI have a project written in Vb6, and I can't load it into the Visual Studio 2010-editor/compiler, because no wizard pops up. The idea then was to install Visual Studio 2008 and try to get to 2010 via that. But apparently the downloadlink for 2008 is not working. Does anybody have answers or ideas to my problems.
View 4 RepliesThere is no editor available for 'file path here'. Make sure the application for file type (.vb) is installed. This is the error that I get when I try to open a project I did a while back in VB. I tried a C# project and I can open the form for viewing fine, but for some reason VB won't work? I really don't want to do a repair on the whole application as it takes a while and I'm not even sure I have the ISO right now.
View 1 Replieswritten a text editor custom control in vb.net
View 5 RepliesI have a picturebox with an image in it. I want to 'select' a section of this image (like standard selection tools in other image editors) and place it in another picturebox... The piece I want to select is a square and I have the coordinates.
View 1 RepliesI am trying set up the FCKEditorV2 to use in a visual web dev 2010 vb.net proj. and receiving an error stating :
Element FCKEditor is not a known element.
enter code here<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Site.Master" CodeBehind="Edit.aspx.vb" Inherits="WebApplication5.WebForm2" %>
[code].....
For those you that joined in, I would like to thank you for joining us last week on the topic of Visual Studio Setup.
This week, we have something even better with the team that has built the new editor: Sean Laberee; Kav Latiolais; Selma Ikizto and Brittany Behrens (whom many of you may have already met on the forums) to do a quick walk through of their new features -and of course gather your feedback for the work of sorting through their Beta2 DCRs.
I need to dock MS Word editor in a splitcontrol panel or any other container.
View 1 RepliesI 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.
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 RepliesI 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