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
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for mark192

I'm sure there is a simple way to make a keystrok such as the up arrow adjust the location of the picture box, however I don't know how to tell the program to perhaps [code] picturebox1.location = picturebox1.location + 1 [/code] when a key is pressed... help please!

Member Avatar for sinici.grand
0
230
Member Avatar for mark192

I need some help when it comes to adding functions in C#... In VB.net you can simply add a new function that deals with a specific action of a form object by clicking on the following drop down menu... [url]http://img151.imageshack.us/img151/492/vbtq8.png[/url] When I go to the menu in C# all i …

Member Avatar for RayvenHawk
0
184
Member Avatar for mark192

What I'm trying to do is for example, click a button on the program and have the program send a keystroke to another program that is not the active window. So far all I have is this [code]SendKeys.Send("TEST");[/code] This works fine if the program I want to send the keystrokes …

Member Avatar for mark192
0
117
Member Avatar for mark192

Hi, I need help with sending an email through gmail from a program. I substituted email adresses and passwords with generic names, this program works up to the last line where it fails to send the email. Any ideas as to why this may be? This is using [code] imports …

Member Avatar for conan82ac
0
81
Member Avatar for mark192

Hi I need some help with a loop I want a random number to be generated that is not equal to 3 different, and previously defined variables. The loop I have is like this one below [code] random = randomNum.next(0, 10) while random = first or second or third random …

Member Avatar for lich
0
114
Member Avatar for mark192

I have a program set up to generate a random number by doing the following [code] Dim randomNum As New Random Dim random As Short [/code] definitions [code] random = randomNum.Next(2) [/code] generates a random number as 0 or 1 My question is how would I make my program check …

0
95
Member Avatar for mark192

Is there a way to assign the ASCII values from a text box to a label on a form? Say the text box had the character "a" inputed, how would i translate that into its ASCII value? Also is it possible to do this with a string of characters? Say …

Member Avatar for SolTec
0
126
Member Avatar for mark192

When I click on the exe file to open it up via a folder or my desktop etc... it will show a black cmd window for about half a second and then close, however if i find the directory of my exe through cmd and then run it that way, …

Member Avatar for WaltP
0
284
Member Avatar for mark192

I've been programming for about a week now and I'm just learning if statements now I made a simple program that asks the user for a number input (1-4) and depending on what they input it will add/subtract/multiply/divide 2 numbers they enter after they decide what operation they want to …

Member Avatar for hsram
0
111