User Mohammed Nasman - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T14:10:15Zhttp://stackoverflow.com/feeds/user/24462http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1903145/nsis-vs-wix-vs-anyother-installation-package/1909577#19095771Answer by Mohammed Nasman for NSIS Vs WiX Vs AnyOther Installation PackageMohammed Nasman2009-12-15T18:55:44Z2009-12-15T18:55:44Z<p>I would like to suggest another installer which is <a href="http://www.jrsoftware.org/isinfo.php" rel="nofollow">InnoSetup</a> combined with <a href="http://www.istool.org/" rel="nofollow">ISTools</a></p>
<p>Innosetup has very good scripting language, and has a wizard to make it easy for you do the installation package and ISTools have the GUI interface for most of Innosetup options,</p>
<p>I was able to Install Mysql, it's service and creating tables and other things with it, and it's much easier to learn than others.</p>
http://stackoverflow.com/questions/1894128/sql-query-builder-in-delphi/1894502#18945021Answer by Mohammed Nasman for SQL Query builder in DelphiMohammed Nasman2009-12-12T19:52:49Z2009-12-12T19:52:49Z<p>I think the most powerful one is <a href="http://www.activequerybuilder.com/product%5Fvcl.html" rel="nofollow">ActiveQueryBuilder</a>, which now included with Delphi IDE (Since 2007 I think)</p>
<p><img src="http://www.activequerybuilder.com/scr/screen4.gif" alt="alt text"></p>
http://stackoverflow.com/questions/1888239/ttabcontrol-tabs-displayed-right-to-left/1888676#18886761Answer by Mohammed Nasman for TTabControl: tabs displayed right to leftMohammed Nasman2009-12-11T15:07:02Z2009-12-11T15:07:02Z<p>I tried the code with D2007 and it's working fine on windows7.</p>
<p>But you could use Raize controls, their PageControl and TabControl could be showed from RightToLeft without any code.</p>
http://stackoverflow.com/questions/1830492/is-there-any-better-way-to-add-license-copyright-header-in-delphi-pas-source-fil/1832377#18323772Answer by Mohammed Nasman for Is there any better way to add license/copyright header in Delphi .pas source file?Mohammed Nasman2009-12-02T11:34:29Z2009-12-02T11:34:29Z<p><a href="http://www.cnpack.org/index.php?lang=en" rel="nofollow">cnPack</a> has a good Source Template options, it allow you to insert Unit Header for Delphi & C++ source files, also Class header & procedure headers too.</p>
http://stackoverflow.com/questions/242584/will-you-use-delphi-prism11Will you use Delphi PrismMohammed Nasman2008-10-28T08:49:05Z2009-11-28T04:34:13Z
<p>CodeGear announces that their Next .Net product which is known as <strong>Delphi Prism</strong> Will be the <strong>RemObjects's Oxygene</strong>.</p>
<p>Oxygene has many nice features that not found in Delphi or C#, and I think it will more effective solution for .Net than Delphi .Net previous releases, but it's uses Visual Studio IDE instead of Delphi IDE. which is has some cons and pros.</p>
<p>As Delphi Developer or .net Developer, do you consider to use Delphi Prism for .Net developmenet?</p>
<p>Look at these Links for more info.</p>
<p><a href="http://prismwiki.codegear.com/wiki/Delphi_Prism_vs._CSharp" rel="nofollow">Delphi Prism vs. CSharp</a></p>
<p><a href="http://www.bitwisemag.com/2/Delphi-Prism-Visual-Studio-Pascal" rel="nofollow">Delphi Prism - Visual Studio Pascal For .NET</a></p>
<p><a href="http://www.codegear.com/products/delphi/prism" rel="nofollow">Delphi Prims home page</a></p>
http://stackoverflow.com/questions/1803658/multiple-database-access-with-delphi/1803912#18039124Answer by Mohammed Nasman for Multiple Database Access with DelphiMohammed Nasman2009-11-26T14:16:49Z2009-11-26T14:16:49Z<p>For database components, I have never seen faster and stable components than the components came from <a href="http://www.devart.com/" rel="nofollow">DevArt</a> (CoreLab)</p>
<p>They have <a href="http://www.devart.com/unidac/" rel="nofollow">UniDac</a> Universal direct access component, which support (Oracle, SQL Server, MySql, InterBase/Firebird, PostgreSql, and ODBC(which offers DB2, Sybase MS Access and any other ODBC)</p>
http://stackoverflow.com/questions/1775443/hotfile-account-checker/1775969#17759693Answer by Mohammed Nasman for hotfile account checkerMohammed Nasman2009-11-21T16:41:48Z2009-11-21T16:41:48Z<p>As Raffael said, you have to use post instead of get, also there's hidden field called: <code>returnto</code>, I usually do that with help of indy idHttp component as following:</p>
<pre><code>var
Sl : TStringList;
begin
Sl := TStringList.Create;
Sl.Add('user=myuser');
Sl.Add('pass=mypassword');
sl.Add('returnto=/');
Memo1.Text := IdHTTP1.Post('http://www.hotfile.com/login.php',Sl);
FreeAndNil(sl);
end;
</code></pre>
<p>also be sure to make idHttp property <code>HandleRedirects = True</code></p>
http://stackoverflow.com/questions/1755537/configure-svn-for-flash-action-script-programming/1755576#17555760Answer by Mohammed Nasman for configure SVN for Flash Action script programmingMohammed Nasman2009-11-18T12:13:00Z2009-11-18T12:19:13Z<ol>
<li><p>For very easy server installation use <a href="http://www.visualsvn.com/server/" rel="nofollow">VisualSVN server</a> (Windows Only), you can built your svn server with it in less than 10 Min.</p></li>
<li><p>Use the VisualSvn server admin tool, to define your project, team users and permissions, it's very easy task too.</p></li>
<li><p>Install TortoiseSVN on each client machine, and Checkout your files to the project name you defined on SVN server, for example it will look like</p>
<blockquote>
<p><a href="http://mysvnserver:8080/svn/MyFlashProject/" rel="nofollow">http://mysvnserver:8080/svn/MyFlashProject/</a></p>
</blockquote></li>
<li><p>Add your files inside that folder (the on client machine), TortoiseSVN will show you some icons, add the files you want to be included on the project to share with the team, if you have local temp files or whatever that only specific for you machine, you can add them to your igonre list.</p></li>
<li><p>Right click and use commit, now it's the version revision that each user can be updated on his machine.</p></li>
</ol>
<p>that's all :-)</p>
http://stackoverflow.com/questions/1755145/dbgo-or-dbexpress-for-delphi-2010-with-microsoft-sql-server/1755542#17555422Answer by Mohammed Nasman for dbGo or dbExpress for Delphi 2010 with Microsoft SQL ServerMohammed Nasman2009-11-18T12:03:26Z2009-11-18T12:03:26Z<p>For performance reason and future development I will go with dbExpress.</p>
<p>dbExpress has been pushed up since latest version, but dbGo didn't changed since Delphi 5 or 6, and it's include just few fixing with each version, while dbExpress has been getting more improvment with each versions specially in last few releases.</p>
<p>another options is to use <a href="http://www.devart.com/sdac" rel="nofollow">SDAC</a> from DevArt, it's has the best performance and has more advanced features for Sql server compared to other technologies.</p>
http://stackoverflow.com/questions/1702487/firebird-which-driver/1703307#17033072Answer by Mohammed Nasman for Firebird, which driver?Mohammed Nasman2009-11-09T19:50:09Z2009-11-09T19:50:09Z<p>I usually recommended any database components comes from <a href="http://www.devart.com/" rel="nofollow">Devart</a>, because they always have been best of their category.</p>
<p>they have two products support FB, which are <a href="http://www.devart.com/ibdac/" rel="nofollow">IBDac</a> which is direct access components to IB & FB, and <a href="http://www.devart.com/unidac/" rel="nofollow">Unidac</a> which is universal direct access components and has support for IB/FB beside other many like: oracle, SQL server, MySql, PostgreSql and ODBC links too.</p>
<p>Why I recommended them?, because they faster than most of other components, and very stable with great support.</p>
http://stackoverflow.com/questions/1690896/has-anyone-tried-fastreport-net-before/1694106#16941060Answer by Mohammed Nasman for Has Anyone Tried FastReport .Net before?Mohammed Nasman2009-11-07T19:18:15Z2009-11-07T19:18:15Z<p>I have been using fast report since more than 4-5 years, and it's the best reporting tool I have used in my life (compared to Oracle RB, Rave, CrystalReport, QuickReport and others I don't remember).</p>
<p>It's very easy to use, very fast and you could build very complex reports with easy steps.</p>
<p>I use it mainly with Delphi, the product is great, .Net version is newer but going well</p>
http://stackoverflow.com/questions/1661778/is-it-possible-to-use-the-adoquery-result-as-a-string/1661852#16618521Answer by Mohammed Nasman for Is it possible to use the adoquery result as a string?Mohammed Nasman2009-11-02T15:11:49Z2009-11-02T15:11:49Z<p>There's no direct way to do that, however I use AdoQuery.Recordset.GetString to get the record as string, here's an example I use to export the Data to CSV file.</p>
<pre><code>procedure TForm2.btnExportClick(Sender: TObject);
var
Sl :TStringList;
S :string;
begin
if SaveDialog1.Execute then
begin
try
Sl := TStringList.Create;
qryExport.First;
if chkFields.Checked then
Sl.Add(GetFields(qryExport));
Sl.Add(qryExport.Recordset.GetString(2,-1,';'
,#13#10,'(Null)'));
Sl.SaveToFile(SaveDialog1.FileName);
finally
Sl.Free;
end;
end;
end;
function TForm2.GetFields(qry: TADOQuery): string;
var
I : Integer;
S : string;
begin
S := '';
for I := 0 to qry.Fields.Count - 1 do
S := S + qry.Fields[I].FieldName + ';';
Result := S;
end
</code></pre>
http://stackoverflow.com/questions/1656921/what-librairies-exists-to-create-moving-living-ui-in-delphi/1657584#16575843Answer by Mohammed Nasman for What librairies exists to create "moving/living" UI in delphi ?Mohammed Nasman2009-11-01T16:26:24Z2009-11-01T16:26:24Z<p>Do you mean something like <a href="http://www.billeniumsoft.com/bef/index.htm" rel="nofollow">Billenium Effects</a>?</p>
<p><img src="http://www.billeniumsoft.com/bef/images/Rollb.gif" alt="" /></p>
http://stackoverflow.com/questions/1634919/project-load-faster/1635637#16356370Answer by Mohammed Nasman for project load fasterMohammed Nasman2009-10-28T07:24:13Z2009-10-28T07:24:13Z<p>Try to omit the code on the start and initializations sections, and see if there's any improvement, then check which section make your application load slower in this case.</p>
<p>and if you testing the startup time with opening text file, try to replace TMEMO (if you are using it) with <a href="http://synedit.sourceforge.net/" rel="nofollow">SynEdit</a> and it will load the text files a lot faster, even from Notepad ;-).</p>
http://stackoverflow.com/questions/1634832/delphi-2010-or-2007-for-upgrading-delphi-3-project/1635612#16356122Answer by Mohammed Nasman for Delphi 2010 or 2007 for upgrading Delphi 3 project?Mohammed Nasman2009-10-28T07:15:51Z2009-10-28T07:15:51Z<p>D2007 may be easier to upgrade, because you it will not require changes of your code to work probably with Unicode, and if your code doesn't require a lot of PChar and others ANSI dedicated functions, it may work in Delphi2010 without a lot of work.</p>
<p>But if you have time and resources to upgrade to Delphi 2010, it will be better options, because sooner or later version from Delphi 2009 and later will be the standard versions.</p>
<p>Also the IDE productivity is higher in D2010, beside new language additions like generics, anonymous methods and others which make your code better, if you going to rewrite some sections of it.</p>
http://stackoverflow.com/questions/1014145/using-delphi-to-creating-win7-jump-list3Using Delphi to creating Win7 Jump listMohammed Nasman2009-06-18T17:43:24Z2009-10-24T09:27:33Z
<p>I'm trying to create Jump list on windows 7 for my application using Delphi.</p>
<p>I found this c++ code, but I'm not sure how to translate it to Delphi, any help?</p>
<pre><code> void CreateJumpList()
{
ICustomDestinationList *pcdl;
HRESULT hr = CoCreateInstance
(CLSID_DestinationList,
NULL, CLSCTX_INPROC_SERVER,
IID_PPV_ARGS(&pcdl));
if (SUCCEEDED(hr))
{
hr = pcdl->SetAppID(c_szAppID);
if (SUCCEEDED(hr))
{
UINT uMaxSlots;
IObjectArray *poaRemoved;
hr = pcdl->BeginList
(&uMaxSlots, IID_PPV_ARGS(&poaRemoved));
if (SUCCEEDED(hr))
{
hr = _AddCategoryToList(pcdl, poaRemoved);
if (SUCCEEDED(hr))
{
pcdl->CommitList();
}
poaRemoved->Release();
}
}
}
}
// This is the helper function that actually
//appends the items to a collection object HRESULT
_AddCategoryToList(ICustomDestinationList *pcdl,
IObjectArray *poaRemoved)
{
IObjectCollection *poc;
HRESULT hr = CoCreateInstance
(CLSID_EnumerableObjectCollection,
NULL,
CLSCTX_INPROC_SERVER,
IID_PPV_ARGS(&poc));
if (SUCCEEDED(hr))
{
for (UINT i = 0; i < ARRAYSIZE(c_rgpszFiles); i++)
{
IShellItem *psi;
if (SUCCEEDED(SHCreateItemInKnownFolder(
FOLDERID_Documents,
KF_FLAG_DEFAULT,
c_rgpszFiles[i],
IID_PPV_ARGS(&psi))))
{
if(!_IsItemInArray(psi, poaRemoved))
{
poc->AddObject(psi);
}
psi->Release();
}
}
IObjectArray *poa;
hr = poc->QueryInterface(IID_PPV_ARGS(&poa));
if (SUCCEEDED(hr))
{
pcdl->AppendCategory(L"Custom category", poa);
poa->Release();
}
poc->Release();
}
return hr;
}
</code></pre>
http://stackoverflow.com/questions/807219/asp-net-website-looking-fine-in-ie6-but-not-in-ie7-ie81Asp.Net website looking fine in IE6 but not in IE7/IE8Mohammed Nasman2009-04-30T14:33:11Z2009-10-24T07:49:23Z
<p>I have a small website developed using VS2005 and mySQl, it's just 2 webforms and login page.</p>
<p>During the development and testing phase, me and my customer were using IE6, and it was looking fine, we didn't test with other browsers because it's a small application, and just a add-in for large desktop application.</p>
<p>The customer informed me that site doesn't like the same when he installed IE7, for example I have a webfrom that show a page with Gridview that has multiply pages(AllowPaging=On), it doesn't look fine in IE7 and I can't navigate to other pages in Gridview, but it was working fine with IE6, and there's no complicated things, just plan GridView with small formatting.</p>
<p>I installed IE8 and doesn't look fine with it too, even in compatibility mood.</p>
<p>Have anyone faced the same problem?, and what should be the quickest or best solution for that?.</p>
<p>I know, <strong>I SHOULD NEVER USE WEBFORMS AGAIN.</strong></p>
http://stackoverflow.com/questions/1593388/how-do-i-recognize-command-line-parameters-in-my-delphi-program/1593545#15935452Answer by Mohammed Nasman for How do I recognize command-line parameters in my Delphi program?Mohammed Nasman2009-10-20T09:49:47Z2009-10-20T09:49:47Z<p><a href="http://www.sicomponents.com/taskscheduler.html" rel="nofollow">VCL Scheduling Agent</a> is a wrapper for Microsoft Task Scheduler API</p>
http://stackoverflow.com/questions/1548909/delphi-most-successful-applications-developed/1549044#15490446Answer by Mohammed Nasman for Delphi - most successful applications developedMohammed Nasman2009-10-10T20:49:33Z2009-10-10T20:49:33Z<p>Fast list of my head:</p>
<ul>
<li><a href="http://www.embarcadero.com/products/delphi" rel="nofollow">Delphi & C++ Builder IDE</a></li>
<li><a href="http://www.embarcadero.com/products/delphi-for-php" rel="nofollow">Delphi for PHP IDE</a></li>
<li><a href="http://www.feeddemon.com/" rel="nofollow">FeedDemon</a></li>
<li>All <a href="http://dev.mysql.com/downloads/gui-tools/5.0.html" rel="nofollow">MySQL GUI Tools</a> for windows</li>
<li>All <a href="http://www.sqlmaestro.com" rel="nofollow">SQL Maestro</a> Products</li>
<li><a href="http://www.scootersoftware.com/" rel="nofollow">Beyond Compare</a> Windows & Linux versions.</li>
<li><a href="http://www.allroundautomations.com/plsqldev.html" rel="nofollow">PL/SQL Developer</a> which is better than Oracle tools.</li>
</ul>
http://stackoverflow.com/questions/1504661/seo-friendly-urls-with-delphi-isapi/1505072#15050722Answer by Mohammed Nasman for SEO friendly URLs with Delphi ISAPIMohammed Nasman2009-10-01T16:37:41Z2009-10-01T16:37:41Z<p>You don't need to change your code, you need just to use something like <a href="http://www.isapirewrite.com/" rel="nofollow">ISAPI_Rewrite</a> </p>
http://stackoverflow.com/questions/1498658/modifying-a-string-in-resource-of-an-exe/1499072#14990721Answer by Mohammed Nasman for Modifying a string in resource of an exeMohammed Nasman2009-09-30T15:57:46Z2009-09-30T15:57:46Z<p>There's an article talk about this on <a href="http://www.delphi3000.com" rel="nofollow">Delphi3000</a>:</p>
<p><a href="http://www.delphi3000.com/articles/article%5F3215.asp" rel="nofollow">Resources inside .exe files</a></p>
http://stackoverflow.com/questions/1482015/is-there-a-git-plugin-for-the-delphi-ide/1482285#14822856Answer by Mohammed Nasman for Is there a git plugin for the Delphi IDE?Mohammed Nasman2009-09-26T21:56:15Z2009-09-26T22:03:02Z<p>You can use <a href="http://code.google.com/p/tortoisegit" rel="nofollow">TortoiseGit</a> from inside Delphi IDE 2007 and above with the File Browser Feature, TortoiseGit integrate into Windows Explorer, so you will access it's command from File Browse Inside the IDE.</p>
<p>if you have older version than 2007, you can use <a href="http://www.blog.issamsoft.com/index.php?q=en/node/39" rel="nofollow">IBrowser</a> which provide more featuers than File Browser beside support older Delphi versions.</p>
<p>I do the same but with TortoiseSVN</p>
http://stackoverflow.com/questions/1464778/delphi-frames-vs-forms-what-for-multi-document-interface/1465629#14656291Answer by Mohammed Nasman for Delphi, frames vs forms. What for multi-document interface?Mohammed Nasman2009-09-23T12:15:50Z2009-09-23T12:15:50Z<p>I had same decision few years ago for one of our applications, we wanted to make it looks embedded forms, first I used the Frames and I wrote a class to manage it.</p>
<p>Later I found TLMDDisplayForm component from <a href="http://www.lmdinnovative.com/" rel="nofollow">LMDTools</a>, which making embedding forms inside it very easy task, it reduced the code used and we have more features.</p>
<p>one of main goals that we changed from frames to Forms was missing some events of TForm like: OnCreate, OnShow, OnActive which we use for some tasks in our applications, beside missing some properties such as: ActiveControl and other things I don't remember.</p>
<p>If you would like to go with Forms, I suggest you to use <a href="http://www.lmdinnovative.com/" rel="nofollow">LMDTools</a> which make the task easier for you, beside the basic version is free :-)</p>
http://stackoverflow.com/questions/1361613/how-can-i-interrogate-the-delphi-component-palette/1361847#13618476Answer by Mohammed Nasman for How can I interrogate the Delphi component palette?Mohammed Nasman2009-09-01T11:08:32Z2009-09-01T11:08:32Z<p>Try <a href="http://andy.jgknet.de/blog/?page%5Fid=10" rel="nofollow">DDevExtensions 1.61</a>, it add ability to search for components for Delphi from version 5 and above, with other many improvement for the IDE.</p>
http://stackoverflow.com/questions/1277393/delphi-certifications/1282077#12820771Answer by Mohammed Nasman for Delphi certificationsMohammed Nasman2009-08-15T15:02:58Z2009-08-15T15:02:58Z<p>I think they should be more open with certifications like MS, for example you can't join any exam if there's not an exam center near you, they should have an agreements with testing centers like VUE and Prometric as most of companies do.</p>
<p>Also they don't have official Certifications Guide for preparing the exams, instead you have to write here and there from other books to prepare for it.</p>
<p>MS, Oracle and others doing very good in this field, but CodeGear didn't come to any thing compared to them, they should try attract many people to have their certifications.</p>
http://stackoverflow.com/questions/1260670/rich-gui-application-in-delphi/1261628#12616282Answer by Mohammed Nasman for Rich GUI application in DelphiMohammed Nasman2009-08-11T16:52:32Z2009-08-11T16:52:32Z<p><img src="http://www.ksdev.com/vgscene/snapshot/screen1.jpeg" alt="alt text" /></p>
<p>Have you looked at <a href="http://www.ksdev.com/vgscene/snapshot/screen1.jpeg" rel="nofollow">VGScene</a>, it's looks like more as Adobe Flash or Microsoft WPF.</p>
http://stackoverflow.com/questions/1238948/recommended-reporting-tool-for-smaller-applications/1239374#12393742Answer by Mohammed Nasman for Recommended reporting tool for smaller applications?Mohammed Nasman2009-08-06T14:46:37Z2009-08-06T14:46:37Z<p>There's <a href="http://fast-report.com/en/products/free-report-generator-for-delphi.html" rel="nofollow">FreeReport</a> from same company who produced <a href="http://fast-report.com/en/products/report-generator-for-delphi-fastreport-4.html" rel="nofollow">FastReport</a>, if you don't need to much work on reports or complex reports you can use it, and upgrade later to FR.</p>
<p>But my vote for <a href="http://fast-report.com/en/products/report-generator-for-delphi-fastreport-4.html" rel="nofollow">FastReport</a>, it's very easy and you can build the complex reports without a lot of works.</p>
http://stackoverflow.com/questions/1238122/create-an-exact-copy-of-tpanel-on-delphi5/1238448#12384482Answer by Mohammed Nasman for Create an exact copy of TPanel on Delphi5Mohammed Nasman2009-08-06T12:01:45Z2009-08-06T12:01:45Z<p>Code based as iterating on child controls, but not bad in anyway ;-)</p>
<pre><code>procedure TForm1.btn1Click(Sender: TObject);
function CloneComponent(AAncestor: TComponent): TComponent;
var
XMemoryStream: TMemoryStream;
XTempName: string;
begin
Result:=nil;
if not Assigned(AAncestor) then
exit;
XMemoryStream:=TMemoryStream.Create;
try
XTempName:=AAncestor.Name;
AAncestor.Name:='clone_' + XTempName;
XMemoryStream.WriteComponent(AAncestor);
AAncestor.Name:=XTempName;
XMemoryStream.Position:=0;
Result:=TComponentClass(AAncestor.ClassType).Create(AAncestor.Owner);
if AAncestor is TControl then TControl(Result).Parent:=TControl(AAncestor).Parent;
XMemoryStream.ReadComponent(Result);
finally
XMemoryStream.Free;
end;
end;
var
aPanel: TPanel;
Ctrl, Ctrl_: TComponent;
i: integer;
begin
//handle the Control (here Panel1) itself first
TComponent(aPanel) := CloneComponent(pnl1);
with aPanel do
begin
Left := 400;
Top := 80;
end;
//now handle the childcontrols
for i:= 0 to pnl1.ControlCount-1 do begin
Ctrl := TComponent(pnl1.Controls[i]);
Ctrl_ := CloneComponent(Ctrl);
TControl(Ctrl_).Parent := aPanel;
TControl(Ctrl_).Left := TControl(Ctrl).Left;
TControl(Ctrl_).top := TControl(Ctrl).top;
end;
end;
</code></pre>
<p>code from <a href="http://www.delphi3000.com/articles/article%5F4811.asp" rel="nofollow">Delphi3000</a> article</p>
http://stackoverflow.com/questions/1226014/delphi-3-to-sql-2008/1227828#12278281Answer by Mohammed Nasman for Delphi 3 to SQL 2008Mohammed Nasman2009-08-04T14:23:27Z2009-08-04T14:23:27Z<p>You can use ADO without using Ado Components, by importing ActiveX Data Objects Library, but this will require more work.</p>
http://stackoverflow.com/questions/1227646/how-to-get-images-from-url-in-delphi/1227710#12277109Answer by Mohammed Nasman for How to get images from URL in DelphiMohammed Nasman2009-08-04T14:01:30Z2009-08-04T14:11:28Z<p>With help of TMemoryStream and Indy component.</p>
<pre><code>uses
GIFImg;
procedure TForm1.btn1Click(Sender: TObject);
var
MS : TMemoryStream;
GIf: TGIFImage;
begin
MS := TMemoryStream.Create;
GIf := TGIFImage.Create;
try
IdHTTP1.get('http://www.google.com/intl/en_ALL/images/logo.gif',MS);
Ms.Seek(0,soFromBeginning);
Gif.LoadFromStream(MS);
img1.Picture.Assign(GIF);
finally
FreeAndNil(GIF);
FreeAndNil(MS);
end;
end;
</code></pre>
http://stackoverflow.com/questions/1903145/nsis-vs-wix-vs-anyother-installation-package/1909577#1909577Comment by Mohammed Nasman on NSIS Vs WiX Vs AnyOther Installation PackageMohammed Nasman2009-12-16T08:01:55Z2009-12-16T08:01:55ZISTool is the GUI add on for Innosetup, you can write the script directly with InnoSetuphttp://stackoverflow.com/questions/1894128/sql-query-builder-in-delphi/1894502#1894502Comment by Mohammed Nasman on SQL Query builder in DelphiMohammed Nasman2009-12-13T08:04:36Z2009-12-13T08:04:36ZWodzu, AFAIK D2007 R2 or update 3, it's part for data explorer, so it's only available within the IDE, you can't use it with your applications, <a href="http://blog.marcocantu.com/blog/handbook_note_16.html" rel="nofollow">blog.marcocantu.com/blog/handbook_note_16.html/…</a>http://stackoverflow.com/questions/1888239/ttabcontrol-tabs-displayed-right-to-left/1888676#1888676Comment by Mohammed Nasman on TTabControl: tabs displayed right to leftMohammed Nasman2009-12-11T19:50:14Z2009-12-11T19:50:14ZNo'am, Raize will solve your problem at any Delphi version or at any windows, beside it will give you much better interface and more advanced controls.http://stackoverflow.com/questions/1548909/delphi-most-successful-applications-developed/1549044#1549044Comment by Mohammed Nasman on Delphi - most successful applications developedMohammed Nasman2009-11-13T18:59:54Z2009-11-13T18:59:54Z@neonski,It's wonderful tool, I can't use oracle without it :-)http://stackoverflow.com/questions/1548909/delphi-most-successful-applications-developedComment by Mohammed Nasman on Delphi - most successful applications developedMohammed Nasman2009-10-11T21:15:06Z2009-10-11T21:15:06Z@Marco, Not true, I just open skype and check it, and found it still built by Delphi, they also use indy and some of TNT Controls, the C++ version in the Linux and Mac one, and they have been using C++ for non windows version from the start :)http://stackoverflow.com/questions/1548909/delphi-most-successful-applications-developedComment by Mohammed Nasman on Delphi - most successful applications developedMohammed Nasman2009-10-11T16:15:44Z2009-10-11T16:15:44Z@Juparave, Look at skype jobs, they were looking for Delphi developers, not C++Builder ones ;-)http://stackoverflow.com/questions/1548909/delphi-most-successful-applications-developedComment by Mohammed Nasman on Delphi - most successful applications developedMohammed Nasman2009-10-10T20:44:01Z2009-10-10T20:44:01Z@opetrov, use PEID or any other resource utility and will show you that ;-)http://stackoverflow.com/questions/1465931/delphi-chinese-symbols-when-loading-textComment by Mohammed Nasman on [Delphi] Chinese Symbols When Loading TextMohammed Nasman2009-09-23T13:27:44Z2009-09-23T13:27:44ZIf you use Notepad, insure that it save it as ASCII encoding, not UTF8http://stackoverflow.com/questions/1372073/single-user-source-control/1372415#1372415Comment by Mohammed Nasman on Single-user source control?Mohammed Nasman2009-09-03T12:29:21Z2009-09-03T12:29:21ZRight, Team Coherence is written in Delphi.http://stackoverflow.com/questions/1356993/asmx-in-delphi-studio/1357006#1357006Comment by Mohammed Nasman on ASMX in Delphi StudioMohammed Nasman2009-08-31T11:52:55Z2009-08-31T11:52:55ZActually it's removed after Delphi 2007, Delphi 2007 was support .Net v2 while Delphi 2006 supports only .Net 1.1.http://stackoverflow.com/questions/1048982/good-version-control-software-for-delphi-2009/1049044#1049044Comment by Mohammed Nasman on good version control software for Delphi 2009Mohammed Nasman2009-08-18T13:06:34Z2009-08-18T13:06:34ZAs Nick Said, it will be separate project and will be shipped after final version of D2010.
<a href="https://forums.codegear.com/thread.jspa?messageID=144887" rel="nofollow">forums.codegear.com/thread.jspa?messageID=144887/…</a>http://stackoverflow.com/questions/1266135/delphi-4-unable-to-open-a-dpr-file/1266451#1266451Comment by Mohammed Nasman on Delphi 4 Unable to open a .dpr fileMohammed Nasman2009-08-12T14:24:37Z2009-08-12T14:24:37ZYou have to reply to Bruce as a comment, also if his answer was helpful for you and solved your problem, you should accept his answer :-)http://stackoverflow.com/questions/1227646/how-to-get-images-from-url-in-delphi/1228052#1228052Comment by Mohammed Nasman on How to get images from URL in DelphiMohammed Nasman2009-08-04T15:22:24Z2009-08-04T15:22:24ZAdd "uses JPEG ", I made my example with GIF unit, you need to use Jpeg one.http://stackoverflow.com/questions/1227646/how-to-get-images-from-url-in-delphi/1227710#1227710Comment by Mohammed Nasman on How to get images from URL in DelphiMohammed Nasman2009-08-04T14:26:44Z2009-08-04T14:26:44ZTWO NEGATIVES VOTES!!!!!, could you please explain why you vote down ????http://stackoverflow.com/questions/1227646/how-to-get-images-from-url-in-delphi/1227710#1227710Comment by Mohammed Nasman on How to get images from URL in DelphiMohammed Nasman2009-08-04T14:13:36Z2009-08-04T14:13:36ZThanks Rob, I did it in hurry specially the Gif side, I was looking to store the Stream directly into TImage but recognized it's not available.