Arsip: load/open microsoft word

more 16 years ago
muttaqin_taufan
tolong sintak open/load microsoft word? saya buat informasi/keterangan program di word gimana supaya dengan tombol ato button langsung muncul word info prog saya,kayak file informasi gto.di dlphi komponen yang dipake apa tonlong intruksinya juga ya plesssssssssss! :wink:

more 16 years ago
bagussb
coba
ShellExecute(Handle,'Open','file.doc',nil,PAnsiChar(ExtractFilePath(Application.ExeName)),SW_MAXIMIZED);

more 16 years ago
belajaraja
di uses nya di tambahin
uses ShellApi;
procedure TForm1.Button1Click(Sender: TObject); begin ShellExecute(Handle, 'open', 'C:\....\....exe', nil, nil, SW_SHOWNORMAL) ; end;

more 16 years ago
muttaqin_taufan
karena saya belum tulis uses shellapi program eror karena shellexecute belum diinisialkan bertipe apa.shellexecute,handler itu apa.'file.doc' di isi seperti itu ato diisi nma file dan tipenya.ext ractfilepath tulisannya ada spasi ato sambung.

more 16 years ago
belajaraja
Salam
uses ShellApi;
procedure TForm1.Button1Click(Sender: TObject); begin ShellExecute(Handle, 'open', 'C:\windos\NOTEPAD.EXE', nil, nil, SW_SHOWNORMAL) ; end;C:\windows\notepad.exe itu diganti sama program yang mau mas pake Salam
more ...
- Pages:
- 1
reply |
Report Obsolete
Last Articles
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 2 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 2 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 3 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 3 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 3 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 3 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 3 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 11 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 11 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 11 years ago
Random Topic
- E-book Delphi 2005
by Samurey in MySQL more 16 years ago - manampilkan data DB Grid ketika di mark up
by divanda in Hal umum tentang Pascal Indonesia more 16 years ago - uses Unit
by ichan29 in Tip n Trik Pemrograman more 13 years ago - ada yg pernah punya masalah dengan Rollback gak??
by cyan in FireBird more 15 years ago - Port Untuk Ngegunain Sensor
by saysansay in OOT more 17 years ago - Ellipsis button di kolomnya DBgrid ga muncul...
by Random in Hal umum tentang Pascal Indonesia more 16 years ago - tulung..tulung
by alvonz in MsSQL more 14 years ago - Borland Technology Day, ada yg ikut?
by LuriDarmawan in OOT more 17 years ago - nanya dapetin teks di cell DBGrid yang diklik
by b3g1n312 in MsSQL more 16 years ago - DETEKSI REMOVABLE DISK???
by n3o_cybertech in Tip n Trik Pemrograman more 16 years ago