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


ADVERTISEMENT

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

Change A Code For Text Justification So That It Works For Urdu Editor

Jul 29, 2009

I'm trying to change a code for text justification so that it works for urdu editor. The problem is when i justify code the alignment changes to left side. I mean cursor moves to the left side of rtb. In code the value of PFM_ALIGNMENT is set to 8. I wanna know what it means and if i hav to change then what value shud i use for making cursor stay at right side of rtb.

View 1 Replies

Coding Pagesetup, Print And Preview In MDI Text Editor So That It Works (2008)

Jul 17, 2010

How do you go about coding pagesetup, print and preview in MDI text editor so that it works (VisualBasic 2008)

View 7 Replies

Play The Usual MIDI Sounds In A VB Program?

Jan 14, 2010

I am looking for a way to play the usual MIDI sounds in a VB program. Similar to the beep program (ie console.beep, leading to timer1.start etc.)but instead of an annoying bleep, have a MIDI sound (like a flute, violin, clarinet, etc.). Is this possible in VB 2008?

View 10 Replies

How To Access Network Drive Through Usual System.IO Classes

Feb 28, 2010

My software handles multiple operations on files, and I have now finished writing the related functions, using the System.IO classes. I now need to add support for network drives. Using a mapping works very well (although Directory.GetFiles is a bit low, and I don't know why), but I'd now like to be able to deal directly with paths such as \192.168.0.10Shared FolderMyDrive. Is there any way to handle this type of paths other than mounting the drive to an available drive letter, using the newly generated path, and then unmounting?

View 4 Replies

Update The Button Text On A Form From A Backgroundworker.do_work Event, And It Failed With The Usual Cross-thread Exception Message?

Nov 14, 2011

I tried to update the button text on a form from a backgroundworker.do_work event, and it failed, with the usual cross-thread exception message.However, by pure chance, I also tried to update text in a system.windows.form.toolstripstatuslabel also from this backgroundworker.do_work event, and it DOES work. Question: why is this? Is it perhaps because theres some kind of implicit shared behaviour with system.windows.form.toolstripstatuslabel?

View 4 Replies

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

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

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

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

Link From Button - When Sheet1 Is Selected, It Works, But When Sheet2 Is Selected, Not Works

Jan 5, 2012

I have a spreadsheet with this code:

'insert link
sheet1.Hyperlinks.Add(sheet1.Range("P1"), "http://http://www.vbforums.com", "")
the code of the button (ribbon)

[CODE]...

When I press the button, it connects to the web site. when the sheet1 is selected, it works, but when the sheet2 is selected, not works, why? the path is sheet1,What's wrong?

View 2 Replies

Code That Doesn't Works Runtime But Works Step By Step?

Jun 26, 2010

this is my code:

Dim WB As WebBrowser
WB = GetPage("http://speed.travian.ir/a2b.php?z=" + VillageID.ToString + "&c=" + Type.ToString + "&" + AttackParams)

[code].....

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







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