User Profile
Collapse
-
Yeah, I was looking for the disabled property. Thanks. -
-
Buttons - active and inactive
Is there a way to manipulate the activity and inactivity of buttons using Javascript? -
You could use inline frames.
Put [HTML]<iframe src="petition.h tml>
</iframe>[/HTML] in the middle of the page.
petition.html could contain: [HTML]
<CENTER>
<BIG>
PLEASE SIGN THE
PETITION AND
PLEASE PASS IT ON
TO OTHER PEOPLE.
<a href="http://www.hrcactionce nter.org/campaign/millionformarri ageac">(CLICK HERE)SIGN THE MILLION FOR MARRIAGE PETITION...Leave a comment:
-
I found this site excellent. You can change basically all of the colours of the scrollbar.
http://iconico.com/CSSScrollbar/...Leave a comment:
-
You use the <STYLE> tag
[HTML]
<style>
body {
scrollbar-base-color: (colour);
scrollbar-arrow-color: (colour);
scrollbar-track-color: (colour);
}
</style>
[/HTML]
This won't work on Firefox...Leave a comment:
-
I am new to Javascript (only reading a book on the basics four days ago)
Can you post examples instead of the "str" and "n"?...Leave a comment:
-
Javascript string functions
I have two questions concerning Javascript
1: Is there a way to search for a character in a string?
2: Is there a way to "chop off" some characters from the start of a string? -
-
Altering Size of Arrays
How would I alter the size of an array at run-time? I want to read the list of processes and stick each one into a slot in an array, but the number of processes can change alot. -
Use a global variable, or use this:
Code:frm2.Text = [i]whatever you want to pass to the form[/i]
Leave a comment:
-
WMA-WAV Convrterts
Are there any good freeware WMA - WAV converters out there? The only one I have doesn't start. -
How would I detect processes? What is the DoEvents statement?...Leave a comment:
-
What is "Window-aware"? Is there any simple code to detect the closure of the game? Would the application affect the speed of the game?...Leave a comment:
-
Determining whether an application has been entered or exited
My sister is notorious at leaving game CD-ROMs in the computer.
I want to create an application that detects when she enters the game, then detects when you exit it. When you exit it, I want it toshow a message box with a reminder.
How do I get my programme to detect when she enters and then exits the game? -
Basically, the "vbcr" puts the cursor on the next line, but in the same column as the line before. The "vbcrlf" puts the cursor onto a new line and to the far left, or the start of the line....Leave a comment:
-
Are you talking about game programming here? If so, why not use Blitz Basic? It is really fun and easy. http://www.blitzbasic.com/...Leave a comment:
-
I think that VB6 can only delete direcories if they are empty....Leave a comment:
-
Nah, you need a playlist, and it kept saying that it was read-only, which was really annoying....Leave a comment:
-
Playing Sounds in VB 2005
How do you play sound files in Visual Basic 2005? I have been trying to do it with the Windows Media component. Is this the right tool for the job?
No activity results to display
Show More
Leave a comment: