Hello.
Well since my last topic (http://www.tek-tips.com/viewthread.cfm?qid=1501867&page=1) I have read quite a bit about threads, and I feel like I know it know, but I still have one question regarding data from a irc server.
I dont feel like running a while in my thread since it doesnt seem...
Hello.
I have been creating a simple irc client that connects to a server and sends some simple commands to it
I have also figured out how to retrive data from the server by using streams
The problem is I have to run a never-ending while to keep retriving all the data from the server
I do it...
Hello.
I have this wierd problem when im writing to a text file with data from a array
I have this method:
private void writeData()
{
// Open file
StreamWriter writeData = new StreamWriter(saveMonsterSetBase.FileName, false);
// Write all data from array to file
for (int x =...
Hello.
I have been creating a application that checks the application version and sees if it fits with the version from http://msbeditor.dumpen.dk/versioninfo.html
If it doesnt I use a webBrowser component to open a download link to http://msbeditor.dumpen.dk/msbEditor.rar
But this is not...
Hello.
I this txt file:
// Comment
2
0 0 20 177 185 4 // comment
0 0 20 75 65 4 // hi!!
0 0 20 85 65 4 // asd
0 0 20 95 65 4 // (bbb
end
Where I divide the data into valid and unvalid lines
All the data is saved into an array
The valid data is:
0 0 20 177 185 4 // comment
0 0 20 75 65 4 //...
Hello.
I have 2 questions for you
Question 1:
I got this method:
private void writeData()
{
StreamWriter writer = new StreamWriter(saveMonsterSetBase.FileName, false);
for (int i = 0; i < MonsterSetBaseDataArray.Count; i++)
{...
Hello.
I have a small question/problem.
I have this text file:
// Test
0
0 0 0 15 15 7 // 0
end
1
1 1 30 25 25 240 240 -1 5 // 1
end
I read it into an array in C#, but in my array I read it in as
0 0 0 15 15 7 // 0
1 1...
Hello.
I have a simple picturebox where there is a image loaded in
Im drawing a rectangle on the picturebox and when I press a button I want to invalidate it (remove the rectangle), but it doesnt seem to work
The rectangle is drawn fine and the image loads up to, but when I press my button...
Hey im back with a new questions / problems ;)
Question 1:
I have a image that is in a picturebox which is called pictureBox1
I want to read monstersetbase.txt and add small ellipses to my image. The position of the ellipse comes from my monstersetbase.txt. The image is 256x256 and the...
Hello.
I am developing a program where I have some textboxes and forward and previous buttons.
I also have a txt file. I want to read from my txt file and then write to my textbox.
My txt file looks like this:
19 1 "Yeti" 30 900 0 105 110 37 0 150 37 2 17 4 6 400 2000 10 2 180 14 6 0 0 3 0 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.