Map Maker In Notepad?

Mar 17, 2011

Im not asking for any code or anything but i was just wondering if you can make a map in notepad and than turn it into a map in Vb.net. (Like if G in notepad = grass. Have VB switch it to the grass picture.)

View 4 Replies


ADVERTISEMENT

Search Value Of Textbox In A Notepad (.txt) And Copy In A New Notepad?

Sep 14, 2011

I am trying to create a tool which I would input a word in a text box and it would search the path i give it to look for a word in a notepad file and copy the whole line to a new notepad and paste it.

i did this for now, i am able but i am able to copy all the text from the note pad and put it in a textbox for now..

Dim FILE_NAME As String = "P: est est.txt"
Dim objReader As New System.IO.StreamReader(FILE_NAME)
Dim TextLine As String

[Code].....

I am having trouble to get the command to ask them to go read the text file and copy only the line for the word I put in the input box and to put it in a new notepad.

View 2 Replies

Connecting VB To Game Maker?

Apr 17, 2009

I'm trying to make a home page for a game i have, i want to be able to push a button on the form and open my game that i made in game maker, what is the code that i need to put behind the button?

View 1 Replies

Make A Playlist Maker?

Oct 30, 2009

How would i create something that would open a choose file dialog, let you click all the files you want(in this case audio files), take the ones you selected and write a windows media player playlist file(you should know but anyways its basically a text file formatted in a specific way with a .wpl extension)[code]...

View 4 Replies

Make Images To Avi Maker

Mar 21, 2011

im trying to make images to avi maker, now i watched this thread: [URL] And i downloaded that avilib and imported, so now im trying to use this

[Code]...

View 10 Replies

Create Icon Maker Or Editor Using .net (C#)?

Mar 4, 2009

i want to know how to draw cell or grid in picturebox for icon. im creating a small program that i want to include icon editor, i know how to use bitmap or GDI+ to make icon, but i want to include small icon editor like the one with VS IDE. i want to know if the 32 X 32 icon pixels was generated by 32 rows of pictureboxes and 32 columns of pictureboxes. In a real icon editor you can use different color for each pixel.

View 12 Replies

Errors In Change Maker Program ?

Nov 8, 2010

Is there a way to return only a set number of decimal places when using the mod function? My 'ones' equation seems to be rounding up? (I'm assuming I have the wrong idea about '\')

Public Class Form1

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

[CODE]...

Is this program very inefficient? Based on the past programs I have written for this class, I would say I've probably done it again. I don't think I have written a single "efficient" program yet. =/

View 13 Replies

How A Usual Map Maker/editor Works

Sep 10, 2009

I understand how a usual map maker/editor works. I have one that I have been tweaking with on and off for the past 2 years. It gets xPosition, yPosition, and which tile to place. However, I have been running over the problem I had last time I left it...how to apply a zPosition (to determine which layer a specific tile is on). From what I know the typical map consists of a 2D array of tiles, but not only loading the first array would you load multiple arrays for each layer needed for a particular map?

I have yet to find something that explains how a multi-dimensional/layered map array is supposed to work, or how to load multiple layers at once with transparency to allow for the bottom layers to come through. I don't need any code here, just an opinion if I am thinking about this the right way, and what terms I can look up to find out more.

View 1 Replies

Make A Button Maker Program?

Mar 10, 2010

I am trying to make a button maker program.I know I can make a rectangle (will be the main button) and a label (text on it )but how do I save it to png ?

View 3 Replies

Make A Simple Schedule Maker?

Jan 24, 2012

im trying to make a simple schedule maker.-basically i have 2 combobox.-what i want to do is that IF i select 8-930 in combobox1 THEN combobox2 will no longer have 8-930 selection in it.

View 8 Replies

SHutdown Maker Or Manger Replica ?

Feb 15, 2012

I wanna make a Shutdown manager :icon_cheesygrin:

Dim SETGETimeOut As Integer = " -t " & NumericSecondsValue.Value.ToString
Dim SETGETComment As String = " -c " & CommentBox.Text
'Dim SETGETNetwork As String = " -m "

[CODE]...

View 8 Replies

VS 2005 Recommend An Installer Maker?

May 19, 2011

Visual Studio has a utility to make installers for my programs. People will be able to install and run my applications on their own PC's. It is, however, rather limited. For a start, people can't choose where to install. The installer chooses for them. I can't even find where it puts the application.

I've heard there are many 3rd party installer makers. Recommendations, please. What is your favourite, for VB applications? It should be fairly simple to use. I downloaded one, it has a scripting language that looks complex. It might take a while to learn it.It should also be free, or fairly cheap. At least have a free trial period.

View 7 Replies

VS 2008 : SQL Script Maker For Access DB?

Jun 4, 2009

generate sql script files from their tables and such.I have been told to make a small program that will take as input a mdb filename, and make Create Table commands from every table the database has (in access field naming format), and make Insert into commands for each line of information for each table.piece of code to cycle a hole database non system tables, read their field properties, and then read all their containing rows?

View 1 Replies

VS 2008 Make A Gif Maker Application?

Jun 6, 2009

I am trying to make a gif maker application,this was the idea: I have 5 pictureboxes on the form 1 Final picturebox User adds 2-5 pictures on form and after that it presses a button that starts a timer The timer it's for the final picturebox to like show 1 picture than hide it and show the next.. I dont know the timer code... The code I added till now looks like this:

Dim str As String 'for the number of pictureboxes
Button"AddPicture"-
dim open as new openfiledialog

[Code]....

maybe Ur own aplication that makes from multiplme images a gif and save it as .gif and give me the source

View 6 Replies

VS 2008 Video Thumbnails Maker?

Aug 13, 2010

i want to make a Thumbnails Maker, that makes 20 picture of a video and then a file save dialog will appear when its dune. this is my design i have right now

[Code]...

View 4 Replies

Active Lock Software Trail Maker?

Oct 29, 2009

I want to make a 30-day trail in visual basic 2008 i found this software Active Lock Software but how do i use it.

View 12 Replies

Html - .NET - WYSIWYG Page Maker Tutorial

Feb 24, 2012

I have a course work for which I have to make a (as advanced as possible) WYSIWYG web page editor in VB.NET (2010). It should have a visual editor with drag-drop support for several elements such as anchors, images, tables etc, and it should generate HTML based on that structure.

I don't know where to begin though. I have some experience with vb.net, I made a tabbed notepad vaguely following a tutorial, but I don't know how to make this drag-drop thingy in a richtextbox. I've searched for a tutorial, but most of them are just too simple, a text editor with browser control rendering the HTML.

View 3 Replies

Library To Find Motherboard Maker + Model?

Sep 6, 2011

Library to find motherboard maker + model?

View 2 Replies

Make Comment Maker Character For Whole Paragraph?

Jul 26, 2009

how make comment maker character for whole paragraph

View 7 Replies

Make CV Maker That Will Create CV And Will Export It To PDF File?

Apr 20, 2010

My IT Project is to make CV MAKER that will create CV and will export it to PDF file, could some of you tell me how can i do it using no third party SDK, and how to manage text within PDF file i mean how to do layout, tables, different fonts, etc etc.

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

Deployment :: Make Patch Maker Binary Differential Update?

Feb 22, 2010

any1 has any ideas on how to code a patch maker, (binary differential update) so when i run my patch maker, it output a program (*.exe) that will update files on another machine or local machine, assuming that old files to be updated to a new file having the same data in result;

and also the output patcher should be smaller in size (compressed)currently wad i could think of is a very very simple one but totally useless and not efficient and result large file size patch

1. where mine is read both file data
2. is both byte the same ?
3. [if not same ----> write down the marker value in outputfile1 and byte value in outputfile2]
3. [if same ----> do nothing]
4. read byte if available
5. (marker + 1)

the marker value is how many byte have been advanced so with resulting patcher will read those marker values to advance to the file address (which is the position number) and update accordingly to its byte value outputfile1 is marker values, outputfile2 is byte values corresponding to outputfile1 marker value to advance to the byte position

View 1 Replies

[Game Maker] Style Events - Make A Vertical TabPage?

Feb 16, 2010

I just want to know 2 things.

1). How do you make a Vertical TabPage like shown?

2). How was the Event Image buttons done (to the very right with icons on)?

