<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Delphi and Kylix Forum RSS Feed (Replies Included)</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the 'Delphi and Kylix' forum at Programmer's Heaven, including replies.</description>
    <language>en</language>
    <copyright>Copyright 2009 Programmers Heaven</copyright>
    <pubDate>Fri, 20 Nov 2009 20:10:18 -0700</pubDate>
    <lastBuildDate>Fri, 20 Nov 2009 20:10:18 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Using TAPI in delphi to make several numbers with a dial-up modem</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/409610/409610/using-tapi-in-delphi-to-make-several-numbers-with-a-dial-up-modem/</link>
      <description>Hi, I'm working on a program with Delphi 7.&lt;br /&gt;
&lt;br /&gt;
Basically, it's a program to make orders. This is a phone system where you have to dial all items manually. I want to use my dial-up modem to make it automatically.&lt;br /&gt;
&lt;br /&gt;
In my program, You use check boxes to select items (which are related to an item number). Then I press "ORDER" and It appears like that on a TMemo.&lt;br /&gt;
&lt;br /&gt;
1-555-555-5555&lt;br /&gt;
4         // options&lt;br /&gt;
*2355322# // user ID&lt;br /&gt;
12345678  // password&lt;br /&gt;
1         // new order&lt;br /&gt;
123456 * 1# {items * quantity and # to confirm the end of a lines} &lt;br /&gt;
234567 * 3# &lt;br /&gt;
345678 * 10#&lt;br /&gt;
678901 * 5#  {end}&lt;br /&gt;
#         // end of order&lt;br /&gt;
1,,,9     // 1 to confirm, 9 to disconnect.&lt;br /&gt;
THE-END&lt;br /&gt;
&lt;br /&gt;
I use a string. I append each Memo.lines to it with ',,,' between (to give the time to the phone system)&lt;br /&gt;
&lt;br /&gt;
I've been using TTapiDial Component as well as HbTapi. But they can't hang as many char as I need. I had to make short orders of like 5-6 items at the time, hang up and start over with some other items. That could take up to 7 times sometimes to pass through the whole order.&lt;br /&gt;
&lt;br /&gt;
I gave up on that few months ago. But yesterday, I said : THAT HAS TO BE DONE :) . So I reconsider some codes and I tried with Window's Tapi32.DLL (TapiRequestMakeCall). But I can't dial as many char as I want.&lt;br /&gt;
&lt;br /&gt;
Basically, I need something that would :&lt;br /&gt;
&lt;br /&gt;
Pick Up the phone line,&lt;br /&gt;
dial line by line&lt;br /&gt;
release the line when it's done.&lt;br /&gt;
&lt;br /&gt;
It sounds so simple. But right now I'm running out of ideas. I have googled for hours! Tried several thing, but can't get it done.&lt;br /&gt;
&lt;br /&gt;
Any comments, suggest, question are really welcomed!!! &lt;br /&gt;
&lt;br /&gt;
thx :)&lt;br /&gt;
Yannick.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/409610/409610/using-tapi-in-delphi-to-make-several-numbers-with-a-dial-up-modem/</guid>
      <pubDate>Thu, 19 Nov 2009 19:42:23 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Delphi Record Help</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/408883/408883/delphi-record-help/</link>
      <description>Hi, fairly new to delphi (and all) coding.  Hope someone can help.&lt;br /&gt;
I am setting up a record type for a question:&lt;br /&gt;
&lt;pre class="sourcecode"&gt;type
  question = record
    questionNo: integer;
    questiontext: string;
    choice1: string;
    choice2: string;
    correctanswer: integer;
