Write A Little Program To Allow Editing A Game File?
Jan 27, 2012
I've been banging my head for a while now and just can't seem to figure out what the problem is here. I have not really worked with XML much and thought it would be good to do some work with it in order to have a better understanding. I decided to write a little program to allow editing a game file. I found some examples on the net of basic XML functions and tried to use one of them in my program.
The Xml file I am working with is huge so I will show just enough to give an idea of the format.
Code:
<?xml version="1.0"?>
<Proto version ='2'>
<Unit id ='0' name ='InvisibleProjectile'>
<DBID>20</DBID>
[Code]...
I have tried different text in the select nodes portion, such as "proto" "/proto" and the above but in every case I get a count of 0 on the node list and nothing is displayed in my textbox.Each <Unit> is roughy 30-35 lines and the file has over 59k lines of units so clearly the count should be rather high but always 0.
View 2 Replies
ADVERTISEMENT
Feb 27, 2012
Reading a .txt file in VB.net. My file path is C:UsersMyLilMulePepeDocumentsVisual Studio 2008Projectscurtain_calls.txt.
This is my line of Dim LoanOptionsFile As String = "C:UsersMyLilMulePepeDocumentsVisual Studio 2008Projectscurtain_calls.txt"
I can read the file when I run the program, but how do I write the file path so that someone else can download my program and file and read the file on their system?
View 3 Replies
Sep 14, 2010
I want to write a program to write in an xml file in this format:
<?xml version="1.0" encoding="utf-8" ?>
- <Orders>
<Item id="1" SKU="998123" Description="Super Widget" Quantity="100" />
[Code]....
View 2 Replies
Apr 7, 2012
I've been developing a arcade game, and as every good arcade game, it has an incorporated scoreboard so that players can see who scored better. My problem is that everytime it enters a new scoreline, it deletes all the previous lines in the text file. The code I've been using is the following:
If player1 > 25 Then
objReader.Close()
MsgBox("O " + jogador1 + " ganhou.")[code]............
View 2 Replies
Nov 18, 2011
I want to make a program that enables a game to have more than one instance running, where it would otherwise be unable to be done. How should I go about this? A sandbox? Hack?
View 3 Replies
Apr 18, 2012
On programming assignment without having any real experience in vb. I guess I don't understand subroutines that well. When the program runs it never goes to the computer's turn and does not update the users score either. This assignment is already in but would like to know what is going wrong. Using VB 2010, and this is windows application.
Code:
Public Class Form1
Dim Myturn As Integer
Dim Computerturn As Integer
[CODE]...
View 6 Replies
Nov 7, 2011
I want to make program that shows info in game while playing. Problem is that I have no idea how to do it. I tryed some methods, but unsuccessfully. So does anyone has idea how to make it ?
View 3 Replies
Feb 2, 2010
Program to convert binary pdf file to tiff file in VB.NET..?? We can use third party tools also..???
View 1 Replies
Aug 12, 2010
i am a beginner and trying to write a program that can convert .dwg file into .xml file format.i am familiar with visual studio 2008, vb.net and autocad 2007.my question is what do i need to do or learn to start this project?
View 2 Replies
Mar 25, 2012
[code].....
View 2 Replies
Nov 22, 2009
My program has to write to several files according the users settings, options, and other purposes. But when i tested this, it gave me an error, access is denied. I do not want the user to make it run as an admin nor do i want to find another way to do this, because the only other way is the temp dir and when user deleted files from there it could mess it all up.
View 4 Replies
Jan 20, 2010
I am tring to write a batch file to run a DOS program under a GUI as below
My.Computer.FileSystem.WriteAllText(c:convert3.bat", "aften c:movie.WAV c:movie.AC3", False)
When the batch file runs
C:>convert3.bat
C:>aften c:movie.WAV c:movie.AC3
'aften' is not recognized as an internal or external command,
operable program or batch file.
Why the extra data tacked onto the front of the bat file..The below code works but is more lines...
Dim fs As New FileStream(MyFolder & "convert2.bat", FileMode.Create, FileAccess.Write)
Dim s As New StreamWriter(fs)
s.WriteLine(batstring)
s.Close()
View 1 Replies
Jun 11, 2010
How should I modify the following Vb.Net code to write str to the file in unicode?
Do I need to convert str to Unicode before writing to the file?[code]...
View 2 Replies
Dec 20, 2011
I am trying to write a basic .net program that reads from one file with streamreader, scans each line for specific errors in formating and if the errors exist correct them in an output to another file that I've just renamed as same file name.cache.
View 2 Replies
Feb 15, 2011
I am new to VB.net
I have a simple form with two textboxes, I want Textbox1 to write to a file named C:VALUE1.txt and
Textbox2 to write its value to a file named C:VALUE2.txt
Any text that is already in the text file MUST be over written.
View 3 Replies
Aug 2, 2011
I'm trying to write a text strings into a binary file and then call it back from another sub.[code]...
View 6 Replies
Jun 19, 2008
I'm trying to write a vb.net program that will upload a file to a FTP site that has SSL (explicit, although I'm not sure what this means).The sample code and explanations I've Googled always assume when it's SSL that I'm using a client certificate. But I have no certificate to load.I simply need to login, accept their certificate and upload my file.When I accept their certificate am I actually installing it on the client? For example of FileZilla a box pops up and I just click on accept, then my login is complete.
View 1 Replies
Sep 17, 2010
this would be my first post and usually I can figure these problems out, but I am stumped so badly right now, I am writing code to write into a .mdb file, my program uses two login forms, the first reads the data base, and sees if the user name and password is correct. I got that working, my second login form is used for creating an account. This is where I am getting stuck, I have followed and looked for tutorials and I found nothing, my DB is simple, its one table, and two input fields called "Userid" and "password" this is my code to write a new account into these fields
[Code]...
View 13 Replies
May 21, 2012
I want to read a text file and write the lines on different labels. Is it possible to generate labels?
I tried with four labels with label1, label2, label3, label4 names but I don't know how to create a loop to read every line of the file and write it in every different label. First line in first label, second line in second label etc.[code]...
View 1 Replies
May 22, 2011
I am trying to write a simple application that monitors the COM port and writes the incoming binary data to a file. So, I gathered a File class is provided, but looking at its methods list in the Help page, I see no method for writing individual bytes (and the Write methods seem to close the file after writing).
How can I write a byte array into a file, keep it open and repeat this as necessary?
View 3 Replies
Oct 24, 2010
My project is GUI based. I want to write program in vb.net take some input from user and then i hav to genarate hex file so that it can be run on microcontroller. I just want to know weather hex file generation in vb.net is possible or not?
View 2 Replies
Feb 4, 2009
What I'm trying to do is write a small program that copies a file from a USB to another directory so a program already installed on the computer can load this data.Usually copying files from one directory into another wouldn't be an issue.
[Code]...
If possible i would also like to change the code i have written so it just loads January2009.txt from the "root directory" of the USB rather than having to specify H: because if i put the USB in someone elses computer this could change to G: and then it wouldn't work.
View 4 Replies
Nov 8, 2011
What my program does is load a file (password list), then progressively reads each line of text in the file whilst writing each line to a new file. After X amount of lines have been written, it should start writing the lines of text to a new document until the initial password list has been split into X amount of password lists. The problem I have is that after hours of tweaking, all I can get it to do is write either blank ocuments, or write all of the lines to only one file. I really need it to be able to split into multiple files, preferably at runtime rather than loading a whole text document into the program in a textbox or array then writing it to new files.Below is the source:
Imports System
Imports System.Windows.Forms
Imports System.IO
[code].....
View 11 Replies
May 22, 2009
I am writing a script editor application that users can use to write scripts for a certain game. I am using a Treeview to display all the script files in the default folder, where they are usually located. The Treeview functions as some kind of File Browser, but only shows the relevant script files.
Now, I have had a few 'complaints' about this: the problem was that not every stores their scripts in the default location, and hence they cannot use the File Browser properly. So I came up with an idea that would allow the user to add and remove folders from the File Browser; turning the Treeview more or less into a 'working directory' into which the user can add whatever folder containing script files that he wishes.
[Code]...
View 4 Replies
Apr 27, 2009
Is it possible to read, write to a text file in resources whilst the program is running. If this is possible then can someone show me how it's done.
View 8 Replies
Feb 28, 2009
I'm wanting to write a program where a user can copy text from a pdf file, paste it into my program and it can identify which file the text came from and where in the file the text was copied from. This is so that later on, the user can then select the pasted text, and the program can load up the source pdf and highlight the text section.Are there any components out there which I can use to accomplish this
View 2 Replies
Jan 17, 2009
I'm trying to write a program that will open a solidworks file in EDrawings and print it and so far the only way I can find to do that with an edrawings ActiveX Control displayed on my form.Does anyone know if it's possible to print drawings via EDrawings 2009 without the ActiveX Control having to be displayed on the form as that is drastically slowing down my program?
View 5 Replies
Sep 21, 2010
If you match two same colours or pictures, you get some points. There should be nine pairs of hidden pictures/colours but shows up when clicked but should not in the same order or line. There has to be a count down timer as well.
View 1 Replies
Apr 14, 2011
I have a project "Sudoku" in VB.net 2005 , I want , when Click Button "Save game" [code]...
View 1 Replies
Aug 9, 2009
I made a game and I would like to store the high score and other values in the windows registry. It's made in VB.NET. Could someone give me a sample code example of simple reading and writing to the registry.
View 5 Replies