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
I could explain to you this but... this will take more time and I don't think if I wold make me clear... but that's not all... I think that the link that I will give to you will be all that you need. Go to: [url]http://delphi.about.com/library/weekly/aa102505a.htm[/url] and I hope that …
Hi, I hope to find the solution here.... I want my app to minimize to tray and to use tooltip icon (in systray) for some info for the user. I've tried to find some source code for this but it seams that no one wants to share "the secret". I …
The only problem was that you used [inlinecode]song := song.Create;[/inlinecode] and the right way is [inlinecode]song := songClass.Create;[/inlinecode] You don't have to write the inherit create. If you want to do some special things in constructor then you MUST write something like this [code] type SongClass = class(TObject) private //Properties …
The End.
badMF