Click here to Skip to main content
15,915,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: filebrowser/compair Pin
Purple Monk8-Nov-04 2:31
Purple Monk8-Nov-04 2:31 
GeneralRe: filebrowser/compair Pin
Anonymous14-Nov-04 5:22
Anonymous14-Nov-04 5:22 
Questiondiable keys while sendkeys? Pin
anynamewillworkpleasethistime7-Nov-04 2:16
sussanynamewillworkpleasethistime7-Nov-04 2:16 
GeneralTIMER Pin
Anonymous6-Nov-04 18:53
Anonymous6-Nov-04 18:53 
GeneralRe: TIMER Pin
marctonnard7-Nov-04 4:59
marctonnard7-Nov-04 4:59 
GeneralTabControl Pin
Jeeva Jose6-Nov-04 13:43
Jeeva Jose6-Nov-04 13:43 
GeneralTreeview with ordering control Pin
GeneralDisorder6-Nov-04 9:46
GeneralDisorder6-Nov-04 9:46 
GeneralWebBrowser control help Pin
Jvetter72136-Nov-04 5:26
sussJvetter72136-Nov-04 5:26 
I am trying to call a webpage page that streams a text file.
Since the URL is not a direct call to the file, a save dialog box is shown. I can capture the event of when this happens but I dont know how to initiate the save.

Heres what I have:

Private WithEvents objBrowser As New WebBrowser

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
objBrowser.Navigate("http://localhost/binary-write-file.asp")
End Sub

Private Sub objBrowser_FileDownload(ByVal sender As Object, ByVal e As System.EventArgs) Handles objBrowser.FileDownload
'What do I do here? This event is firing fine.
End Sub

Any help would be much appreciated!
Thanks

GeneralHave a problem while create DLL!!!Need Help Pin
john_tran6-Nov-04 3:12
john_tran6-Nov-04 3:12 
GeneralRe: Have a problem while create DLL!!!Need Help Pin
Dave Kreskowiak6-Nov-04 5:43
mveDave Kreskowiak6-Nov-04 5:43 
GeneralRe: Have a problem while create DLL!!!Need Help Pin
john_tran8-Nov-04 2:43
john_tran8-Nov-04 2:43 
GeneralMS Chart Problem Pin
VinayKumarS6-Nov-04 0:10
VinayKumarS6-Nov-04 0:10 
Generalserial port communication in vb Pin
arunkg5-Nov-04 19:04
arunkg5-Nov-04 19:04 
GeneralNeed a little help here Pin
KevinMac5-Nov-04 16:40
KevinMac5-Nov-04 16:40 
QuestionMAPI in VB.Net? Pin
chriscpa5-Nov-04 12:15
chriscpa5-Nov-04 12:15 
AnswerRe: MAPI in VB.Net? Pin
Dave Kreskowiak22-Dec-04 0:59
mveDave Kreskowiak22-Dec-04 0:59 
GeneralAutomatic scrolling scroll bars Pin
jamesbronw5-Nov-04 5:46
jamesbronw5-Nov-04 5:46 
GeneralRe: Automatic scrolling scroll bars Pin
arunkg5-Nov-04 19:08
arunkg5-Nov-04 19:08 
GeneralRe: Automatic scrolling scroll bars Pin
Anonymous6-Nov-04 5:39
Anonymous6-Nov-04 5:39 
GeneralPrinting Files Pin
cwayman5-Nov-04 1:09
cwayman5-Nov-04 1:09 
GeneralRe: Printing Files Pin
cwayman5-Nov-04 3:15
cwayman5-Nov-04 3:15 
GeneralRe: Printing Files Pin
Member 14977515-Nov-04 13:12
Member 14977515-Nov-04 13:12 
GeneralRe: Printing Files Pin
Mekong River5-Nov-04 16:34
Mekong River5-Nov-04 16:34 
GeneralRe: Printing Files Pin
Member 14977516-Nov-04 4:52
Member 14977516-Nov-04 4:52 
GeneralRe: Printing Files Pin
Dave Kreskowiak6-Nov-04 5:39
mveDave Kreskowiak6-Nov-04 5:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.