delphi

Tag details

Welcome to the 'delphi' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'delphi'.

Look up Offsite Link "delphi" at The Free Dictionary

Latest blogosphere posts tagged “delphi”

  • files transfert help


    Opensc.ws - Trojan programming forumAuthority Authority: 148
    Is anybody has an example of transferring files with Winsock? thank you
    17 hours ago
  • Internationalization using Resource DLLs or XML (Dynamical Change)


    Programmers Heaven Forums RSS FeedAuthority Authority: 163
    Poll: What kind of technology would you use for internationalization of your delphi application? XML Technology.... Why? How? 1 votes Resource Dlls..... Why? How? 0 votes Dear all, I am new to this forum. I thought that maybe someone of you here knows the answer to my question. I am a new delphi user and ...
    1 day ago
  • Building ASP.NET Applications with Delphi and Advantage Database Server


    TuVinhSoft .,JSCAuthority Authority: 435
    Like Delphi’s other development platforms, Delphi for .NET offers a wide range of data access options for ASP.NET developers. These include support for the generic foundation class library (FCL) data access classes (ODBC and OleDb), dbExpress drivers, BDP for .NET providers, as well as support for all third-party ...
    2 days ago
  • Windows program to link photo and email. by tedbundy


    Chit Chat 247 - Freelance Job OffersAuthority Authority: 181
    I want a Windows based program preferable written in Delphi. I have a program that takes 4 photos and creates 5 pic files. I want the program to grab the 5 most recently created files, display them, and… (Budget: $30-250, Jobs: C#, Delphi, Embedded Software, Software Architecture)
    2 days ago
  • Windows program to link photo and email. by tedbundy


    freelancersblog.netAuthority Authority: 174
    I want a Windows based program preferable written in Delphi. I have a program that takes 4 photos and creates 5 pic files. I want the program to grab the 5 most recently created files, display them, and then have an input area to accept a number of email addresses that the photos will be mailed to… (Budget: ...
    2 days ago
  • Two True Freaks! Episode 86 – The World Of Indiana Jones


    The Comics Podcast NetworkAuthority Authority: 145
    In this MASSIVE episode, the freaks are joined by Josh Baker and Michael Bailey as they talk about all things Indy! All four movies, video games, comics, music, toys, books it’s all crammed in here! This podcast simulates the Indiana Jones experience so well that you will swear you are being dragged on your belly ...
    2 days ago
  • create thread with a parameter?


    Opensc.ws - Trojan programming forumAuthority Authority: 148
    hey mates. i dont get it how to create a thread with a string parameter. my current code is: Code: function thread(p: pointer): integer; begin Form1.Edit1.Text := ^p; Result := 0; EndThread(0); end; procedure TForm1.Button1Click(Sender: TObject); var threadid: cardinal;     s: string; begin s := bla; ...
    2 days ago
  • G.M. Is Taking Taxpayers for a Ride


    DealBookAuthority Authority: 772
    The $6.7 billion that General Motors announced it will repay in outstanding loans to taxpayers doesnt begin to scratch the surface of what the company actually owes.
    2 days ago
  • How to insert images?


    Opensc.ws - Trojan programming forumAuthority Authority: 148
    How can I insert images like png or ico into a form or popupmenu? I found the TImageList, but what to do with it??
    3 days ago
  • how to I can understand firewall blocked my software???


    Opensc.ws - Trojan programming forumAuthority Authority: 148
    how to I can understand firewall blocked my software??? Im using coolvibes 0.4. I know how to get internet adator informations is it connected or not. my main point how to I can understand when my Socket was blocked. thank you very much...
    3 days ago
  • DISSERTATION HELP (9212652900) India, Dissertation writing help, UK Di


    Programmers Heaven Forums RSS FeedAuthority Authority: 163
    www.DissertationHelp.9f.com (0091-9212652900). UK Dissertations, Plagiarism Free Dissertations, Original Dissertations, Dissertation Topics, Indias best Dissertation Help. Dissertation Writing Service & Dissertation Editing for Dissertation Help. If you need DISSERTATION then call 0091-9212652900 for all ...
    3 days ago
  • DISSERTATION HELP (9212652900) India, Dissertation writing help, UK Di


    Programmers Heaven Forums RSS FeedAuthority Authority: 163
    www.DissertationHelp.9f.com (0091-9212652900). UK Dissertations, Plagiarism Free Dissertations, Original Dissertations, Dissertation Topics, Indias best Dissertation Help. Dissertation Writing Service & Dissertation Editing for Dissertation Help. If you need DISSERTATION then call 0091-9212652900 for all ...
    3 days ago
  • MinimizeToTrayPlus Lets You Minimize The Applications To The System Tray !


    vhxn.comAuthority Authority: 442
    MinimizeToTrayPlus is one of the useful extensions for minimizing Mozilla Firefox or Thunderbird to the tray. In this addon, you can have a number of quick and flexible ways to do this function. Therefore, you can use the Minimize To Tray option from the File Menu. Instead, you can press Ctrl+Shift+M on your keyboard. ...
    3 days ago
  • Simple Desktop Application


    ScriptLancer BlogAuthority Authority: 172
    I need a desktop application. It must be done within 3 days from accepting the project. It is pretty simple and a professional programmer should be able to do it within a day at the most!Please see the attached file for details of the project and good luck bidding.Also if this is done satisfactorily, there is a very ...
    3 days ago
  • anti debugger exemples


    Opensc.ws - Trojan programming forumAuthority Authority: 148
    hi.. anyone can give anti debuggers code.. for sandboxie.. and others like that.. please..
    3 days ago
  • Winsock , Disconnection probleme


    Opensc.ws - Trojan programming forumAuthority Authority: 148
    Hello ppl, i Have a strange error in my new system of reverse connection , a realy strange prob. The Server(Client Socket) is using Winsock API to detect if he is disconnected from the Client(Server Socket) i do somthing like thide Code:   iString := recv(server,recbuf,8192,0);     if iString     begin   ...
    3 days ago
  • OCR Image Noise Removal by rodger22


    Chit Chat 247 - Freelance Job OffersAuthority Authority: 181
    OCR is required, and there are two paths to follow: 1. OCR DLL (including image pre-processing because that’s required for a good success ratio anyway, IMHO) developed by the coder. 2. Image processing… (Budget: $250-750, Jobs: C/C++, Delphi, Visual Basic)
    4 days ago
  • Company Logo


    ScriptLancer BlogAuthority Authority: 172
    Hello we need logo for baby website with high quality creativity for baby website after finishing we need with out merge PSD file first you need to show me moke up so we can put escrow after you sending source file i will release escrow money or through paypal Thanks
    4 days ago
  • Send Email using API


    Opensc.ws - Trojan programming forumAuthority Authority: 148
    Hi guys, im making my Keylogger server with API... but I dont know how to send an email using API ! Who can help me? PS.: Sorry, but Im brazilian, and my english isnt good :)
    4 days ago
  • Access Violaton In OnDisconnect


    Opensc.ws - Trojan programming forumAuthority Authority: 148
    Hello All. . . I am creating my RAT, but Im having problems Disconnecting multiple servers at the same time, I get an error "Access violation at Address" ... Much I need Help! . My Code to remove the disconnected users is .. Quote: var item:Tlistitem; begin try if Athread.Data nil then item := ...
    5 days ago

Comments about delphi

Personal attacks are NOT allowed
Please read our comment policy