View 3 Replies

Creating Notepad On Vb?

Mar 4, 2012

i am trying to create a notepad on vb but i need some help adding some stuffs to it.Like for example i don't know how to do the following 2 things:1. The user should not be able to Close or Exit if they have made a change in the document being viewed. Use text_changed to set a Boolean if a code change is made. Then, if Close, Open, or Exit is chosen confirm that the user wished to discard the change.

2. Enable and Disable the Print menu item appropriately. It should not be possible to print when no file is open.

[Code]...

View 2 Replies

How To Run Notepad Programmatically

Jul 9, 2009

Below is the code I am using to attempt to schedule notepad to edit a file. It gives me a system exception saying it cannot find the file I passed it (CityNames.txt). If I take the file name out, notepad comes up ready to go. What am I doing wrong and is there a better way to do this? I am using VS 2005 VB.Net

System.Diagnostics.Process.Start(
"C:WINDOWSsystem32
otepad.exe C:Program FilesDropMasterCityNames.txt")

View 4 Replies

Log Events In A Notepad?

Jul 29, 2009

i created a motion detection project and i would like to save in a notepad the date and the time that a motion detected?

View 2 Replies

Text From A Notepad

Nov 4, 2005

when i click button1 i want it to read the text from a certain notepad and then put all the text from the notepad into a textbox, how?

View 16 Replies

Connect Notepad As A Database

Jan 29, 2010

I am making a bookworm game as my project in school and I wanted my words database to be in notepad, but how can I connect and query using vb.net2008?

I got this idea from an online game that the game database for restricted words are in notepad, I also wanted to do that...

View 1 Replies

Convert Notepad File To .exe?

Jan 4, 2011

if any notepad file with different-different extension like .java, . html ,.txt will be opened in the vb.net environment than it will create its own .exe fie so without notepad installation the file should be open anywhere with its saved content.

View 11 Replies

Develop A Notepad Editor?

Jan 22, 2010

i want to develop a notepad editor...in VB 6.....

View 1 Replies







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