Forum: C# Aug 23rd, 2008 |
| Replies: 3 Views: 223 Help! (Easy Question I Think...) 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... |
Forum: C# Aug 21st, 2008 |
| Replies: 2 Views: 444 |
Forum: C# Aug 21st, 2008 |
| Replies: 2 Views: 444 |
Forum: VB.NET May 23rd, 2008 |
| Replies: 2 Views: 411 Re: Need loop help (beginner) to simplify my question I want to know how to keep a loop going until more than one requirement is met
for example
while x <> y
blah blah blah
end while
say I wanted to have the loop run until x... |
Forum: VB.NET May 23rd, 2008 |
| Replies: 2 Views: 411 Need loop help (beginner) 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
random =... |
Forum: VB.NET May 21st, 2008 |
| Replies: 0 Views: 220 How would I handle this? I have a program set up to generate a random number by doing the following
Dim randomNum As New Random
Dim random As Short
definitions |
Forum: VB.NET May 9th, 2008 |
| Replies: 2 Views: 882 |
Forum: VB.NET May 9th, 2008 |
| Replies: 2 Views: 882 Making keystrokes move a picture box? 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
picturebox1.location =... |
Forum: VB.NET Apr 29th, 2008 |
| Replies: 2 Views: 952 Re: Failed to send email? never mind I figured it out, in case anyone was wondering I had to change the port number and enable SSL |
Forum: VB.NET Apr 29th, 2008 |
| Replies: 2 Views: 952 Failed to send email? 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... |
Forum: VB.NET Feb 21st, 2008 |
| Replies: 10 Views: 769 |
Forum: VB.NET Feb 21st, 2008 |
| Replies: 10 Views: 769 Re: Question involving text boxes... Sorry to be a bother, but I was wondering how I could convert back.
I've figured out as much as chr is the function i want to use (i think)
and i figured i would just try a similar line of code but... |
Forum: VB.NET Feb 21st, 2008 |
| Replies: 10 Views: 769 |
Forum: VB.NET Feb 21st, 2008 |
| Replies: 10 Views: 769 Re: Question involving text boxes... thanks, this is exactly what i was looking for, however the string line of code seems to only return the last character's value in the string. Is there a way to return every characters value in the... |
Forum: VB.NET Feb 21st, 2008 |
| Replies: 10 Views: 769 Question involving text boxes... 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... |
Forum: C++ Feb 5th, 2008 |
| Replies: 7 Views: 690 Why do my exe's run via CMD but not via click? 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... |
Forum: C++ Jan 30th, 2008 |
| Replies: 8 Views: 644 |
Forum: C++ Jan 30th, 2008 |
| Replies: 8 Views: 644 Im new and have an easy (I think) question 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... |