Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Visual Basic
Remove
Platform
Any
License
Any
Your not totaly worthless.... But with the euro you drop in value... ;-)
;-)
-mac-
mailto:programmersheaven@mac-doggie.nl
the Netherlands...
Hi I need help this program
this is quastion
Airplane seating chart. An airplane has 30 rows (numbered 1 through 30),
with 6 seats (labeled A,B,C,D,E, and F) in each row. write a program...
I have a question here. For example, I have a treeview already expanded. It has Parent, Child1, Child2 and Child3 nodes. When user clicks on Parent or Child3 node, it will display a different form....
I am working on a program that will have Visual Basic connect to a web camera. The program will then transmit it to another PC with the same program but display on the screen the video being shot by...
Yeah, that helped me conceive what I'd need to do, but now I am left with a few problems. Whenever I make an image in Photoshop, I can't save it as a GIF. Not only that, when I go to export,...
Oooh :) This is very possible :)
It will require some APIs as always when you are trying to integrate with the system :) here they are...
Type POINTAPI
x As Integer
y As Integer
End...
When you say keystrokes, do you include mouse clicks?
I want the program to simulate a mouse click in a co-ordinate relating to the key pressed.
for example.
you press Q and the mouse moves to 300...
Hi
Can I make my program sit somewhere, and when the F key is pressed, it clicks the mouse on a set cordinate.
for example.
run word.
run the program.
press F
the File menu expands.
Press...
: hi I need help how to count the number of "R"
:
: this is code
:
: Private Sub cmdS_Click()
: Dim count As Integer
: count = 0
: For Row = 1 To 30
: Col = 1 To 6
: If cell = "R" Then
:...
hi I need help how to count the number of "R"
this is code
Private Sub cmdS_Click()
Dim count As Integer
count = 0
For Row = 1 To 30
Col = 1 To 6
If cell = "R" Then
count = count + 1...
Greetings.
Sure... but what the grid doesn't have to maintain is an independent property bag with extender properties for every free cell.
(This actually sounds like a pretty neat project......
: Even if he could, I would recommend against it... think of all the machine resources you'd be eating up!
Eh, I don't suppose 180 buttons would be all that much. I mean, a grid still has to...
Ouch...
Even if he could, I would recommend against it... think of all the machine resources you'd be eating up!
Never use multiple controls when a control array will do. And never use a...
: Hi
: : : I need help this program
: : : Airplane seating chart. An airplane has 30 rows (numbered 1 through 30),
: : : with 6 seats (labeled A,B,C,D,E, and F) in each row. write a program to...
Hi
: : I need help this program
: : Airplane seating chart. An airplane has 30 rows (numbered 1 through 30),
: : with 6 seats (labeled A,B,C,D,E, and F) in each row. write a program to display...
:
:
: : Hi
: : I need help this program
: : Airplane seating chart. An airplane has 30 rows (numbered 1 through 30),
: : with 6 seats (labeled A,B,C,D,E, and F) in each row. write a program...
Greetings.
You don't really even need to go through the added memory hassle of creating the string array with Split (although it is certainly an effective idea which would work nicely), since...
: Hi
: I need help this program
: Airplane seating chart. An airplane has 30 rows (numbered 1 through 30),
: with 6 seats (labeled A,B,C,D,E, and F) in each row. write a program to display...
Hrm.
I'll assume, then, that my restatement of the problem was correct, which only increases my bewilderment.
You've tried in on four different PCs... yet it is clearly a pre-VB problem; VB...