Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~863 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for DarknessX

As mentioned in prev post you need to call the InitiateSystemShutdown funtion. Its a windows function, its declared in the Windows unit. Before you can call it succesfully though you need to get the right priviliges. Look at: [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shutdown/base/initiatesystemshutdown.asp[/url] [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shutdown/base/displaying_the_shutdown_dialog_box.asp[/url] HTH

Member Avatar for bobo_joker
0
293
Member Avatar for WarKirby

Hi, I dont see the problem here. I would suggest check the followin: Is max set to the size of sales ? Does sales contain more the 1 entry ? What does the readkey procedure do ? (I code in Dephi so i have to get accustomed to pascal syntax).

Member Avatar for Lord Soth
0
80
Member Avatar for PCHelp

I havent tried, but looking at the code im guessing: Drop a listbox on the form. Then: procedure TForm1.Button1Click(Sender: TObject); begin RunningProcessesList(ListBox1.Items, True); end;

Member Avatar for Lord Soth
0
490

The End.