Dear Petrus,
Coba ketikkan syntax berikut : ========== Private Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long) As Long Private sub Command1_Click Dim strBuffer As String * 1024, RetVal RetVal = GetWindowsDirectory(strBuffer, 1024) LblWinDir.Caption = strBuffer Dim a a = Shell(Trim(LblWinDir.Caption) & "\winhlp32.exe " & [PathFileHelp], vbMaximizedFocus) End sub ========== Catatan : kalo path file help di dalam folder yang ada spasinya, maka harus ditambahi petik ganda Semoga membantu Best Regards, Dhani Aristyawan, S.Kom. EDP Supervisor PT. Trias Sentosa, Tbk. Desa Keboharan KM 26 Krian - Sidoarjo _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of petrus Purba Sent: Monday, September 25, 2006 4:26 PM To: [email protected] Subject: [indoprog-vb] gian info Please gimana caranya panggil file.hlp dari form di visual basic ada yang pernah trims --------------------------------- All-new Yahoo! Mail - Fire up a more powerful email and get things done faster. [Non-text portions of this message have been removed] [Non-text portions of this message have been removed] Untuk berhenti berlangganan kirim email kosong ke : [EMAIL PROTECTED] Bagi terjangkit virus lokal, zip virus tersebut dan kirim ke [EMAIL PROTECTED], kami akan membuat removalnya untuk anda. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indoprog-vb/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/indoprog-vb/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/
