VS 2010 Making A Map Editor?

Aug 9, 2011

I'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 Replies


ADVERTISEMENT

Making A Simple HEX Editor With VB 2010?

Mar 3, 2011

I'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 Replies

Vb 2010 - Map Editor - Making The Grid Invisible If De-deselect The Option "Grid On"

Jun 12, 2011

I have a few problems with making a map editor, how to make one reply and ill give you my msn well actually this problem: its not making the grid invisible if you de-deselect the option "Grid On" because the rect's have already been drawn. So I need to know how you can delete them.

[Code]...

View 4 Replies

Making A Game Editor?

Aug 30, 2010

Recently I had the urge to make my own 2d game editor and I don't know where to start and I have searched the web but my results were not

View 5 Replies

Making A Sound Editor Program?

Dec 30, 2008

I'm making a sound editor program, but i've got a problem: if you load a sound, the program must show the spectrum of the sound?

View 2 Replies

Making Shortcuts For A Text Editor?

Oct 9, 2010

So, I was making shortcuts for a text editor I made. The first 3, that I originally included were control-b control-i and control-u for the bold italics and underline. That worked fine. Recently, I added control-s and control-o for save and open. I don't know why, but once I press control-s or control-o once, the control key seems to stay "pressed", so whenever I press just b, u, i, s, or o, they activate the commands. Here's my

[code]...

View 3 Replies

VS 2008 Making A Code Editor?

Aug 9, 2009

I am using a rich text box and I know a simple way to change the color of a selected word...but I can't make it do it for all the words.Do I need a custom control for this sort of thing...?Also, example: word "If" becomes blue, and all If's in the RTB would be blue.

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

Making A Simple Image Editor And Added Zooming And Drawing With Mouse Position Like A Pencil?

Sep 11, 2009

Im making a simple image editor and I added Zooming and Drawing with mouse position like a pencil. My problem is When I zoom the image and try to draw on it, everything becomes offset and the lines i drew are not even close to the mouse. Here is My code ( Just add a button1 and Picturebox1 with an image)

Public Class Form1
Dim pen1 As Pen
Dim x1, y1, x2, y2 As Integer
Dim gr As Graphics

[code]....

View 4 Replies

VS 2010 Express There Is No Editor Available

Apr 26, 2010

Just 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 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

Visual Studio 2010 C# Editor More Cumbersome

Oct 6, 2011

I 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?

View 6 Replies

VS 2010 Unicode Function Text Editor

Mar 1, 2010

as encoding text to Unicode in the textbox, I mean an option, such as Notepad.exe?

View 3 Replies

Can't Load It Into The Visual Studio 2010-editor/compiler?

Feb 22, 2011

I 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 Replies

VS 2010 - Error Opening Design View (No Editor Available)

Feb 10, 2012

There 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 Replies

VS 2010 - Written A Text Editor Custom Control

Jun 14, 2012

written a text editor custom control in vb.net

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

VS 2010 Image Editor - Standard Selection Tools

Dec 4, 2011

I 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 Replies

Asp.net - Error : FredCK Editor Undefined For Proj Visual Web Dev 2010

Feb 24, 2010

I 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].....

View 1 Replies

IDE :: Up Close And Personal With The Visual Studio 2010 Editor Team

Jun 11, 2009

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.

View 1 Replies

VS 2010 Dock MS Word Editor In A Splitcontrol Panel Or Any Other Container

Jul 25, 2011

I need to dock MS Word editor in a splitcontrol panel or any other container.

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

VS 2010 Making A Countdown?

Mar 20, 2011

So this is my code.

vb.net Private Sub Up_img()
Control.CheckForIllegalCrossThreadCalls = False
Try
Dim connection As New MySqlConnection("server=localhost;UID=root;PWD=;database=DB;")
Dim img_upload As String

[Code]...

How the logic is confusing. I was thinking of making a Variable that stores the time NOW and once the uploads 1 file, another variable will take the time and subtract it from the old time and times it by the number of files left. Or as you can see I have a little % calculation there and I could use that to calculate the amount of time left.Will that be consistent? Or are there other ways to achieve the result

View 3 Replies

VS 2010 Making A Downloader Like IDM?

Nov 29, 2011

I'm just wondering about making a downloader like IDM, we all know how it works right?well, just wondering it how did they implement like"Chopping / Splitting " files to download - They do have each a starting point.then merges the files?

View 5 Replies

VS 2010 : Making A Window Within A Form?

Jan 14, 2012

make a window with a window. hit coded button/ and or image coded for a button. make visible. you can drag it around and make it work like you were using a window.

Update: the form 1 would have a image button that opens a form thats form would act like a window. like the ones you use when you open up a folder on your desktop. but it would minmize into the form 1 as an image button caching its info so you can pop it back up.

View 3 Replies

VS 2010 ITextSharp For Making PDFs?

Aug 16, 2011

I have a PDF billing template that I need to put in the various information for customers and then send them the PDF's. I was looking into coding this with VB and saw iTextSharp mentioned a few times.

When I googled it I only found something on SourceForge and it was written in C#, where do you go for something in VB.net?

View 3 Replies

VS 2010 Making 'settings' File?

May 11, 2010

if we say i have a program and i want it to launch another .exe So the code of them being able to choose where it's located is "openfiledialog".But can i make it save the setting somehow, so it makes a small document/text-file thingy so it can read the locations from the file ?Or is there someway that the program remembers it ? I want it to ask for a file location first, and then next time pushing the button "start" it remembers the location ?

View 4 Replies

VS 2010 Making A Character Move?

Oct 22, 2011

This is actually not really a question about vb, but about how to make a code.I'm making a RPG game and I want to make my character have "normal" movement. The problem is actually when I just hold down one of my movement keys (a, s, d, w) my character will jump out of the screen because it's going to fast. here is my movement sub:

Private Sub frmMain_KeyDown(sender As Object, e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
'MOVEMENT'

[code].....

View 2 Replies

VS 2010 Making Backup Up File

Oct 9, 2011

how to make a back up file using mysql xampp?

View 1 Replies

VS 2010 Making The Program Luanch ?

May 11, 2010

is there anyway u can make a ".exe" luanch without really knowing where the "user" u send it to have it installed. Well im talking about "World Of Wacraft" a game u install just like any other game.I wont this to luanch but i the users wich use this have the file/folder placed different places.Is there anyway to find this if it have been installed ?Ive been looking around but only found codes wich dident really work

View 6 Replies







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