Software Development Philosophy/Software Development Philosophy
Author:Stanko Milošev
I created new section and category, software development philosophy, IÂ get an idea to name it like this from wikipedia's article, List of software development philosophies Since in that list there is no refinement, I would like to mention it. ...
You need to access computer which is not in a domain? No problem Here is the code: var token: Cardinal; dwResult: DWORD; nr: TNETRESOURCE; sl: TStringList; begin nr.dwType := RESOURCETYPE_DISK; nr.lpProvider := nil; ...
I opened a network share: Run -> \\computer When it opened it asked for my user/password combination. Next time when I enter \\computer Windows does not ask me for user name and password, so how to tell Windows to "forget" user name and...
Yesterday, while I was reinstalling a components, my Delphi 2007 suddennly looked like Delphi 7, with undocked IDE, I don't know what happened, but I was able to change like it is described here, I just clicked Embedded designer check box, restarted...
I will not explain how to create component templates, since all is already described here. You will need file, in WinXP: %userprofile%\Application Data\Borland\BDS\5.0\bds.dct To modify existing template, you do same thing, except when you click on...
If you want to browse the Internet anonymously, then Tor is best solution for you. If I understand good, your packets are encrypted, and sent to relay proxies, which then decrypt packets and send them on right place. In todays the Internet closing,...
To create RSS XML file, with OmniXML, you can use following code:
uses rrRss, OmniXML, SysUtils, Windows, OmniXMLProperties; ... var rss: TRSS; ... rss := TRSS.Create; rss.XMLDoc.PreserveWhiteSpace := False; //for XML to be "human...
Delphi for PHP
JomiTech PlatinumGrid
On JomiTech PlatinumGrid there is an example as on picture:
When I tried to do it quickly, I got this:
Delphi for PHP "native" grid
I couldn't do it quickly, simply it...