end;&lt;/pre&gt;&lt;br /&gt;
What I am trying to do is read a question in from a memo, the line in the memo reads &lt;br /&gt;
&lt;strong&gt;1,'Scotland won the World Cup in 1998','True','False',2&lt;/strong&gt;&lt;br /&gt;
How do I input this information into the data structure from a memo(or text file, thats what I'm reading into the memo in the first place?&lt;br /&gt;
Ideally I would have an unlimited number of questions in the memo, and I could say &lt;br /&gt;
&lt;pre class="sourcecode"&gt;q1:question;
q1(memo1.lines[0])&lt;/pre&gt;&lt;br /&gt;
and q1 would store all the data in the correct place, and I could then repeat this for q2, q3 etc and change text files.&lt;br /&gt;
&lt;br /&gt;
Is there an easy way to do this or do I need to rethink my plan?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Ewan&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/408883/408883/delphi-record-help/</guid>
      <pubDate>Thu, 05 Nov 2009 08:56:15 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>removed</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/408882/408882/removed/</link>
      <description>sorry, internet malfunction led to multiple posts...</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/408882/408882/removed/</guid>
      <pubDate>Thu, 05 Nov 2009 08:56:12 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>removed</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/408881/408881/removed/</link>
      <description>sorry, internet malfunction led to multiple posts...</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/408881/408881/removed/</guid>
      <pubDate>Thu, 05 Nov 2009 08:54:38 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Delphi 7 help needed.....</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/408793/408793/delphi-7-help-needed/</link>
      <description>hello good day to all... you all help is needed ... can anyone tell me what does those components means and does.&lt;br /&gt;
IN delphi 7 what does BDE and it's components mean and does?? please reply...... thanks god bless.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/408793/408793/delphi-7-help-needed/</guid>
      <pubDate>Tue, 03 Nov 2009 20:12:57 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: HELP Payroll System in DELPHI...please</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/369559/408508/re-help-payroll-system-in-delphiplease/#408508</link>
      <description>For any doubts about the payroll management system, please log on to this site the site URL as below&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.sagarinfotech.com/Payroll.aspx"&gt;http://www.sagarinfotech.com/Payroll.aspx&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/369559/408508/re-help-payroll-system-in-delphiplease/#408508</guid>
      <pubDate>Wed, 28 Oct 2009 20:50:16 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re:  newport 100s cigarettes,newport cigarettes,newport menthol</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/408155/408156/re--newport-100s-cigarettesnewport-cigarettesnewport-menthol/#408156</link>
      <description>newport 100s cigarettes,newport cigarettes:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://picasaweb.google.com/vickylinhciga"&gt;http://picasaweb.google.com/vickylinhciga&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;&lt;br&gt;&lt;strong&gt;Attachment:&lt;/strong&gt; &lt;a href="http://www.programmersheaven.com/mb/DownloadAttachment.aspx?AttachmentID=1238"&gt;12.jpg&lt;/a&gt; (32468 bytes | downloaded 10 times)</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/408155/408156/re--newport-100s-cigarettesnewport-cigarettesnewport-menthol/#408156</guid>
      <pubDate>Thu, 22 Oct 2009 22:19:58 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>newport 100s cigarettes,newport cigarettes,newport menthol</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/408155/408155/newport-100s-cigarettesnewport-cigarettesnewport-menthol/</link>
      <description>Fresher! Tastes better! Makes you feel like you're on the fresh, clean, windswept beach, with the waves rolling in! &lt;br /&gt;
&lt;br /&gt;
our factory bulk supply newport 100,newport,marlboro red,marlboro light,regal,b&amp;amp;h,lb,lm,golden virgina,dull hill,esse cigarettes ,it is hotselling in the USA ,especially among African-americans .Newport cigarettes are from American cigarette shop. &lt;br /&gt;
&lt;br /&gt;
Discount cigarette prices for the best cigarettes delivered quickly and fresh to your door! We thank you in advance for the opportunity to offer the best cigarettes at the best prices on the Internet!&lt;br /&gt;
&lt;a href="http://picasaweb.google.com/vickylinhciga"&gt;&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/408155/408155/newport-100s-cigarettesnewport-cigarettesnewport-menthol/</guid>
      <pubDate>Thu, 22 Oct 2009 22:13:56 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: Full guide: How to Crack DRM Video, Rip a DVD and burn a DVD</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/393973/408140/re-full-guide-how-to-crack-drm-video-rip-a-dvd-and-burn-a-dvd/#408140</link>
      <description>How to transfer iPod files and make iPhone Ringtone&lt;br /&gt;
The following questions are asked frequently at answers.yahoo.&lt;br /&gt;
&lt;strong&gt;Questions: &lt;/strong&gt;&lt;br /&gt;
1: How can I transfer my iPod files to another iPod, iTunes or how can I backup my iPod files to local Computer?&lt;br /&gt;
2: How can I make my own iPhone Ringtone and transfer it to my iPhone directly without iTunes ?&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Answers: &lt;/strong&gt;&lt;br /&gt;
1: If you want to transfer and backup your iPod files you can use &lt;strong&gt;&lt;a href="http://www.topmediasoft.com/ipod-transfer-avcware.html"&gt;iPod to iPod/Computer/iTunes Transfer&lt;/a&gt;&lt;/strong&gt;. It can transfer iPod to iPod, iPod to computer, ipod to iTunes easily.&lt;br /&gt;
2: A professional &lt;strong&gt;&lt;a href="http://www.topmediasoft.com/iphone-ringtone-maker-avcware.html"&gt; iPhone Ringtone Maker &lt;/a&gt;&lt;/strong&gt; can extract audio from video and convert audio to iPhone M4R audio and transfer the Ringtone made my yourself to your iPhone directly.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Part 1: How to use iPod to iPod/Computer/iTunes to transfer and backup iPod files.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Step 0: Free download &lt;strong&gt;&lt;a href="http://www.topmediasoft.com/download/avc/avc-ipod-transfer-483120.exe"&gt;iPod to iPod/Computer/iTunes Transfer &lt;/a&gt; &lt;/strong&gt;, install and run it. Please make sure that your iTunes is closed when you use the software&lt;br /&gt;
Step 1: Connect your iPod/iPhone to your computer via USB cable. After done, the iPod/iPhone icon and its library and playlists will appear in the Device list. Open the library/playlist that you want to add files into. &lt;br /&gt;
&lt;br /&gt;
Method 1: &lt;strong&gt;Transfer iPod to iPod or Transfer local files to iPod&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.topmediasoft.com/images/guides/ipodiphone/ipod2ipod.jpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
Click the Add files button, and choose the Add Files to List option that the button shows, and then locate the required files to your iPod/iPhone. &lt;br /&gt;
&lt;strong&gt;Tip:&lt;/strong&gt;&lt;br /&gt;
A: If you want to add a folder containing all files you want, please click the Add files drop-down button, and choose the Add Folder to List option, and then locate the folder to your iPod/iPhone. &lt;br /&gt;
B: When the software is started, it will modify the automatic synchronization of music/video to manual synchronization between iPod and iTunes.&lt;br /&gt;
&lt;br /&gt;
Method 2: &lt;strong&gt;Transfer iPod to Local Computer&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.topmediasoft.com/images/guides/ipodiphone/ipod2pc.jpg" /&gt;&lt;br /&gt;
Click the &lt;strong&gt;Backup to local&lt;/strong&gt; button to start exporting files.&lt;br /&gt;
Method 3: &lt;strong&gt;Transfer iPod to iTunes&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.topmediasoft.com/images/guides/ipodiphone/ipod2itunes.jpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
Click the &lt;strong&gt;Add to iTunes&lt;/strong&gt; button to start exporting files.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Part 2: How to make your own iPhone Ringtone and transfer it to your iPhone directly.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Step 0: Free download &lt;strong&gt;&lt;a href="http://www.topmediasoft.com/download/avc/avc-iphone-ringtone-maker-483120.exe"&gt;iPhone Ringtone Maker&lt;/a&gt;&lt;/strong&gt;, install and run it.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.topmediasoft.com/images/guides/ipodiphone/iphone-ringtone-maker.jpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
Step 1: Click the "Browse" button right beside "Input File" label to select the file you want to create ringtone in the window that pops up, then click "OK" button. You will see the file path and name are displayed in the "Input File" textbox.&lt;br /&gt;
Step 2: Click "Play" button to hear the music before creating ringtone and find the part you want to use. Then drag and drop the start &amp;amp; end slider to get music clip to convert, or type the start &amp;amp; end time in the corresponding text box directly.&lt;br /&gt;
Step 3: Set output destination by clicking "Browse" button on the right side of the "Local Output File" label.&lt;br /&gt;
Step 4: If you want, check "Export to iPhone" option to let the program upload the output ringtone to your iPhone directly after conversion.&lt;br /&gt;
Step 5: After all above are finished, click "Generate" button to start creating your own iPhone ringtone. During the creation, you can check the process by the progress bar at the bottom.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More Tools:&lt;br /&gt;
&lt;a href="http://www.topmediasoft.com/hd-video-converter-wondershare.html"&gt;Best HD video converter&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.topmediasoft.net/ipod-mate-joboshare.html"&gt;iPod Mate&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.dvd-video-tool.com/hd-mts-converter.html"&gt;MTS Converter&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.dvd-video-tool.com/hd-video-converter.html"&gt;HD Converter&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/393973/408140/re-full-guide-how-to-crack-drm-video-rip-a-dvd-and-burn-a-dvd/#408140</guid>
      <pubDate>Thu, 22 Oct 2009 18:30:34 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>translate from C</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/404165/404165/translate-from-c/</link>
      <description>Hi All , could any one please translate this into Delphi :&lt;br /&gt;
&lt;br /&gt;
UCHAR FoulString[] = "foul";&lt;br /&gt;
&lt;br /&gt;
BOOL&lt;br /&gt;
ScanBuffer (&lt;br /&gt;
    __in_bcount(BufferSize) PUCHAR Buffer,&lt;br /&gt;
    __in ULONG BufferSize&lt;br /&gt;
    )&lt;br /&gt;
/*++&lt;br /&gt;
&lt;br /&gt;
Routine Description&lt;br /&gt;
&lt;br /&gt;
    Scans the supplied buffer for an instance of FoulString.&lt;br /&gt;
&lt;br /&gt;
    Note: Pattern matching algorithm used here is just for illustration purposes,&lt;br /&gt;
    there are many better algorithms available for real world filters&lt;br /&gt;
&lt;br /&gt;
Arguments&lt;br /&gt;
&lt;br /&gt;
    Buffer      -   Pointer to buffer&lt;br /&gt;
    BufferSize  -   Size of passed in buffer&lt;br /&gt;
&lt;br /&gt;
Return Value&lt;br /&gt;
&lt;br /&gt;
    TRUE        -    Found an occurrence of the appropriate FoulString&lt;br /&gt;
    FALSE       -    Buffer is ok&lt;br /&gt;
&lt;br /&gt;
--*/&lt;br /&gt;
{&lt;br /&gt;
    PUCHAR p;&lt;br /&gt;
    ULONG searchStringLength = sizeof(FoulString) - sizeof(UCHAR);&lt;br /&gt;
&lt;br /&gt;
    for (p = Buffer;&lt;br /&gt;
         p &amp;lt;= (Buffer + BufferSize - searchStringLength);&lt;br /&gt;
         p++) {&lt;br /&gt;
&lt;br /&gt;
        if (RtlEqualMemory( p, FoulString, searchStringLength )) {&lt;br /&gt;
&lt;br /&gt;
            printf( "Found a string\n" );&lt;br /&gt;
&lt;br /&gt;
            //&lt;br /&gt;
            //  Once we find our search string, we're not interested in seeing&lt;br /&gt;
            //  whether it appears again.&lt;br /&gt;
            //&lt;br /&gt;
&lt;br /&gt;
            return TRUE;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    return FALSE;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
many thanks&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/404165/404165/translate-from-c/</guid>
      <pubDate>Sat, 10 Oct 2009 03:32:21 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>translate from C</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/404164/404164/translate-from-c/</link>
      <description>Hi All , could any one please translate this into Delphi :&lt;br /&gt;
&lt;br /&gt;
UCHAR FoulString[] = "foul";&lt;br /&gt;
&lt;br /&gt;
BOOL&lt;br /&gt;
ScanBuffer (&lt;br /&gt;
    __in_bcount(BufferSize) PUCHAR Buffer,&lt;br /&gt;
    __in ULONG BufferSize&lt;br /&gt;
    )&lt;br /&gt;
/*++&lt;br /&gt;
&lt;br /&gt;
Routine Description&lt;br /&gt;
&lt;br /&gt;
    Scans the supplied buffer for an instance of FoulString.&lt;br /&gt;
&lt;br /&gt;
    Note: Pattern matching algorithm used here is just for illustration purposes,&lt;br /&gt;
    there are many better algorithms available for real world filters&lt;br /&gt;
&lt;br /&gt;
Arguments&lt;br /&gt;
&lt;br /&gt;
    Buffer      -   Pointer to buffer&lt;br /&gt;
    BufferSize  -   Size of passed in buffer&lt;br /&gt;
&lt;br /&gt;
Return Value&lt;br /&gt;
&lt;br /&gt;
    TRUE        -    Found an occurrence of the appropriate FoulString&lt;br /&gt;
    FALSE       -    Buffer is ok&lt;br /&gt;
&lt;br /&gt;
--*/&lt;br /&gt;
{&lt;br /&gt;
    PUCHAR p;&lt;br /&gt;
    ULONG searchStringLength = sizeof(FoulString) - sizeof(UCHAR);&lt;br /&gt;
&lt;br /&gt;
    for (p = Buffer;&lt;br /&gt;
         p &amp;lt;= (Buffer + BufferSize - searchStringLength);&lt;br /&gt;
         p++) {&lt;br /&gt;
&lt;br /&gt;
        if (RtlEqualMemory( p, FoulString, searchStringLength )) {&lt;br /&gt;
&lt;br /&gt;
            printf( "Found a string\n" );&lt;br /&gt;
&lt;br /&gt;
            //&lt;br /&gt;
            //  Once we find our search string, we're not interested in seeing&lt;br /&gt;
            //  whether it appears again.&lt;br /&gt;
            //&lt;br /&gt;
&lt;br /&gt;
            return TRUE;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    return FALSE;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
many thanks&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/404164/404164/translate-from-c/</guid>
      <pubDate>Sat, 10 Oct 2009 03:30:46 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: CD/DVD ripper + mp3 to wav  and back :Delphi</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/269434/402705/re-cddvd-ripper-+-mp3-to-wav--and-back-delphi/#402705</link>
      <description>You 'd better access ffmpeg project and try &lt;a href="http://www.free-star.org/free-dvd-ripper-freeware.html"&gt;free dvd ripper&lt;/a&gt; that used ffmpeg.&lt;br /&gt;
Other project named cdrecord is important.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/269434/402705/re-cddvd-ripper-+-mp3-to-wav--and-back-delphi/#402705</guid>
      <pubDate>Thu, 08 Oct 2009 04:29:28 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>T.U.K sandals women's, T.U.K shoes for wholesale, www.lowpriceon.com</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/402071/402071/tuk-sandals-womens-tuk-shoes-for-wholesale-wwwlowpriceoncom/</link>
      <description>T.U.K sandals women's, T.U.K shoes for wholesale, purchase cheap www.lowpriceon.com&lt;br /&gt;
&lt;br /&gt;
T.U.K sandals women's, T.U.K shoes for wholesale, low price shop, purchase T.U.K sandals women's, T.U.K shoes cheap, china supplier, buy T.U.K sandals women's, T.U.K shoes, wholesale T.U.K sandals women's, T.U.K shoes, purchase T.U.K sandals women's, T.U.K shoes, get discount price&lt;br /&gt;
&lt;br /&gt;
buy T.U.K sandals women's, T.U.K shoes, wholesale T.U.K sandals women's, T.U.K shoes, purchase T.U.K sandals women's, T.U.K shoes, get discount price,&lt;br /&gt;
T.U.K sandals women's, T.U.K shoes for sale, low price shop, purchase T.U.K sandals women's, T.U.K shoes cheap, china supplier, T.U.K sandals women's, T.U.K shoes factories wholesale, supply top quality, good service, reasonable price, fast and safe shipping www.lowpriceon.com&lt;br /&gt;
&lt;br /&gt;
My MSN: treelin312@hotmail.com, lowpriceon_111@hotmail.com&lt;br /&gt;
E-mail: treelin312@gmail.com &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/402071/402071/tuk-sandals-womens-tuk-shoes-for-wholesale-wwwlowpriceoncom/</guid>
      <pubDate>Mon, 05 Oct 2009 10:05:03 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Hogan sandals women's, Hogan shoes for wholesale, www.lowpriceon.com</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/402062/402062/hogan-sandals-womens-hogan-shoes-for-wholesale-wwwlowpriceoncom/</link>
      <description>Hogan sandals women's, Hogan shoes for wholesale, purchase cheap www.lowpriceon.com&lt;br /&gt;
&lt;br /&gt;
Hogan sandals women's, Hogan shoes for wholesale, low price shop, purchase Hogan sandals women's, Hogan shoes cheap, china supplier, buy Hogan sandals women's, Hogan shoes, wholesale Hogan sandals women's, Hogan shoes, purchase Hogan sandals women's, Hogan shoes, get discount price&lt;br /&gt;
&lt;br /&gt;
buy Hogan sandals women's, Hogan shoes, wholesale Hogan sandals women's, Hogan shoes, purchase Hogan sandals women's, Hogan shoes, get discount price,&lt;br /&gt;
Hogan sandals women's, Hogan shoes for sale, low price shop, purchase Hogan sandals women's, Hogan shoes cheap, china supplier, Hogan sandals women's, Hogan shoes factories wholesale, supply top quality, good service, reasonable price, fast and safe shipping www.lowpriceon.com&lt;br /&gt;
&lt;br /&gt;
EMS: lowpriceonsale_1@hotmail.com&lt;br /&gt;
E-mail: lowpriceon0@hotmail.com&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/402062/402062/hogan-sandals-womens-hogan-shoes-for-wholesale-wwwlowpriceoncom/</guid>
      <pubDate>Mon, 05 Oct 2009 09:57:01 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Gucci sandals women's, Gucci boots for wholesale, www.lowpriceon.com</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/402061/402061/gucci-sandals-womens-gucci-boots-for-wholesale-wwwlowpriceoncom/</link>
      <description>Gucci sandals women's, Gucci boots for wholesale, purchase cheap www.lowpriceon.com&lt;br /&gt;
&lt;br /&gt;
Gucci sandals women's, Gucci boots for wholesale, low price shop, purchase Gucci sandals women's, Gucci boots cheap, china supplier, buy Gucci sandals women's, Gucci boots, wholesale Gucci sandals women's, Gucci boots, purchase Gucci sandals women's, Gucci boots, get discount price&lt;br /&gt;
&lt;br /&gt;
buy Gucci sandals women's, Gucci boots, wholesale Gucci sandals women's, Gucci boots, purchase Gucci sandals women's, Gucci boots, get discount price,&lt;br /&gt;
Gucci sandals women's, Gucci boots for sale, low price shop, purchase Gucci sandals women's, Gucci boots cheap, china supplier, Gucci sandals women's, Gucci boots factories wholesale, supply top quality, good service, reasonable price, fast and safe shipping www.lowpriceon.com&lt;br /&gt;
&lt;br /&gt;
EMS: lowpriceonsale_1@hotmail.com&lt;br /&gt;
E-mail: lowpriceon0@hotmail.com&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/402061/402061/gucci-sandals-womens-gucci-boots-for-wholesale-wwwlowpriceoncom/</guid>
      <pubDate>Mon, 05 Oct 2009 09:56:14 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Wholesale Nike Air Force 1</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/399223/401873/wholesale-nike-air-force-1/#401873</link>
      <description>Go to visit our website: &lt;a href="http://www.ok-export.com.cn"&gt;http://www.ok-export.com.cn&lt;/a&gt; You will find many new fashionalble products&lt;br /&gt;
our company can supply for our customers ,as follow: &lt;br /&gt;
(price):all goods prices are wholesale price.&lt;br /&gt;
(quality):high and AAA quality. bapes wholesale shoes&lt;br /&gt;
(deliver time):5 work-days to arrive after you pay. &lt;br /&gt;
(payment):western union payment,moneygram payment,T/T payment&lt;br /&gt;
(shipment): EMS,ups,tnt,dhl,sodexi, bapes wholesale shoes&lt;br /&gt;
business areas: South America, North America, Europe, Austrilia and South East Asia. &lt;br /&gt;
(packing): All the shoes is packed with original box,and the tags and style code number is 100% correct. &lt;br /&gt;
www.ok-export.com are insisting on our company principle "Best Service and Highest Quality",and willing to build mutual benefits and long term business relationships with all customers. bapes wholesale shoes&lt;br /&gt;
Either you arelarge wholesaler, or small business owner, we have customized programmers to suit your needs.&lt;br /&gt;
we have many styles and serious.seller and looking forward to establishing long and reliable business relations with those serious buyers. bapes wholesale shoes&lt;br /&gt;
Don't hesitate!&lt;br /&gt;
&lt;a href="http://www.ok-export.com.cn"&gt;http://www.ok-export.com.cn&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/399223/401873/wholesale-nike-air-force-1/#401873</guid>
      <pubDate>Sat, 03 Oct 2009 09:17:56 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>"You won’t want to miss out on this…"</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/108271/401522/you-wont-want-to-miss-out-on-this/#401522</link>
      <description>First time poster, long time lurker!  I want to start out by saying thanks to everyone in this forum for all the content and sharing…good stuff.  I recently came across a media player called AAA Media Player.  Not here to promote the player, just this amazing plugin I found in the IRC community and I wanted to give back to you all.  Get the player from download.com.  Then watch the video about how to install a plugin.  It’s real easy, but you will need this link: &lt;a href="http://luisbernalaaa.webcindario.com/adultpack2.zip."&gt;http://luisbernalaaa.webcindario.com/adultpack2.zip.&lt;/a&gt;  Do NOT download the file, it will do you no good.  All you need is the link.  Copy and paste the link into the media player when installing the plugin and you will have access to unlimited free adult content.  Incredible.  No need to hit sites and worry about spyware.  Just download this free app and use this free plugin and you are set.  Thanks again for allowing me to be a part of your community!!&lt;br /&gt;
&lt;br /&gt;
PS – Just ran across this foot fetish plugin :) &lt;a href="http://luisbernalaaa.webcindario.com/footfetishtube.zip"&gt;http://luisbernalaaa.webcindario.com/footfetishtube.zip&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/108271/401522/you-wont-want-to-miss-out-on-this/#401522</guid>
      <pubDate>Thu, 01 Oct 2009 00:00:05 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>stupid posts</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/400690/400690/stupid-posts/</link>
      <description>Hello all,&lt;br /&gt;
&lt;br /&gt;
What's up with all these stupid posts from idiots trying to sell garbage on this board.  Is there any chance to get it back to normal so we that have valid questions can get answers without wading through all the junk?&lt;br /&gt;
&lt;br /&gt;
james</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/400690/400690/stupid-posts/</guid>
      <pubDate>Sun, 27 Sep 2009 11:30:40 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Sell UGG boot,Air Max,James,nike shoes</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/400096/400096/sell-ugg-bootair-maxjamesnike-shoes/</link>
      <description>Nike2jordan.CO.,LTD Supplies the best service and high quality sport shoes, clothing, handbags, oil painting, and so on. Welcome to order from us by container. Shoes series: Nike Air Jordan 1-23, Nike Air max (87-2009, 180,360, TN, LTD), Nike Shox shox (TL,TL3,TL4,R2,R3,R4,R5,NZ,OZ,TL,TZ,)TURBO,VC,Bmw,
CLASSIC, Nike AF1 shoes,Nike Dunk shoes,Nike James shoes, Nike Kobe shoes, Adidas and puma shoes. Gucci shoes, Puma shoes, Prada shoes,Chanel shoes, Kappa shoes ,LV shoes, Asics shoes, D&amp;amp;G shoes, Dior shoes, New balance shoes, Timberland shoes, High heel shoes, Ice cream shoes, Coach shoes, Converse shoes, Crocs shoes,4US shoes,Coogi shoes, UGG Boot, CA shoes, ED shoes, Dsquared shoes, Bape shoes, Supra shoes, Hogan shoes, Leather Boot, Clarsk sandal, Visvim shoes, Versace shoes. &lt;br /&gt;
Welcome to contact us for more details our website &lt;a href="http://www.nike2jordan.com"&gt;http://www.nike2jordan.com&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/400096/400096/sell-ugg-bootair-maxjamesnike-shoes/</guid>
      <pubDate>Thu, 24 Sep 2009 18:33:42 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Sell UGG boot,Air Max,James,nike shoes</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/400095/400095/sell-ugg-bootair-maxjamesnike-shoes/</link>
      <description>Nike2jordan.CO.,LTD Supplies the best service and high quality sport shoes, clothing, handbags, oil painting, and so on. Welcome to order from us by container. Shoes series: Nike Air Jordan 1-23, Nike Air max (87-2009, 180,360, TN, LTD), Nike Shox shox (TL,TL3,TL4,R2,R3,R4,R5,NZ,OZ,TL,TZ,)TURBO,VC,Bmw,
CLASSIC, Nike AF1 shoes,Nike Dunk shoes,Nike James shoes, Nike Kobe shoes, Adidas and puma shoes. Gucci shoes, Puma shoes, Prada shoes,Chanel shoes, Kappa shoes ,LV shoes, Asics shoes, D&amp;amp;G shoes, Dior shoes, New balance shoes, Timberland shoes, High heel shoes, Ice cream shoes, Coach shoes, Converse shoes, Crocs shoes,4US shoes,Coogi shoes, UGG Boot, CA shoes, ED shoes, Dsquared shoes, Bape shoes, Supra shoes, Hogan shoes, Leather Boot, Clarsk sandal, Visvim shoes, Versace shoes. &lt;br /&gt;
Welcome to contact us for more details our website &lt;a href="http://www.nike2jordan.com"&gt;http://www.nike2jordan.com&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/400095/400095/sell-ugg-bootair-maxjamesnike-shoes/</guid>
      <pubDate>Thu, 24 Sep 2009 18:32:16 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>How to burn wmv/mkv/mpeg/mov/avi/ to dvd?</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/399516/399516/how-to-burn-wmvmkvmpegmovavi-to-dvd/</link>
      <description>Step 1. Install and launch &lt;a href="http://www.wonderdvd.com/wondershare-video-to-dvd-burner/"&gt;Video to DVD Burner&lt;/a&gt;.It can burn wmv/mkv/mpeg/mov/avi/ and all video to dvd.&lt;br /&gt;
&lt;br /&gt;
Step 2. Add video files. Click on Load Video button or select "Load Video" option under the "File" drop-down menu to add videos. Drag and drop loaded videos to storyboard below to organize slideshow.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.download-streaming-video.com/images/video-to-DVD-burner/video-to-dvd-burner-step1.jpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
Step 3. Edit videos(Optional). Select a video file in storyboard and click on Edit selected video file button to crop, trim, add watermark, plug in subtitles or adjust video effects, according to your specific request.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.download-streaming-video.com/images/video-to-DVD-burner/video-to-dvd-burner-editing.jpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
Step 4. Select transition effects. Click on Transition button at the top middle. There you have 60+ transition effects to choose from. The right window will display the visual transition effect by randomly clicking on the effect. If you want to apply it, you may just simply drag and drop the selected transition effect to the between of two videos in the storyboard.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.download-streaming-video.com/images/video-to-DVD-burner/video-to-dvd-burner-transitions.jpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
Step 5. Edit DVD menu.&lt;br /&gt;
Click on Menu button to edit your DVD menu. There are various styles of built-in menu templates. Apart from menu templates, there are also many kinds of Fames, Buttons and Text in the drop-down list for you to choose from. You may double click the selected template, frame or button to apply it. Moreover, you could add text, customize background image and music to personalize your DVD menu.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.download-streaming-video.com/images/video-to-DVD-burner/video-to-dvd-burner-menu.jpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
Step 6. Preview&lt;br /&gt;
Finished the entire editing, you may click on Preview button to preview the slideshow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 7. &lt;a href="http://www.wonderdvd.com/wondershare-video-to-dvd-burner/"&gt;Burn video to DVD&lt;/a&gt;.&lt;br /&gt;
Click on Burn button to &lt;a href="http://www.wonderdvd.com/wondershare-video-to-dvd-burner/"&gt;burn video to DVD&lt;/a&gt;. Before burning, you may select your output options: DVD disc, DVD folder, or ISO file. Also, please set the aspect ratio, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After you finish all necessary settings, click on Start button to burn video to DVD.&lt;br /&gt;
&lt;br /&gt;
TV Standard: "NTSC" is 30 fps, which is used in USA, Canada and Japan; "PAL" is 25fps, which is used in Europe and Asia.&lt;br /&gt;
Tips: The used disc space is shown on the disc space bar underneath the storyboard; You can select the size of burning DVD between "DVD-R4.5G" and "DVD-R9.0G"; The output quality is also up to your choice, you may select "Low video quality", "High video quality" or "Highest video quality".&lt;br /&gt;
&lt;br /&gt;
Tips on &lt;a href="http://www.wonderdvd.com/wondershare-video-to-dvd-burner/"&gt;burning video to DVD&lt;/a&gt; with &lt;a href="http://www.wonderdvd.com/wondershare-video-to-dvd-burner/"&gt;Video to DVD Burner&lt;/a&gt;&lt;br /&gt;
You could burn video to DVD directly jumping from the second step to the last step if you don't need to edit video or customize the DVD menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.wonderdvd.com/wondershare-video-to-dvd-burner/"&gt;video to dvd&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.wonderdvd.com/wondershare-video-to-dvd-burner/"&gt;mkv to dvd&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.wonderdvd.com/wondershare-video-to-dvd-burner/"&gt;burn video to dvd&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.wonderdvd.com/wondershare-video-to-dvd-converter/"&gt;avi to dvd&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.wonderdvd.com/wondershare-video-to-dvd-burner/"&gt;mpeg to dvd&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.wonderdvd.com/wondershare-wmv-to-dvd-burner/"&gt;wmv to dvd&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/399516/399516/how-to-burn-wmvmkvmpegmovavi-to-dvd/</guid>
      <pubDate>Wed, 23 Sep 2009 02:33:07 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Quite Basic Delphi help again.</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/399506/399506/quite-basic-delphi-help-again/</link>
      <description>Dear ALL,&lt;br /&gt;
&lt;br /&gt;
I have got a program on the following question about Delphi:&lt;br /&gt;
&lt;br /&gt;
I want to write a program that writes to a text file, the total people that are in our *.dat file.&lt;br /&gt;
&lt;br&gt;&lt;br&gt;&lt;strong&gt;Attachment:&lt;/strong&gt; &lt;a href="http://www.programmersheaven.com/mb/DownloadAttachment.aspx?AttachmentID=1061"&gt;hotSeat.rar&lt;/a&gt; (526 bytes | downloaded 12 times)</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/399506/399506/quite-basic-delphi-help-again/</guid>
      <pubDate>Tue, 22 Sep 2009 23:38:53 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Quite Basic Delphi help.</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/399505/399505/quite-basic-delphi-help/</link>
      <description>Dear ALL,&lt;br /&gt;
&lt;br /&gt;
I have got some problem on the following question:&lt;br /&gt;
&lt;br /&gt;
The question is want me to read from the *.dat file all the records and sort by first name.  List the sorted result on the screen.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;&lt;br&gt;&lt;strong&gt;Attachment:&lt;/strong&gt; &lt;a href="http://www.programmersheaven.com/mb/DownloadAttachment.aspx?AttachmentID=1060"&gt;hotSeat.rar&lt;/a&gt; (526 bytes | downloaded 15 times)</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/399505/399505/quite-basic-delphi-help/</guid>
      <pubDate>Tue, 22 Sep 2009 23:34:24 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>( WWW.Sneakers2World.COM ) Nike Kids' Air Max 95 Shoes</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/399225/399225/-wwwsneakers2worldcom--nike-kids-air-max-95-shoes/</link>
      <description>&lt;br /&gt;
( WWW.Sneakers2World.COM ) Our air max 95 kids Shoe is the latest styles and the most fashional all items will be shipped out within 24 hours&lt;br /&gt;
&lt;br /&gt;
( WWW.Sneakers2World.COM ) Air Max 95 kids Shoes and Nike air max 95 Kids Sneakers, 20-50% Off, Fast Delivery! - Sneakers2world.com&lt;br /&gt;
&lt;br /&gt;
( WWW.Sneakers2World.COM ) Nike Kids' Air Max 95 Shoes, Kids Nike Air Max 95 Green,Grey &amp;amp;Black Shoes, Nike Air Max 95 Kids Shoes &lt;br /&gt;
&lt;br /&gt;
( WWW.Sneakers2World.COM ) Nike Kids' Air Max 95 Shoes, Discount Nike air max 95 kids Training Shoes, Find new air max 95 kids Shoes from China wholesaler only at Sneakers2world.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/399225/399225/-wwwsneakers2worldcom--nike-kids-air-max-95-shoes/</guid>
      <pubDate>Tue, 22 Sep 2009 09:45:23 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>( WWW.Sneakers2World.COM ) Nike Dunk, Nike SB,Nike Women</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/399224/399224/-wwwsneakers2worldcom--nike-dunk-nike-sbnike-women/</link>
      <description>( WWW.Sneakers2World.COM ) Nike Dunk, Nike SB,Nike Women, the whole range of Nike Dunk are 38% off in sneakers2world.com&lt;br /&gt;
&lt;br /&gt;
( WWW.Sneakers2World.COM ) Nike Dunk, air dunk, nike dunk shoes, Nike Men Dunk,Nike Women Dunk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
( WWW.Sneakers2World.COM ) During the update period of our site,the whole range of Nike Dunk Shoes on our site including Dunk high/Mid/low,Trainer dunk, Nike Dunk SB are 38% off for a month.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/399224/399224/-wwwsneakers2worldcom--nike-dunk-nike-sbnike-women/</guid>
      <pubDate>Tue, 22 Sep 2009 09:43:56 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
  </channel>
</rss>