coba yg ini
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA"
(ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal
lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As
Long
Private Const SW_SHOWNORMAL = 1
Private Sub BukaBrowser(ByVal NamaFile As String)
ShellExecute Me.hwnd, vbNullString, NamaFile, vbNullString, "c:\",
SW_SHOWNORMAL
End Sub
Private Function FileExists(strNamaFile As String) As Boolean
If Dir$(strNamaFile, vbNormal) = "" Then
FileExists = False
Else
FileExists = True
End If
End Function
Private Sub Command1_Click()
Call BukaBrowser("bantuan.html")
End Sub
Ari Setiawan <[EMAIL PROTECTED]> wrote:
haiiiiiii
aku butuh bantuan nih
gimana caranya menampilkan file berbentuk html di internet explorer
lewat tombol button di visual basic tapi filenya berada di hardisk misal drive
C:
tih source codenya gimana yaa
penting banget nih mo buat fasilitas help/ pertolongan pengoperasian program
(software) yang kita buat di visual basic
trimakasih sebelumnya
????
---------------------------------
Ring'em or ping'em. Make PC-to-phone calls as low as 1¢/min with Yahoo!
Messenger with Voice.
[Non-text portions of this message have been removed]
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+
countries) for 2¢/min or less.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Great things are happening at Yahoo! Groups. See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/zCsqlB/TM
--------------------------------------------------------------------~->
Untuk berhenti berlangganan kirim email kosong ke : [EMAIL PROTECTED]
Forum ini berkembang dengan pesat, jika anda memiliki
dedikasi dan waktu, silahkan mengaplikasikan diri
menjadi moderator.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/indoprog-vb/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/