RC2 screen captures...


Blog For Free!


Archives
Home
2004 September
2004 August

My Links
Ap0x Patch Creator
EliteSecurity
LoM Cracking
LoM Forum
Serb Cracking Force
Serbia Blog Planet
Danchi`s World
Lilit`s blog

tBlog
My Profile
Send tMail
My tFriends
My Images


Sponsored
Blog


Disclaimer
My writings are my opinions. I am entitled to mine. You are entitled to yours. If i use language or materials that offend you, leave. Do not assume that you know everything there is to know about me simply because you read my blog. Whatever opinion you form on me, is probably best kept to yourself.
If you have a real life relationship with me, let me know that you read my blog. Don't be a psycho stalker.



RC2 screen captures...
08.29.04 (5:04 am)   [edit]

RC2 coding news
Danas je redizajniran Release maker tako da sad izgleda kao na slici 02 :) Ovde je bilo dosta problema posto je komponenta u Delphi-u ShellListView dosta zeznuta za koriscenje. Naime lista fajlova kada se cita ne vraca imena fajlova i direktorijuma tako da sam morao da napisem sledece hakove za ShellCtrls.pas fajl:
*------------------------ ------------------------- --------
// My Hack Code 01
 function AddColumn2(ColName2: string) : boolean;
  var
    PIDL: PItemIDList;
 function ColumnIsUnique(const Name: string): boolean;
    var
    & nbsp; i : integer;
    begin
    & nbsp; for i := 0 to ColNames.Count - 1 do
    & nbsp;   if SameText(ColNames[i], Name) then
    & nbsp;   begin
    & nbsp;   &n bsp; Result := False;
    & nbsp;   &n bsp; exit;
    & nbsp;   end;
    & nbsp; Result := True;
    end;
  begin
    PIDL := nil;
    if ColName2 <> '' then
    begin
    & nbsp; Result := ColumnIsUnique(ColName2);
    & nbsp; if Result then
    & nbsp;   with Columns.Add do
    & nbsp;   begin
    & nbsp;   &n bsp; Caption := ColName2;
    & nbsp;   &n bsp; Width := 0; // Sirina kolone je 0
    & nbsp;   &n bsp; ColNames.Add(ColName2);
    & nbsp;   end;
    end
    else
    & nbsp; Result := True;
  end;
// Eof hack
...
// My Hack Code 02
    & nbsp;   &n bsp; if Col = 1 then begin
    & nbsp;   &n bsp;  AddColumn2('Path');
    & nbsp;   &n bsp; end;
// EoF
...
*------------------------ ------------------------- -------

a ovaj hack mozete skinuti sa adrese
http://ap0x.headcoders.net/blog/01/ShellCtrls.zip" title="http://ap0x.headcoders.net/blog/01/ShellCtrls.zip" target="_blank"http://ap0x.headcoders.net/bl... :arrow: Ah Borlande, Borlande kad moram da menjam i sample kontrole :( U Options prozorima (NFO Options, NFO Order, Diz settings, Zip naming) dodate su kontrole za automatsko ubacivanje fajlova i switcheva tako da sada ne morate da znate switcheve :)


RC2 Screen Shots
picture.01 - http://ap0x.headcoders.net/blog/01/hexdump.jpg" title="http://ap0x.headcoders.net/blog/01/hexdump.jpg" target="_blank"http://ap0x.headcoders.net/bl... :arrow:
picture.02 -
http://ap0x.headcoders.net/blog/01/maker.jpg" title="http://ap0x.headcoders.net/blog/01/maker.jpg" target="_blank"http://ap0x.headcoders.net/bl... :arrow:
picture.03 -
http://ap0x.headcoders.net/blog/01/offset.jpg" title="http://ap0x.headcoders.net/blog/01/offset.jpg" target="_blank"http://ap0x.headcoders.net/bl... :arrow:
picture.04 -
http://ap0x.headcoders.net/blog/01/pe.jpg" title="http://ap0x.headcoders.net/blog/01/pe.jpg" target="_blank"http://ap0x.headcoders.net/bl... :arrow:
picture.05 -
http://ap0x.headcoders.net/blog/01/section.jpg" title="http://ap0x.headcoders.net/blog/01/section.jpg" target="_blank"http://ap0x.headcoders.net/bl... :arrow:

 
Your Name:


Your Comment:


Download .ap0x Patch Creator program
Download!

Update to RC1a
Update to RC1a!