Pazartesi Åžub 06

Ajax Kullanımı (Videolu)

Kısa bir açıklama ile eklenmiş güzel bir video sizleri bekliyor

Devamını oku: Ajax Kullanımı (Videolu)

WebBrowser kullanarak sayfanın html kodlarını kaydetme

WebBrowser kullanarak sayfanın html kodlarını kaydetmek için yazılacak kod

Uses MSHTML,... ;
Var   iall : IHTMLElement;

procedure TForm1.Button3Click(Sender: TObject);
begin
if Assigned(WebBrowser1.Document) then
begin
iall := (WebBrowser1.Document AS IHTMLDocument2).body;

Devamını oku: WebBrowser kullanarak sayfanın html kodlarını kaydetme

Database Kullanımı Dictionary Oluşturma (İngilizce Video)

 Datase Bağlantı ve Dictionary oluşturma ve kullanmayı anlatan güzel bir video dosyası

 

Devamını oku: Database Kullanımı Dictionary Oluşturma (İngilizce Video)

Delphi Couldn`t perform the edit because another user changed the record

Couldn`t perform the edit because another user changed the record problemi yaşayan arkadaşlara önerim

 table veya query beforupdate procedure ne

Devamını oku: Delphi Couldn`t perform the edit because another user changed the record

Delphi7 WebForm Doldurma ve Submit etme

Web sayfalarındaki Form doldurmak  ve istediğiniz formu (aynı anda 2 veya daha fazlası varsa) submit etmek için kullanacağınız güzel bir kod.

Kod Kullanmaya başlamadan önce eklenecek satırlar

Uses MSHTML,... ;
Var   iall : IHTMLElement;

function FillForm(WebBrowser: TWebBrowser; FieldName: string; Value: string): Boolean;
var
i, j: Integer;
FormItem: Variant;
begin
Result := False;

for I := 0 to WebBrowser.OleObject.Document.forms.Length - 1 do
begin
FormItem := WebBrowser.OleObject.Document.forms.Item(I);
for j := 0 to FormItem.Length - 1 do
begin

 

Devamını oku: Delphi7 WebForm Doldurma ve Submit etme

Sayfa 1 / 3

BeÄŸendin mi? PaylaÅŸ!