Search Results

Showing results 1 to 33 of 33
Search took 0.02 seconds.
Search: Posts Made By: Poab9200
Forum: C# Jul 27th, 2009
Replies: 3
Views: 296
Posted By Poab9200
Hmm, I knew about the header/footer but I will most definatly add version information to the header to help keep better track of the versions of files. Thanks for that tip!

Also I read a couple...
Forum: C# Jul 27th, 2009
Replies: 2
Views: 465
Posted By Poab9200
Ahh yes I forgot to have the cards return to the deck in the final else if statement. Will retest with your suggestions. And to answer the question yes the random number is to "shuffle" the cards...
Forum: C# Jul 26th, 2009
Replies: 3
Views: 296
Posted By Poab9200
Aside from many projects I'm working on to learn more about general programming and this language it self. I was wondering how do programmers create "program specific files".

Examples:
Microsoft...
Forum: C# Jul 26th, 2009
Replies: 2
Views: 465
Posted By Poab9200
First off. Hello,

I'm having issues with my little program I've got a few classes down to a tee and am having issues with the War class.

With the following code I iterate a new game of War and...
Forum: C# Jul 4th, 2009
Replies: 10
Views: 683
Posted By Poab9200
1. @ the OP. Initialize the "int i" in the for loop
2. Why not declare the numbers 1-9 on your own?

Example:


int[] intArray = { 1,2,3,4,5,6,7,8,9 };
Forum: C# Jul 4th, 2009
Replies: 15
Views: 792
Posted By Poab9200
1. If you want to hide the file visually then modify the file's properties to 'hide' the file its self.

2. If you don't want the user to access that file and make use of the data stored within it...
Forum: C# Jul 4th, 2009
Replies: 3
Views: 821
Posted By Poab9200
In the for loop shouldn't you use the != instead of the < than operator?
Forum: C# Jul 4th, 2009
Replies: 6
Views: 351
Posted By Poab9200
I too think counting how many lines you create/change in a program... I'm quite the novice programmer but I've completly recoded an entire app of nearly 6000 lines of code in about 6 hours... I guess...
Forum: C# Jul 4th, 2009
Replies: 0
Views: 229
Posted By Poab9200
Hello all, and happy fourth.

First off, I've been trying to create this little app for quite some time now and I've gotten pretty far as the code just "came" to me the other day. So I've gotten......
Forum: C# Jun 4th, 2009
Replies: 8
Views: 359
Posted By Poab9200
Thanks for the advice and its good stuff! Anyways I wont mark the post solved as it's generally based upon opinion, and to allow others a chance to offer their opinion as well. Thanks!
Forum: C# Jun 3rd, 2009
Replies: 8
Views: 359
Posted By Poab9200
Hello All,

I have a question more like suggestions but none the less. For the past few days I've been thinking what "skill sets" not too sure what the proper word would be.

Ok more to the...
Forum: C# May 22nd, 2009
Replies: 0
Views: 357
Posted By Poab9200
Hello I made the following program for someone on this site that had requested the game. I didn't have a problem making it. During some tests I conducted I ran into a problem, at least what had...
Forum: C# May 8th, 2009
Replies: 4
Views: 525
Posted By Poab9200
Ok never mind I figured out a way to make it work and here is where I got the info to figure it out.

