'keyDown'에 해당되는 글 5건

  1. 2011.04.21 DW에서 특정키입력 막기...
  2. 2011.01.10 Ctrl + W, Control Key + W
  3. 2011.01.10 키 입력을 동적으로 한다.
  4. 2010.12.16 각종 키 막기
  5. 2010.06.01 Keydown 이벤트 걸기.
2011. 4. 21. 15:36

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

2011. 1. 10. 16:57

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

2011. 1. 10. 14:59

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

2010. 12. 16. 02:35

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

Powerbuilder2010. 6. 1. 09:26
If KeyDown(46) Then Messagebox ('','test Delkey')

/////////////////////////////////////////////////

To: Bond numerical code often described 
  
VbKeyLButton a left mouse button 
VbKeyRButton 2 Right 
VbKeyCancel 3 CANCEL button 
VbKeyMButton four middle mouse button 
8 BACKSPACE key vbKeyBack 
VbKeyTab 9 TAB key 
VbKeyClear 12 CLEAR button 
13 ENTER key vbKeyReturn 
VbKeyShift 16 SHIFT keys 
17 CTRL key vbKeyControl 
VbKeyMenu 18 menu button 
VbKeyPause 19 PAUSE button 
CAPS LOCK key vbKeyCapital 20 
27 ESC key vbKeyEscape 
VbKeySpace 32 SPACEBAR bond 
VbKeyPageUp 33 PAGEUP bond 
VbKeyPageDown 34 PAGEDOWN bond 
35 END button vbKeyEnd 
36 HOME button vbKeyHome 
37 LEFT ARROW button vbKeyLeft 
UP ARROW button vbKeyUp 38 
RIGHT ARROW button vbKeyRight 39 
40 DOWN ARROW button vbKeyDown 
VbKeySelect 41 SELECT button 
PRINT SCREEN key vbKeyPrint 42 
EXECUTE key vbKeyExecute 43 
SNAP SHOT button vbKeySnapshot 44 
INS key vbKeyInser 45 
VbKeyDelete 46 DEL keys 
HELP button vbKeyHelp 47 
VbKeyNumlock 144 NUM LOCK keys 
  
  
A key to Z button with the value of the corresponding ASCII code 'A' to 'Z' is the same 
Numerical often described 
A key vbKeyA 65 
VbKeyB 66 B bond 
VbKeyC 67 C bond 
VbKeyD 68 D Bond 
VbKeyE 69 E bond 
VbKeyF 70 F bond 
71 G keys vbKeyG 
VbKeyH 72 H bond 
I vbKeyI 73 keys 
74 J keys vbKeyJ 
VbKeyK 75 K bond 
76 L button vbKeyL 
VbKeyM 77 M bond 
78 N bond vbKeyN 
VbKeyO 79 O bond 
80 P bond vbKeyP 
Q bond vbKeyQ 81 
82 R button vbKeyR 
VbKeyS 83 S bond 
VbKeyT 84 T Bond 
85 U keys vbKeyU 
VbKeyV 86 V bond 
W keys vbKeyW 87 
88 X button vbKeyX 
89 Y button vbKeyY 
90 Z button vbKeyZ 
  
  
0 to 9 button with the key code corresponding ASCII value of'0 'to'9' is the same 
Numerical often described 
Bond vbKey0 48 0 
VbKey1 49 1 bond 
VbKey2 50 2 keys 
VbKey3 51 3 button 
VbKey4 52 4 button 
VbKey5 53 5 keys 
VbKey6 54 6 button 
VbKey7 55 7 bond 
VbKey8 56 8 bond 
VbKey9 57 9 button 
  
  
Digital small button on the keyboard 
Numerical often described 
Bond vbKeyNumpad0 96 0 
VbKeyNumpad1 97 1 bond 
VbKeyNumpad2 98 2 keys 
VbKeyNumpad3 99 3 button 
VbKeyNumpad4 100 4 button 
VbKeyNumpad5 101 5 keys 
VbKeyNumpad6 102 6 button 
VbKeyNumpad7 103 7 bond 
VbKeyNumpad8 104 8 bond 
VbKeyNumpad9 105 9 button 
VbKeyMultiply 106 x (*) key 
VbKeyAdd 107 plus (+) key 
VbKeySeparator 108 ENTER key (in small numbers on the keyboard) 
VbKeySubtract 109 dashes (-) bond 
VbKeyDecimal 110 decimal point (.) Bond 
VbKeyDivide addition, 111 (/) key 
  
  
Function keys 
Numerical often described 
VbKeyF1 112 F1 button 
VbKeyF2 113 F2 button 
VbKeyF3 114 F3 key 
VbKeyF4 115 F4 keys 
F5 key vbKeyF5 116 
VbKeyF6 117 F6 key 
VbKeyF7 118 F7 key 
VbKeyF8 119 F8 key 
120 F9 key vbKeyF9 
121 F10 keys vbKeyF10 
122 F11 keys vbKeyF11 
123 F12 keys vbKeyF12 
124 F13 keys vbKeyF13 
125 F14 keys vbKeyF14 
126 F15 keys vbKeyF15 
127 F16 keys vbKeyF16
Posted by Julyus