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
Favorite Tags
Member Avatar for cumadhu

Hi All, I have specific requirement in C#. I have to return two values from a single variable/method. How to do it? If you can help me, you are most welcome. Thanks and with regards, Madhusudhan.H.K.

Member Avatar for Michael27
0
544
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
115
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
194
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
125
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
101
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
107
Member Avatar for Jessurider
Member Avatar for darkagn
0
90
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
2K
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
128
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
201