Access Command Line...
Forum: C# May 8th, 2009
Replies: 4
Views: 525
Posted By Poab9200
Shortcuts use the extension .lnk. If you have shortcuts look at them via(Right click > Properties then click the general tab and it should show the name of the extension...

Ok, I did a little...
Forum: C# May 8th, 2009
Replies: 8
Views: 844
Posted By Poab9200
Well here is my take at this game take it or leave it. I added some colors to the program to make it look more eye friendly. But none the less this took me about 30 minutes to code as I just pasted...
Forum: C# May 8th, 2009
Replies: 4
Views: 525
Posted By Poab9200
Ok, first things first. Hello everyone, I have a question.
How would I go about adding Shortcut Arguments to my program(Code shown below).

My idea:
I play a game called Counter-Strike:Source and...
Forum: C# Nov 2nd, 2008
Replies: 1
Views: 370
Posted By Poab9200
Hello All, I am trying to read information from a text file and then add this to it:
<a href="(Info from text file goes here)">(Program copies Info from the file then adds it here</a>


All I am...
Forum: C# Nov 2nd, 2008
Replies: 8
Views: 983
Posted By Poab9200
Hello, I am just learning C# as my first programing language, and I've found Wrox's set of books quite help full. The first book I used to study up on C# was the Professional book of which I...
Forum: C# Oct 8th, 2008
Replies: 3
Views: 8,280
Posted By Poab9200
Yeah I hear you on the database thing, also thanks for the info as it saved me lots of trouble :)
Forum: C# Oct 4th, 2008
Replies: 7
Views: 1,018
Posted By Poab9200
Ok I've done some reading and I believe I understand how to tackle the "Don't Show again" item, but I am still having issues with the textbox.

My question (directed at LizR) is what parameters...
Forum: C# Oct 1st, 2008
Replies: 7
Views: 1,018
Posted By Poab9200
Yes, your correct LizR.

1. I don't have any knowledge in Java ( not that i have much in CSharp either).
(I could always learn but rather not at the moment.)

2. I'm using a Windows Form...
Forum: C# Oct 1st, 2008
Replies: 7
Views: 1,018
Posted By Poab9200
Hello all, I have a few questions and some problems. I've been doing some searching on the web and cannot find a source that can aid me with these issues.

Anyways,
I have several text box's that...
Forum: Game Development Sep 26th, 2008
Replies: 8
Views: 1,917
Posted By Poab9200
May not help but I too am going into the direction of Game/Software Design. As soon as I get threw my Generals in college(community.) I'll be off to West Wood College for a degree in Software...
Forum: C# Sep 26th, 2008
Replies: 5
Views: 686
Posted By Poab9200
Ok, Thanks worked like a charm.

Also, I decided to use Windows Form instead of console. Did this for a quick learning/lesson type thing.

Thanks LizR, and dickersonka.
Forum: C# Sep 25th, 2008
Replies: 5
Views: 686
Posted By Poab9200
Ok LizR how would I about using the ReadKey Function would you mind showing me an example?
Forum: C# Sep 24th, 2008
Replies: 5
Views: 686
Posted By Poab9200
First off here is my code:



using System;
using System.Collections.Generic;
using System.Text;

namespace example_1
{
Forum: C# Sep 3rd, 2008
Replies: 7
Views: 2,174
Posted By Poab9200
Ok, I understand what you have stated above, but I am just learning C# and I know for a fact It's going to be quite frustrating but may you give me an example. Like I said, I understand what your...
Forum: C# Sep 3rd, 2008
Replies: 7
Views: 2,174
Posted By Poab9200
Well do you know of any way I may solve this issue?
Forum: C# Sep 2nd, 2008
Replies: 7
Views: 2,174
Posted By Poab9200
OK, I've tried this method and still no luck.
When I try your example I click the "create" button and another form comes up.
The same exact form that resembles FormB, that is fine.
But when I...
Forum: C# Aug 28th, 2008
Replies: 4
Views: 420
Posted By Poab9200
If I'm not mistaken I believe its telling you that its not in a String format its in a Bool format.

Substitute String for Bool and see what happens...

If it doesn't work then I'm sorry, and I...
Forum: C# Aug 28th, 2008
Replies: 7
Views: 2,174
Posted By Poab9200
Hello,

I'm having an issue trying to get the data from several TextBoxes in FormB to FormA.
In FormB I use a string to gather the data from the TextBox like so:


private void...
Forum: C# Aug 26th, 2008
Replies: 2
Views: 733
Posted By Poab9200
Sweet thanks a bunch! Works great
Forum: C# Aug 24th, 2008
Replies: 2
Views: 733
Posted By Poab9200
Hello all,
I'm trying to create a simple program that creates a text file with some text inside of it.
First off, I've managed to create the text file with a few lines of text. My Issue is that I...
Showing results 1 to 33 of 33

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC