No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: 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 | |
Re: 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). | |
Re: 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; |
The End.