Archive for April, 2008

Post Your Code

04102008
15:13 pm 0 comments thevemo ™ wordpress

function TfrmLibrary.lpad(data, len: Integer; add: String):String;
var
    i: Integer;
    tmp: String;
begin
    tmp:=”;
    for i:=0 to len-Length(IntToStr(Data))-1 do
        tmp:=tmp+add;
    Result:=tmp+IntToStr(Data);
end;

Look code above…if you can post like this, it’s easy way to show your code a like language syntax. Download here the syntaxhighlighter plugin. Just copy the plugin to /wp-content/plugins/ then in your admin area, choose plugins menu [...]

14:29 pm 0 comments thevemo ™ i'm a rossoneri

After defeat in UEFA Champion League by Arsenal. Milan hoping to reach  entered this league just only finish in last four Seria A. The problem, Milan defisit 4 point by La Viola. For only 6 game else, milan cant stop to win and keep dream play in the UEFA  Champion League.
Come on Rossoneri, show to [...]

22:58 pm 0 comments thevemo ™ delphi

If you a newbie for Delphi Programming, and newbie for Database Programming, here I have a little tip’s for you. Database Programming in Delphi can access for MySql Server. For connected to the server we need connector.We can used ODBC, but it’s not direct access, you must make alias in System DSN ( it can [...]

22:16 pm 9 comments thevemo ™ my world

Welcome to my new blog, new world. My blog before are in http://wordpress.com look at http://vemo80.wordpress.com and still live, I will manage all. If you ever come here, welcome back guy’s. glad you come back here. Glad finnaly have own domain and hosting, it’s look like exclusive style J. Sorry if you read this blog [...]