| View previous topic :: View next topic |
| Author |
Message |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Sun Sep 07, 2008 10:23 am Post subject: [Delphi] How to use a procedure. |
|
|
| I have a procedure called SystemKeys. Now how do I use it?
|
|
| Back to top |
|
 |
Wintermoot Expert Cheater
Reputation: 0
Joined: 08 Nov 2007 Posts: 198
|
Posted: Sun Sep 07, 2008 9:38 pm Post subject: |
|
|
| Give us the source so that we know what it actually does.
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sun Sep 07, 2008 10:18 pm Post subject: |
|
|
You call it?
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
OSIRIS Grandmaster Cheater
Reputation: 0
Joined: 27 Aug 2006 Posts: 654
|
Posted: Mon Sep 08, 2008 5:19 am Post subject: |
|
|
I'm wondering how to call it. Because since i'm used to using VB.NET I would type Call SystemKeys() but that doesn't work in delphi.
| HawwwaH wrote: | | Give us the source so that we know what it actually does. |
Why would I let all of CEF see my source code?
|
|
| Back to top |
|
 |
Snootae Grandmaster Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 969 Location: --->
|
Posted: Mon Sep 08, 2008 7:12 am Post subject: |
|
|
| Quote: | | Why would I let all of CEF see my source code? |
so we can help you, jeez
no offence, but your code's probably rubbish anyways, considering you dont know how to use a procedure
you might want to learn how to do anything in delphi first
SystemKeys(your paramenters);
_________________
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Mon Sep 08, 2008 12:58 pm Post subject: |
|
|
| This is a code red for delphibasics.co.uk..
|
|
| Back to top |
|
 |
GMZorita Grandmaster Cheater Supreme
Reputation: 0
Joined: 21 Mar 2007 Posts: 1361
|
Posted: Mon Sep 08, 2008 3:13 pm Post subject: |
|
|
| [Stefon] wrote: | | Why would I let all of CEF see my source code? |
So we could help you fixing it?
And I'm pretty sure you can just use
_________________
Gone |
|
| Back to top |
|
 |
Anden100 Grandmaster Cheater
Reputation: 0
Joined: 20 Apr 2007 Posts: 668
|
Posted: Tue Sep 09, 2008 3:33 am Post subject: |
|
|
begin
...
SystemKeys();
...
end;
|
|
| Back to top |
|
 |
|