2 instantiations of ProgressDialog
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Devices\Network.UploadFile.vb (1)
293
dialog = New
ProgressDialog
With {
Microsoft\VisualBasic\Devices\NetworkUtilities.vb (1)
75
Return New
ProgressDialog
With {
16 references to ProgressDialog
Microsoft.VisualBasic.Forms (16)
Microsoft\VisualBasic\Devices\Network.DownloadFile.vb (1)
349
Dim dialog As
ProgressDialog
= GetProgressDialog(address.AbsolutePath, fullFilename, showUI)
Microsoft\VisualBasic\Devices\Network.UploadFile.vb (1)
291
Dim dialog As
ProgressDialog
= Nothing
Microsoft\VisualBasic\Devices\NetworkUtilities.vb (5)
24
''' Posts a message to close the <see cref="
ProgressDialog
"/>.
26
Friend Sub CloseProgressDialog(dialog As
ProgressDialog
)
56
''' Centralize setup a <see cref="
ProgressDialog
"/> to be used with FileDownload and FileUpload.
62
''' <see langword="New"/> <see cref="
ProgressDialog
"/> if InteractiveEnvironment <see langword="True"/>
68
showUI As Boolean) As
ProgressDialog
Microsoft\VisualBasic\MyServices\FileSystemProxy.vb (6)
144
''' displaying <see cref="Internal.
ProgressDialog
"/> and confirmation dialogs if specified,
180
''' displaying <see cref="Internal.
ProgressDialog
"/> and confirmation messages if specified,
282
''' displaying <see cref="Internal.
ProgressDialog
"/> and confirmation messages if specified,
314
''' displaying <see cref="Internal.
ProgressDialog
"/> and confirmation messages if specified,
511
''' Delete the given file, with options to show <see cref="Internal.
ProgressDialog
"/>, delete to recycle bin,
554
''' Delete the given file, with options to show <see cref="Internal.
ProgressDialog
"/>, delete to recycle bin.
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
124
Dim resources As New ComponentResourceManager(GetType(
ProgressDialog
))
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (2)
15
Private WithEvents _progressDialog As
ProgressDialog
35
Public Sub New(client As WebClient, dialog As
ProgressDialog
)