Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for cumadhu

[QUOTE=rollo1002;1505731]Ok brain fart... I was wrong... disregard this. I was trying to delete it but can't....[/QUOTE] Yeah, I was thinking. I was like... Um, I'm a newbie, but even I know that that's either concatenating or adding them :D

Member Avatar for Michael27
0
561
Member Avatar for Zephyr-

Hey all y'all helpful people (:D), My Dad talked to me about making a program that would help him. Basically you enter a screen resolution (or video resolution), then it shows you a list of other resolutions with the same ratio. Let's say you have a picture that you want …

Member Avatar for Zephyr-
0
134
Member Avatar for Zephyr-

Hey, For some reason the numericUpDown is a decimal or a double or one of those ;) I find that annoying, but whatever. So how do I use it as an int? Int32.Parse(); only works for strings.

Member Avatar for Momerath
0
212
Member Avatar for Zephyr-

Hey, I have a class called Greyhounds. In the variable declarations, I have: [CODE]public Random randomizer = new Random();[/CODE] I know how to use random.next and everything. Here's where the problem is. The greyhounds class has a method Run(). [CODE]public bool Run() { int moveForward = randomizer.Next(4) + 1; currentLocation …

Member Avatar for ddanbe
0
137
Member Avatar for Zephyr-

Hey guys, I'm doing a class called "Greyhound" (I need to do a greyhound race for a book) Each greyhound has a corresponding picture box because they race along a horizontal track. So, my question is, let's say you have an instance of PictureBox: [CODE]PictureBox MyPictureBox = new PictureBox();[/CODE] What …

Member Avatar for Zephyr-
0
113
Member Avatar for Zephyr-

Hey, I got excellent help regarding adding tabs to a tabcontrol. Now, how would I got about adding items to a listbox? I'm creating an application that not only adds tabs but allows you to edit the names of the tabs using the listbox. Basically, every time it adds a …

Member Avatar for Mitja Bonca
0
130
Member Avatar for Jessurider

I don't know how to do it with a keystroke, but you can display form 2 by: Form2 myForm = new Form2(); myForm.Show(); I think that's how you do it. ^

Member Avatar for darkagn
0
102
Member Avatar for Zephyr-

Hey all, I am trying to use a numeric up down object. But the problem is that I need the output to be an int since I need to feed the value as an argument for an int. Example: [CODE]public void ExampleMethod(int lala) { //stuff } ExampleMethod(numericUpDown1.Value);[/CODE] By the way, …

Member Avatar for Mitja Bonca
0
3K
Member Avatar for Zephyr-

I have a couple of questions about tab controls. 1. How do you access the specific tabs and edit their properties? For example if I want to change the name of tabPage1 to "blank". 2. How do you create a new tab page with code? So if I press button1 …

Member Avatar for Zephyr-
0
142
Member Avatar for Zephyr-

So basically what I want to do is when user clicks button1 it pops up something like a message box that has a yes and a no button. If user clicks no, then it's no. If user clicks yes, then it's yes. It's like a confirmation. To do so, I …

Member Avatar for Momerath
0
220

The End.