|
 |
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
|
|
 |
กระทู้ #2314 [Vb] (จาก IP: 124.121.190.4)
ไครก็ได้ช่วยสอน Code VB สั่งเปิด Internet Explorer ไปหน้าที่เรากำหนดไว้ได้ม่ะ
ไครก็ได้ช่วยสอน Code VB คลิก CommandButton สั่งเปิด Internet Explorer ไปหน้าที่เรากำหนดไว้ได้ม่ะ ช่วยบอก Code ทีครับ
ช่วยทีนะครับพึ่งศึกษา
ขอขอบคุณร่วงหน้าครับ
|
จากคุณ
:
ณฐพล / TBC_DoNutZa@hotmail.com [2008-09-25 13:28:54]
|
|
ความคิดเห็น #27132 (จาก IP: 58.8.85.158)
'VB6 Shell "IExplore http://www.hotmail.com"
'or 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 ShellExecute hwnd, "open", "http://www.hotmail.com", vbNullString, vbNullString, SW_SHOWNORMAL
'VB.NET Dim myProcess As New System.Diagnostics.Process Dim cURLSearch = "http://www.google.co.th/search?hl=th&q=" & TextBox1.Text myProcess.StartInfo = New System.Diagnostics.ProcessStartInfo("iexplore", cURLSearch) myProcess.Start() |
จากคุณ
:
ต้น / My9Ton@hotmail.com [2008-09-25 19:46:19]
|
 |
ความคิดเห็น #27233 (จาก IP: 124.121.192.122)
ช่วยสอน Code VB2008 คลิก ImageButtonสั่งเปิด Internet Explorer ไปหน้าที่เรากำหนดไว้ ช่วยบอก Code นาค่ะ
ด่วนมาก
ขอขอบคุณล่วงหน้า |
จากคุณ
:
nuch [2008-11-30 09:40:26]
|
 |
|
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
|
|
|
|
|