Thanks for the response.
I could be wrong but I think this requires me to create a Sub (Oval1_click) for every single shape. However these shapes are being created dynamically, so unless there is a way to dynamically create new subs, this wouldn't work.
-Mike
This isn't exactly what I'm trying to do, but it's a simple example of what I'm trying to do.
There is a button on a blank workbook. When you click the button, it creates a new shape. When you click the shape, it deletes itself.
The reason I can't do this is because if I set the OnAction...
How do you play a song throughout a presentation, that starts automatically when a presentation starts, and continues to play until the presentation ends.
Thanks
-Mike
-Mike
Thanks for the link. I went there, and my code is valid. FireFox is still interpreting my code differently. It's happening in two ways now. One, parts of the border on the banner are not where they should be (12 pixels too high), and two, when I have <TR STYLE="height:50px;">...it's...
I have a banner on my website that I made in Photoshop and ImageReady. In IE, the banner looks just fine, but in FireFox, parts of the border on the bottom are 12 pixels too high. All the code is at the link above. Thanks!
-Mike
I figured it out thanks to the magic of open source. I don't actually understand why it works, but I know that it does work. In general declarations, include the following code:
Declare Function GetAsyncKeyState Lib "User32.dll" (ByVal vKey As Long) As Long
Const VK_LEFT As Long = &H25
Then...
If I want a procedure to run every time a specific key is pressed, I would use the code:
Application.OnKey("Key",Procedure)
My problem is that if "Key" is pressed while a Sub is running, it won't be processed to after the Sub completes. What I would like to do is have a Sub that is running...
Everytime I run this script, I get a "Premature end of header script". Permissions are at 755 so that's not it. Any ideas?
#!/usr/bin/perl
#Look! Look! This is the password!!!! Shhhhhh! Don't tell anyone!
$user_michael = "***";
$password_michael = "***"...
I'm trying to Response.Write a hyperlink. My problem is that if I type Response.Write("<A HREF="www.tek-tips.com">") then those bolded quotes cause a problem. After the first one, it thinks i'm closing the string. Furthor more, I'm dynamically adding in the actual hyper...
I have a server that keeps track of certain stats on a web page. The html page is very plain...just labels and data like:
Web Hits: 81
Unique clicks:121
I want to write a java program that opens my web page, and gets the html source code so I can check how my numbers are doing and...
I want to do a fantasy stock trading game at my school. I'm creating a Client program that all the participants get and a Server program that will run on the master computer and is how the client programs execute trades. If someone wants to buy a stock, they would open their client, type in...
I want to create a new JFrame. I want there to be a menu, and the JFrame to contain a single picture that takes up the entire frame. I know how to create a JFrame and work with menus. My problem is how to put a graphic on the JFrame. Any help would be much appreciated. -Mike
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.