Click here to Skip to main content
15,906,624 members
Home / Discussions / C#
   

C#

 
AnswerRe: Always on top Pin
Ed.Poore26-Jun-07 8:42
Ed.Poore26-Jun-07 8:42 
AnswerRe: Always on top Pin
Dan Neely26-Jun-07 8:54
Dan Neely26-Jun-07 8:54 
QuestionRunning Applications Pin
max2929726-Jun-07 6:08
max2929726-Jun-07 6:08 
AnswerRe: Running Applications Pin
Luc Pattyn26-Jun-07 6:34
sitebuilderLuc Pattyn26-Jun-07 6:34 
Questionstart menu help Pin
Mabre of the Tadadas26-Jun-07 5:30
Mabre of the Tadadas26-Jun-07 5:30 
AnswerRe: start menu help Pin
Ed.Poore26-Jun-07 5:56
Ed.Poore26-Jun-07 5:56 
GeneralRe: start menu help Pin
Mabre of the Tadadas26-Jun-07 7:54
Mabre of the Tadadas26-Jun-07 7:54 
GeneralRe: start menu help Pin
Mabre of the Tadadas26-Jun-07 8:23
Mabre of the Tadadas26-Jun-07 8:23 
I can't seem to find it again... dang I shoulda wrote that down...

but while I was trying to find it I found this too:

Visual basic (missing the link)
Private Const KEYEVENTF_KEYUP =

a delphi code peice:

http://delphi.about.com/cs/adptips2000/a/bltip1100_5.htm[^]

procedure TForm1.Button1Click(Sender: TObject) ;
begin
SendMessage(Form1.handle,
WM_SYSCOMMAND,
SC_TASKLIST,0) ;
end;

mabye I should learn how to give the computer a command saying ctrl + esc was pressed and to open it at the mouse.
GeneralRe: start menu help Pin
Ed.Poore26-Jun-07 8:40
Ed.Poore26-Jun-07 8:40 
GeneralRe: start menu help Pin
Mabre of the Tadadas26-Jun-07 11:24
Mabre of the Tadadas26-Jun-07 11:24 
QuestionFileStream question... again Pin
RussBus26-Jun-07 4:58
RussBus26-Jun-07 4:58 
AnswerRe: FileStream question... again Pin
Colin Angus Mackay26-Jun-07 5:07
Colin Angus Mackay26-Jun-07 5:07 
GeneralRe: FileStream question... again Pin
RussBus26-Jun-07 5:27
RussBus26-Jun-07 5:27 
GeneralRe: FileStream question... again Pin
Colin Angus Mackay26-Jun-07 5:30
Colin Angus Mackay26-Jun-07 5:30 
GeneralRe: FileStream question... again Pin
Dave Kreskowiak26-Jun-07 6:58
mveDave Kreskowiak26-Jun-07 6:58 
AnswerRe: FileStream question... again Pin
Luc Pattyn26-Jun-07 5:41
sitebuilderLuc Pattyn26-Jun-07 5:41 
GeneralRe: FileStream question... again Pin
RussBus26-Jun-07 5:48
RussBus26-Jun-07 5:48 
GeneralRe: FileStream question... again Pin
Luc Pattyn26-Jun-07 6:00
sitebuilderLuc Pattyn26-Jun-07 6:00 
GeneralRe: FileStream question... again Pin
RussBus26-Jun-07 6:39
RussBus26-Jun-07 6:39 
QuestionSocket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
haroon198026-Jun-07 4:37
haroon198026-Jun-07 4:37 
AnswerRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
Ed.Poore26-Jun-07 5:06
Ed.Poore26-Jun-07 5:06 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
haroon198026-Jun-07 5:10
haroon198026-Jun-07 5:10 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
Ed.Poore26-Jun-07 5:55
Ed.Poore26-Jun-07 5:55 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
haroon198026-Jun-07 5:59
haroon198026-Jun-07 5:59 
GeneralRe: Socket Exception:{"An existing connection was forcibly closed by the remote host"} Pin
Ed.Poore26-Jun-07 6:41
Ed.Poore26-Jun-07 6:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.