Showing results 1 to 18 of 18
Search took 0.01 seconds.
Posts Made By: mark192
Forum: C# Aug 23rd, 2008
Replies: 3
Views: 223
Posted By mark192
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
Posted By mark192
Re: Help with sending a keystroke to an application?

and it does, I guess I'm looking for a way to quickly switch the active window from

current active window --> target window --> back to "current active window"
Forum: C# Aug 21st, 2008
Replies: 2
Views: 444
Posted By mark192
Help with sending a keystroke to an application?

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...
Forum: VB.NET May 23rd, 2008
Replies: 2
Views: 411
Posted By mark192
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
Posted By mark192
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
Posted By mark192
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
Posted By mark192
Re: Making keystrokes move a picture box?

Actually scratch that, I really just want to know how I would say....

make a text box say "Left Key Pressed!" when i push the left key?
Forum: VB.NET May 9th, 2008
Replies: 2
Views: 882
Posted By mark192
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
Posted By mark192
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
Posted By mark192
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
Posted By mark192
Re: Question involving text boxes...

Dim total As String = ""
Dim str As String = TextBox1.Text
Dim cnt As Integer = 0
Dim total3 As String = ""
While cnt < str.Length
total +=...
Forum: VB.NET Feb 21st, 2008
Replies: 10
Views: 769
Posted By mark192
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
Posted By mark192
Forum: VB.NET Feb 21st, 2008
Replies: 10
Views: 769
Posted By mark192
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
Posted By mark192
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
Posted By mark192
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
Posted By mark192
Re: Im new and have an easy (I think) question

also say i wanted to list several numbers in one if statement how would i do that?

If (x != 1, 2, 3, 4)

Doesn't seem to be working
Forum: C++ Jan 30th, 2008
Replies: 8
Views: 644
Posted By mark192
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...
Showing results 1 to 18 of 18

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 7:55 am.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC