Arsip: FullScreen

more 13 years ago
MrLee
pada properties nya form itu ada window state ;
ubah jadi WS Maximum;
??????????

more 13 years ago
nolabel_id
Ubah properties form nya aja....
BorderStyle := bsNone;
WindowState := wsMaximized;

more 13 years ago
ImanD
request pke syntax ya,
procedure TForm1.FormCreate(Sender: TObject);
begin
Top:=0;
Left:=0;
Width:=GetSystemMetrics(SM_CXSCREEN);
Height:=GetSystemMetrics(SM_CYSCREEN);
end;

more 13 years ago
mas_kofa
@ImanD kalo pake ini bs gak ya...???
procedure TForm1.FormCreate(Sender: TObject);
begin
position := poscreencenter;
height := screen.Height;
width := screen.Width;
end;

more 13 years ago
ImanD
@mas_kofa
sama az ko tegantung kita pengennya yg mana! klo mas_kofa setting center kemudian atur tinggi dan lebar
klo aku atur posisi atas am posisi kiri kemudian atur lebar dan tinggi. toh secara logica sama az!

more 13 years ago
mas_kofa
kalau yang ini ? form1.align := alClient;siiippppppppppp.....itu lebih bagus........and simple....
more ...
- Pages:
- 1
reply |
Report Obsolete
Last Articles
- Project Group dalam Lazarus
- FastPlaz Database Explorer
- Release: FastPlaz Super Mom v0.12.22
- PascalClass #3: Web Development with Free Pascal
- Makna Pascal di Pascal Indonesia
- Kulgram : Instalasi Lazarus di Perangkat Berbasis ARM
- PascalClass #1: Analisa Database dan Machine Learning
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
- Mengenal OXYGENE – Pascal For .NET
- PascalTalk #5: UX: Research, Design and Engineer
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 months ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 4 months ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 5 months ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 5 months ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 5 months ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 5 months ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 1 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 8 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 8 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 8 years ago
Random Topic
- Delphi dan fuzzytech
by vicksinhaler in Enginering more 13 years ago - filter untuk menghitung record
by idhiel in Enginering more 8 years ago - Popup Menu ??
by Grandong in Tip n Trik Pemrograman more 13 years ago - program pembagian harta warisan
by alung in Hal umum tentang Pascal Indonesia more 12 years ago - [ask] untuk login form
by ymulia in Network, Files, I/O & System more 14 years ago - Parser & Interpreter, ada yg pernah bikin?
by DelphiExpert in Tip n Trik Pemrograman more 14 years ago - Access Violation ....???
by coacoac in Tip n Trik Pemrograman more 13 years ago - tanya reporting
by ygmarta in Tip n Trik Pemrograman more 9 years ago - program stok untuk masakan
by mbahdien in Tip n Trik Pemrograman more 13 years ago - Buat Downloader
by mas_kofa in Network, Files, I/O & System more 13 years ago