I cannot find a simple CAPSLOCK pop-up program. Thanks for the tip on Control.IsKeyLocked[^], but I am not sure how to write a tray app to monitor the keyboard. I need more specific direction on this.
joe
I cannot find a simple CAPSLOCK pop-up program. Thanks for the tip on Control.IsKeyLocked[^], but I am not sure how to write a tray app to monitor the keyboard. I need more specific direction on this.
joe
Yo dude. Enumeration is the simplest answer.
joe
Does anyone know if there is a simple tray application that will provide a pop-up window that indicates that the caps lock in on? I want to see the window at the bottom of my screen when the CAPSLOCK on and have it dissappear when the CAPSLOCK is off. Otherwise; can anyone tell me how to write such an application using Visual Studio 2010 and C#? Thanks in advance. Joe :)
joe
I am storing Rich Text Formatted (RTF) data in a SQL Server 2005 database. Does anyone know of a reporting tool that will allow me to report this data while maintiining the formatting (bold, underline, etc.)?
joe
I have added a large number of jpg files to my project's resource file of a windows application. How do I programmatically get to these images in C# code. I need a code sample please.
joe