Ʌüsal Konu tarihi: 14 Kasım 2011 Paylaş Konu tarihi: 14 Kasım 2011 Foma 1 ədəd Dialogs menyusundan ColorDialog komponenti əlavə edin.1 ədəd Button və 1 ədəd Editbox və ya Label əlavə edə bilərsiniz. Button 1-ə klik edin və kodu yazın. function ColorToHtml(DColor:TColor):string; var tmpRGB : TColorRef; begin tmpRGB := ColorToRGB(DColor); Result:=Format(\'2x%.2x%.2x%.2x\', [GetRValue(tmpRGB), GetGValue(tmpRGB), GetBValue(tmpRGB)]); end; {function ColorToHtml} begin if ColorDialog1.Execute then Edit1.text:=ColorToHtml(ColorDialog1.Color); 4.jpg Alıntı - Laptop ve Desktop Anakartlarin temiri - BIOS yazilmasi - Sifreli SuperUser BIOS-larin silinmesi - Kicik chiplerin deyisidrilmesi - BGA Chiplerin deyisdirilmesi (GPU/CPU/FCH/PCH/HM ve s) Link to comment Share on other sites More sharing options...
Rauf-SDTK Mesaj tarihi: 6 Mayıs 2012 Paylaş Mesaj tarihi: 6 Mayıs 2012 Tesekkurler. Alıntı Link to comment Share on other sites More sharing options...
nurik111 Mesaj tarihi: 7 Mayıs 2012 Paylaş Mesaj tarihi: 7 Mayıs 2012 cox sagol Alıntı Link to comment Share on other sites More sharing options...
Recommended Posts
Sohbete katıl
Şimdi mesajını gönderebilir ve daha sonra kayıt olabilirsin. Bir hesabın varsa, hesabınla göndermek için şimdi oturum aç.