Click here to Skip to main content
15,903,203 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCan I read the physical drive sectors in hex? Pin
Big Ralph8-Jan-08 4:21
Big Ralph8-Jan-08 4:21 
AnswerRe: Can I read the physical drive sectors in hex? Pin
Dave Kreskowiak9-Jan-08 3:33
mveDave Kreskowiak9-Jan-08 3:33 
QuestionHow to recognise words and split who have no space like "helloworld" should be "hello " and "world" Pin
Rizwan Bashir8-Jan-08 2:22
Rizwan Bashir8-Jan-08 2:22 
AnswerRe: How to recognise words and split who have no space like "helloworld" should be "hello " and "world" Pin
Steven J Jowett8-Jan-08 2:38
Steven J Jowett8-Jan-08 2:38 
Generali need help with webbrowser download visual basic 6 Pin
MEIRB1118-Jan-08 2:15
MEIRB1118-Jan-08 2:15 
GeneralRe: i need help with webbrowser download visual basic 6 Pin
Dave Kreskowiak9-Jan-08 3:28
mveDave Kreskowiak9-Jan-08 3:28 
GeneralRe: i need help with webbrowser download visual basic 6 Pin
MEIRB11110-Jan-08 1:20
MEIRB11110-Jan-08 1:20 
GeneralRe: i need help with webbrowser download visual basic 6 Pin
Dave Kreskowiak10-Jan-08 2:27
mveDave Kreskowiak10-Jan-08 2:27 
OK, I see what your getting at now.

You have two problems.

1) The webbrowser control doesn't expose any methods to get the URL of a file download in progress, nor does it doesn't expose any methods to know that a file download is currently in progress.

2) If you close your app, all the child windows close with it, even the file downloads. You cannot prevent this.

Under the .NET Framework 2.0 and above, there is a FileDownload event that tells your code when a seperate file download starts. I don't think event exists in the version you're using.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralControl Selection & Resizing at Runtime Pin
for12068-Jan-08 1:26
for12068-Jan-08 1:26 
GeneralRe: Control Selection & Resizing at Runtime Pin
Dave Kreskowiak9-Jan-08 3:26
mveDave Kreskowiak9-Jan-08 3:26 
GeneralRe: Control Selection & Resizing at Runtime Pin
student_rhr27-Feb-08 3:57
student_rhr27-Feb-08 3:57 
QuestionIs this the Right way to handle Concurrency ? Pin
Vimalsoft(Pty) Ltd7-Jan-08 22:50
professionalVimalsoft(Pty) Ltd7-Jan-08 22:50 
AnswerRe: Is this the Right way to handle Concurrency ? Pin
Paddy Boyd8-Jan-08 0:52
Paddy Boyd8-Jan-08 0:52 
GeneralRe: Is this the Right way to handle Concurrency ? Pin
Vimalsoft(Pty) Ltd8-Jan-08 1:19
professionalVimalsoft(Pty) Ltd8-Jan-08 1:19 
AnswerRe: Is this the Right way to handle Concurrency ? Pin
Dave Kreskowiak9-Jan-08 3:17
mveDave Kreskowiak9-Jan-08 3:17 
GeneralAdding control in MSFlexgrid Pin
aaraaayen7-Jan-08 22:21
aaraaayen7-Jan-08 22:21 
GeneralRe: Adding control in MSFlexgrid Pin
Dave Kreskowiak9-Jan-08 3:09
mveDave Kreskowiak9-Jan-08 3:09 
GeneralThe Following Code gives this Error "Object reference not set to an instance of an object." Pin
Vimalsoft(Pty) Ltd7-Jan-08 19:34
professionalVimalsoft(Pty) Ltd7-Jan-08 19:34 
GeneralRe: The Following Code gives this Error "Object reference not set to an instance of an object." Pin
Christian Graus7-Jan-08 21:30
protectorChristian Graus7-Jan-08 21:30 
GeneralRe: The Following Code gives this Error "Object reference not set to an instance of an object." Pin
Vimalsoft(Pty) Ltd7-Jan-08 21:47
professionalVimalsoft(Pty) Ltd7-Jan-08 21:47 
GeneralRe: The Following Code gives this Error "Object reference not set to an instance of an object." Pin
Christian Graus7-Jan-08 22:00
protectorChristian Graus7-Jan-08 22:00 
GeneralRe: The Following Code gives this Error "Object reference not set to an instance of an object." Pin
Vimalsoft(Pty) Ltd7-Jan-08 22:18
professionalVimalsoft(Pty) Ltd7-Jan-08 22:18 
GeneralBackup and Restore Pin
vaani7-Jan-08 19:00
vaani7-Jan-08 19:00 
GeneralRe: Backup and Restore Pin
Vimalsoft(Pty) Ltd7-Jan-08 21:00
professionalVimalsoft(Pty) Ltd7-Jan-08 21:00 
Questionthinstall Pin
Tauseef A7-Jan-08 18:45
Tauseef A7-Jan-08 18:45 

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.