If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > SendKeys??

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-08-02, 13:34
mattalexx mattalexx is offline
Registered User
 
Join Date: Feb 2002
Posts: 60
SendKeys??

I'm trying to make a funny in my signature and I realized that I don't know how to specify the holding down of two of the CTRL, ALT, or SHIFT keys in the SendKeys statement.

How do you use the SendKeys statement to press Control + Alt, Delete?

Matt(+)
__________________
Matt Alexander
mattalexx@softhome.net

Don't click here.

Odigo: 5408962
AIM: mattalexx
ICQ: 138006220
Reply With Quote
  #2 (permalink)  
Old 04-10-02, 13:50
Rafael_Machado Rafael_Machado is offline
Registered User
 
Join Date: Mar 2002
Location: Santos - SP - Brazil
Posts: 13
Hi mattalexx,

I think the best way to do what do you want is to use this api functions in following.

Public Declare Function ExitWindows Lib "user32" Alias "ExitWindows" (ByVal dwReserved As Long, ByVal uReturnCode As Long) As Long

Public Declare Function ExitWindowsEx Lib "user32" Alias "ExitWindowsEx" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long

Regards,

Rafael
Reply With Quote
  #3 (permalink)  
Old 04-10-02, 13:51
mattalexx mattalexx is offline
Registered User
 
Join Date: Feb 2002
Posts: 60
thanks
__________________
Matt Alexander
mattalexx@softhome.net

Don't click here.

Odigo: 5408962
AIM: mattalexx
ICQ: 138006220
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On