Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
caps
- Page 1
caps lock key typing in 4rfv when pressed and turning volume down.
Hardware and Software
macOS
20 Years Ago
by T.A.B
… my homework, and i realized that when i pressed the
caps
lock key it both typed in 4rfv and turned my…. the job the f3 key still does, along with the
caps
having taken it on. not only this, but suddenly worried… life figure out what is wrong. i can even get
caps
, if i wish to press the cap key once and…
caps lock problem in hp compaq 6720s
Hardware and Software
Hardware
15 Years Ago
by chand.
… and one more thing that I found today is its
caps
lock key don't give any onscreen notification for…
caps
lock on or off however its light works that is …
CAPS LOCK Key
Programming
Software Development
20 Years Ago
by samnicholls1987
Hello. I have created a logon form in Microsoft Access and now would like the let the user know if the
caps
lock key is pressed. Instead of when the form is loading.... i would like a message box to display after the form has loaded and when the button is pressed,... any ideas? Thanks, Sam
Re: CAPS LOCK Key
Programming
Software Development
20 Years Ago
by NewVBguy
Hi, you can do this way. Private Sub Form_KeyPress(KeyAscii As Integer) if keyascii = 13 then 'enter key msgbox "press enter key" endif End Sub you can substitute 13 with
caps
lock key number hope it help Newvbguy
Re: CAPS LOCK Key
Programming
Software Development
20 Years Ago
by Comatose
….... but trapping the enter key on keypress, and capturing the
caps
lock key, on keypress, are 2 entirely different subjects. The…
caps lock and numlock
Hardware and Software
Microsoft Windows
19 Years Ago
by culloden1745
how do I get the
caps
lock and numlock to display on the system tray
Caps/Num/Scroll lock lights blinking, keyboard doesn't work
Hardware and Software
Microsoft Windows
19 Years Ago
by marcus4309
…/initialized (yes the keyboard and mouse are both detected), the
Caps
/Num/Scroll lock keys all continuously flash in unison (about…
Re: Caps/Num/Scroll lock lights blinking, keyboard doesn't work
Hardware and Software
Microsoft Windows
19 Years Ago
by kccomputerdr
…/initialized (yes the keyboard and mouse are both detected), the
Caps
/Num/Scroll lock keys all continuously flash in unison (about…
CAPS LOCK Detection in Silverlight 5
Programming
Web Development
10 Years Ago
by Rohhit_1
I want to develop an application in silverlight which detects if the
CAPS
LOCK is enabled or not as soon as the application starts (without pressing a single key).
Shift and caps lock prob
Hardware and Software
Microsoft Windows
16 Years Ago
by prj63
… symbols still appear. Also on start up the
caps
lock shows off but letters typed are in uppercase… keyboard, I can click on shift and
caps
lock then close the on screen keyboard, press… the
caps
lock button to off and all is as… it should be with shift and
caps
working normally which is OK and usable ever after…
URL equity preservation CAPS and underscore in URLS
Digital Media
Digital Marketing
Search Engine Strategies
9 Years Ago
by moneeshot
… the Godaddy cart automatically creates product and catalog URLS. Using
caps
, dashes and underscores. I can dupe the link text but… magento only allows dashes and no
caps
, I'd rather not use
caps
or underscores anyway. So from what I…
Drop Caps and Flash
Digital Media
UI / UX Design
16 Years Ago
by KimJack
… new at this but I am trying to add drop
caps
to each paragraph of text that will be included in… using another text box to add what looks like drop
caps
and change this into a movie clip. I then added…
Filter Php NO CAPS and space
Programming
Web Development
16 Years Ago
by welbyobeng
Hi i am trouble adding NO
CAPS
and no spaces in the username on the code below … 30 I want to restrict members from adding spaces or
caps
//----------------------------------------- // Check valid user name //----------------------------------------- if ( !$username OR strlen($username) <…
Re: Program to tell if Insert,Caps, Numlock, Alt, Ctrl, Leftshift & Rightshift is pressed
Programming
Software Development
20 Years Ago
by johnny2k
… should flash a message that "u pressed the Alt/
Caps
/Insert/Numlock/Control/Left Shift/Right Shift keys" and… you when you press it again as in turning the
caps
lock key on and off...
Toggle caps, num or scroll lock
Programming
Software Development
20 Years Ago
by mrb260478
[FONT=Courier New]I want to toggle
caps
, num or scroll lock using c++ program on a unix machine. Can some one help?
Re: Toggle caps, num or scroll lock
Programming
Software Development
20 Years Ago
by mrb260478
… sources. I have come across a source that could toggle
caps
lock on and off but on a Windows/Dos operating…
Program to tell if Insert,Caps, Numlock, Alt, Ctrl, Leftshift & Rightshift is pressed
Programming
Software Development
20 Years Ago
by johnny2k
I need help in creating a program in C which tells whether the user pressed the Insert,
Caps
, Numlock, Alt, Ctrol, Left Shift and Right Shift... I would appreciate any help.
num/caps/scroll lock flashing lights
Hardware and Software
Hardware
17 Years Ago
by geekwannabe08
When I shut down my computer, the num/
caps
/scroll lock lights on my keyboard flash on & off …
Sensing The Caps Lock Key
Programming
Software Development
14 Years Ago
by walter clark
I'd like to know what the ASCII codes for the toggle keys of the keyboard. I want to make the mouse clicks do different thing when the
Caps
Lock, or Scroll Lock is pressed. Walt
auto caps lock on when textbox is focused.
Programming
Software Development
14 Years Ago
by airesh
hi again guys, i want to automatically turn on the
caps
lock when the cursor is focused on a certain textbox.. please help..i am doing a school project and i badly need all you help guys..thanks.
Re: auto caps lock on when textbox is focused.
Programming
Software Development
14 Years Ago
by airesh
How about turning off the
caps
lock? Thanks..:)
Re: auto caps lock on when textbox is focused.
Programming
Software Development
14 Years Ago
by sandeepparekh9
hello .. if u just want user to enter text in
caps
then use following property of TextBox [CODE] me.TextBox1.CharacterCasing = CharacterCasing.Upper [/CODE]
Re: auto caps lock on when textbox is focused.
Programming
Software Development
14 Years Ago
by airesh
here's the situation, i only want to turn on the
caps
lock when lets say txtMI is focused..else, when the focus is in txtFName, the capslock will be turned off..
Volume caps on home network
Hardware and Software
Networking
11 Years Ago
by Rob_M
…: 1. Assign devices to a user name 2. Assign volume
caps
to the user name Ideally, I'd like Johnny and…
Re: Volume caps on home network
Hardware and Software
Networking
11 Years Ago
by rubberman
Find another ISP without
caps
(or bigger ones), or get an unlimited business account - costs more, but is probably cheaper in the long run.
Change input string to output all caps and show number of characters
Programming
Software Development
10 Years Ago
by SpottyBlue
Hey, I'm new to assembly 8086 progamming and don't know much of the code. How do you change the input string to all
caps
and show the number of characters without counting the spaces? > Enter a string: Doraemon rules!!! > Output: DORAEMON RULES!!! > Number of characters: 16
uuid - how to convert uuid to caps?
Programming
Databases
10 Years Ago
by Ehsan_3
… for help how can I convert this generated uuid to
caps
or uppercase within trigger in mysql before insert? BEGIN INSERT…
Re: caps lock key typing in 4rfv when pressed and turning volume down.
Hardware and Software
macOS
20 Years Ago
by yellow
It's highly unlikely that this is a solvable software problem. More likely it's a hardware issue resulting from the PB's fall. Unfortunately, this would require a trip to your local Apple Store/Certified hardware specialist.
Re: caps lock key typing in 4rfv when pressed and turning volume down.
Hardware and Software
macOS
20 Years Ago
by kc0arf
Hello, Do you have a second keyboard around? Try that out, and see if there is a failure too. If an external keyboard has the same problems (highly unlikely), then it could be software. The external keyboard (USB) would be a good short term fix. But I would put my money on a busted keyboard. You were fortunate; a keyboard is rather …
Re: caps lock problem in hp compaq 6720s
Hardware and Software
Hardware
15 Years Ago
by Rik_
It sound like drivers and software have been either disabled or corrupted. You need to go to the HP Compaq site and update all drivers and software.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC