Click here to Skip to main content
16,016,643 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Is there a way out? Pin
Luc Pattyn29-Sep-07 12:59
sitebuilderLuc Pattyn29-Sep-07 12:59 
GeneralRe: Is there a way out? Pin
twsted f830-Sep-07 2:53
twsted f830-Sep-07 2:53 
AnswerRe: Is there a way out? Pin
Christian Graus29-Sep-07 14:16
protectorChristian Graus29-Sep-07 14:16 
GeneralRe: Is there a way out? Pin
Indrora30-Sep-07 8:11
Indrora30-Sep-07 8:11 
QuestionHow to get keystrokes Pin
SNUSER29-Sep-07 5:50
SNUSER29-Sep-07 5:50 
AnswerRe: How to get keystrokes Pin
Dave Kreskowiak29-Sep-07 11:54
mveDave Kreskowiak29-Sep-07 11:54 
QuestionPlaying System AVI Pin
LloydA11129-Sep-07 0:58
LloydA11129-Sep-07 0:58 
AnswerRe: Playing System AVI Pin
Dave Kreskowiak29-Sep-07 3:28
mveDave Kreskowiak29-Sep-07 3:28 
You'd have to launch the shell's file copy routine to get it's dialog to show up, then your code would have to wait for the window to pop up, get it's window handle, then you can change it's parent window to a control on your form.

You can use this[^] wrapper library to use the shell API to do that copy, BUT be warned! Since the animation window only pops up if the copy operation exceeds a couple of seconds, you might never see the window show up!

The other possibililty is to write you own file/folder copying code on a seperate thread, then put up your own file copy animation graphic, which, of course, you'd have to make yourself.


A guide to posting questions on CodeProject[^]

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


GeneralRe: Playing System AVI Pin
LloydA11129-Sep-07 3:35
LloydA11129-Sep-07 3:35 
QuestionLine deflection in 2D Pin
Yasin78629-Sep-07 0:51
Yasin78629-Sep-07 0:51 
AnswerRe: Line deflection in 2D Pin
Christian Graus29-Sep-07 0:57
protectorChristian Graus29-Sep-07 0:57 
AnswerRe: Line deflection in 2D Pin
Dave Kreskowiak29-Sep-07 3:16
mveDave Kreskowiak29-Sep-07 3:16 
AnswerRe: Line deflection in 2D Pin
DanB198329-Sep-07 9:21
DanB198329-Sep-07 9:21 
QuestionControlPaint Pin
freefika29-Sep-07 0:15
freefika29-Sep-07 0:15 
AnswerRe: ControlPaint Pin
Dave Kreskowiak29-Sep-07 3:09
mveDave Kreskowiak29-Sep-07 3:09 
GeneralRe: ControlPaint Pin
freefika29-Sep-07 4:47
freefika29-Sep-07 4:47 
GeneralRe: ControlPaint Pin
Dave Kreskowiak29-Sep-07 5:14
mveDave Kreskowiak29-Sep-07 5:14 
GeneralRe: ControlPaint Pin
freefika29-Sep-07 5:38
freefika29-Sep-07 5:38 
QuestionBook Name Pin
sivaraman_sankaranarayanan28-Sep-07 23:42
sivaraman_sankaranarayanan28-Sep-07 23:42 
AnswerRe: Book Name Pin
Christian Graus29-Sep-07 0:25
protectorChristian Graus29-Sep-07 0:25 
GeneralRe: Book Name Pin
Paul Conrad29-Sep-07 7:05
professionalPaul Conrad29-Sep-07 7:05 
AnswerRe: Book Name Pin
Dave Kreskowiak29-Sep-07 3:07
mveDave Kreskowiak29-Sep-07 3:07 
GeneralRe: Book Name Pin
GuyThiebaut29-Sep-07 6:15
professionalGuyThiebaut29-Sep-07 6:15 
GeneralRe: Book Name Pin
Paul Conrad29-Sep-07 7:07
professionalPaul Conrad29-Sep-07 7:07 
GeneralRe: Book Name Pin
Dave Kreskowiak29-Sep-07 7:49
mveDave Kreskowiak29-Sep-07 7:49 

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.