Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Can one change the mouse pointer in Forms?
Can one change the mouse pointer in Forms?
✍: Guest
SET_APPLICATION_PROPERTY(CURSOR_STYLE, BUSY);
The following cursor styles are supported:
* BUSY - Specifies a busy symbol
* CROSSHAIR - Specifies a crosshair symbol
* DEFAULT - Specifies an arrow symbol
* HELP - Specifies a help symbol/ Displayed as a hand in WebForms
* INSERTION - Specifies an insertion symbol
* HAND - Hand cursor pointer for Developer 6.0 and above
2011-04-19, 6904👍, 0💬
Popular Posts:
What is ISO? ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintaine...
How To Set session.gc_maxlifetime Properly? - PHP Script Tips - Understanding and Using Sessions As ...
What are the different storage classes in C? C has three types of storage: automatic, static and all...
What is the difference between Authentication and authorization? This can be a tricky question. Thes...
Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?...