Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 2 of 2) 42 Result(s) found 

 

Detecting Keyboard strokes
Total Hit (15621) «code LangId=1»'In a module '*************************** '* Keyboard constants '*************************** Public Const VK_ACCEPT = &H1E Public Const VK_ADD = &H6B Public Const VK_APPS = &H5D Public Const VK_ATTN = &HF6 Public Const VK_BACK = &H8 Public Const VK_BROWSER_BACK = &HA6 Public ....Read More
Rating
How to detect system activity for mouse and keyboard
Total Hit (2607) «Code LangId=1»Option Explicit '=========================================================== 'TYPE '=========================================================== Private Type POINTAPI x As Integer y As Integer End Type '=========================================================== 'API '===== ....Read More
Rating
How to deal with multi-language input and keyboard layout using API ?
Total Hit (8959) Sometimes application requires multi-language input functionality so user can choose his own language. You can change keyboard layout by Adding and selecting new layout in Control Panel -> Regional Options but how to do the same thing programatically. To change keyboard layout for a specific languag ....Read More
Rating
How to block/unblock keyboard and mouse input ?
Total Hit (5306) You can use BlockInput to block keyboard and mouse. Pass true to block and false to unblock keyboard and mouse. «b»Step-By-Step Example«/b» - Create a standard exe project - Place the following code in form1 «code LangId=1»Private Declare Function BlockInput Lib "user32" (ByVal fBlock As Long) ....Read More
Rating
How to detect or block system wide keypress event (using subclassing)?
Total Hit (7953) Most of time KeyPress or KeyDown events of VB will be fine for your application requirement but what if you want to process the same event even your application is minimized or is not active or amy be you want to block certain key combination system wide.... This article will show you how to do that ....Read More
Rating
This is a link to a different site SendKeys using the API
Total Hit (3413) VB provides the SendKeys command which is supposed to create key events in the focus control. However, in practice SendKeys sometimes doesn't work correctly, it is missing some keys and doesn't offer much flexibility in controlling the sequence of key strokes that gets sent. This article demonstrate ....Read More
Rating
This is a link to a different site Detecting Mouse XButton Clicks
Total Hit (2085) Recently I discovered that my mouse had two strange buttons on the left-hand side (until then I'd thought that the mouse's case just wasn't very well put together). Turns out these are the 'X Buttons' and can be used for moving backwards and forwards in Explorer and IE. This sample demonstrates how ....Read More
Rating
This is a link to a different site Convert a Character Code to a string describing the Keyboard Keys which must be pressed
Total Hit (2209) Different keyboard layouts use different virtual key codes and shift combinations to represent character codes. This tip demonstrates how to convert a key code into the equivalent virtual key code and shift state, as well as how to provide the name of a virtual key on the keyboard. ....Read More
Rating
This is a link to a different site Moving, Clicking and Tracking the MousePointer in Code
Total Hit (2651) VB doesn't provide any way to determine where the mouse is regardless of which control its over. Neither does it allow you to move the cursor or emulate mouse clicks on objects. This tip provides a simple class which uses API functions to add this functionality. ....Read More
Rating
This is a link to a different site Restrict Mouse Movement to an Area of the Desktop
Total Hit (1972) This tip shows you how to ensure a cursor remains within a certain rectangle on the screen. Note that if the user uses Alt-Tab to switch to another application, the clipping cursor is cleared.
Rating
This is a link to a different site Read the NumLock and CapsLock key states
Total Hit (2073) This sample demonstrates how to determine the state of the NumLock and CapsLock key (plus any other key on the keyboard at the same time).
Rating
This is a link to a different site Using the Joystick, Mouse and Keyboard
Total Hit (2099) So far we have learned how to move, animate and do some other stuff to sprites. We have also looked into the area of sound playback in games. This is all very nice if you want to create a game with no human interaction. Since this is most likely not the kind of game you want to make, then you need t ....Read More
Rating


(Page 2 of 2) 42 Result(s) found  1 2

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.