Search Results

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: mediastar
Forum: Computer Science Jul 24th, 2009
Replies: 12
Views: 1,140
Posted By mediastar
It is just to count from 0 to a specified number and then convert all results so obtained into binary strings with enough heading 0s to make them of equal-length. The trouble is you can write fast...
Forum: Pascal and Delphi Jul 4th, 2009
Replies: 2
Views: 455
Posted By mediastar
Adobe Audition is a wave generating tool without programming. If you prefer to manipulate wave data by programming, the following ebook may help:

Clicke to download "Programming for Sound Wave...
Forum: Pascal and Delphi Jul 1st, 2009
Replies: 2
Views: 455
Posted By mediastar
airefrais,

I think you may try Adobe Audition that can generate 32-bit sine waves and more complicated waves.
Forum: Pascal and Delphi Jun 20th, 2009
Replies: 3
Views: 1,227
Posted By mediastar
TomRandall,

A simple way is to use the OnHint event of the Application global variable. You can easily fulfil your tasks in an event handler. The effect is much better than MouseMove event.

A...
Forum: Pascal and Delphi Jun 20th, 2009
Replies: 2
Views: 663
Posted By mediastar
I think PollH is right.

Suppose you have created a TPrinter object named P and B, contained in Form1, is the button you'd like to print , you may call the CopyRect method in this way:
...
Forum: Pascal and Delphi Jun 20th, 2009
Replies: 6
Views: 1,167
Posted By mediastar
A ShellExecute command (in ShellApi module) can make it:

ShellExecute(0, 'open', PChar(S), nil, nil, SW_SHOW);

S is a string variable containing 'mailto:' as leading characters. This command...
Forum: Pascal and Delphi Jun 20th, 2009
Replies: 6
Views: 518
Posted By mediastar
I think a TMaskEdit control in Delphi can easily solve your problem if your program is allowed to run as a standard Windows application.
Forum: Pascal and Delphi Jun 19th, 2009
Replies: 4
Views: 543
Posted By mediastar
I appreciate snake's insight into the unique-instance problem. But I use a simpler method in the project source as follows.

-----------------------------------------
var hMutex: THandle;
begin
...
Showing results 1 to 8 of 8

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC