Ok,this is my first time EVER using c++. Let's say i have a form, and then i want to close the form when i press button 1.
User Profile
Collapse
-
interacting with other applications
is there someway to etc, send keys to another running application with vb 6.0? -
yeah, but how do i get my port to taht ip?... -
-
-
How to get pointer position?
like if it would be written down on a label, where my cursor is at x and y positions? -
-
How to play a sound
How do i make a sound that plays when i click a button etc
and how do i change a image's image in code? -
Well, im kinda new to java, but i mean functions in java that can be used in html ?Leave a comment:
-
Java function list?
Anyone know where i can find / get all the java functions? -
Randomizing a function?
Like if i click a button, it would be 50 % that the program ends, and 50% that form1.backcolor = qbcolor(15).
Is that possible? -
Creating a picture?
Is there some command/script to create a image/picturebox? -
-
How to change something in an form from another form
Like, if i got 2 forms, then when form 2 is opend it changes form 1's backcolor? -
-
-
How to find a file?
eh, just a simple question, if there was a file in the directory C:/Program Files/ , how could i detect if it was there?
Like, if a .txt file named hello in the C:/Program Files/ folder existed then i would want it to print yay in a text box, how would i do then? -
How do i make a fully working progress bar?
um, mine progress bar isnt working, it come up with an error like this
this is the code...Code:Private Sub Timer1_Timer() Timer2.Enabled = True If ProgressBar1.Value = "90" Then Timer1.Enabled = False Label1.Caption = "Rofl Pantofl" End If End Sub Private Sub Timer2_Timer() ProgressBar1.Value = ProgressBar1.Value + 10 If ProgressBar1.Value = "200"
-
No activity results to display
Show More
Leave a comment: