Click here to Skip to main content
16,005,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: calendar control Pin
Dave Kreskowiak18-Jun-04 4:47
mveDave Kreskowiak18-Jun-04 4:47 
GeneralRe: calendar control Pin
Vicetta18-Jun-04 4:57
Vicetta18-Jun-04 4:57 
GeneralRe: calendar control Pin
Dave Kreskowiak18-Jun-04 5:19
mveDave Kreskowiak18-Jun-04 5:19 
GeneralRe: calendar control Pin
Vicetta21-Jun-04 21:44
Vicetta21-Jun-04 21:44 
GeneralSystemTray Pin
Yoseikan18-Jun-04 3:15
Yoseikan18-Jun-04 3:15 
GeneralRe: SystemTray Pin
Yoseikan18-Jun-04 3:53
Yoseikan18-Jun-04 3:53 
GeneralFolder Browse Dialog Control Pin
mphanides18-Jun-04 0:22
mphanides18-Jun-04 0:22 
GeneralRe: Folder Browse Dialog Control Pin
Dave Kreskowiak18-Jun-04 5:10
mveDave Kreskowiak18-Jun-04 5:10 
Mark Phanides wrote:
But I can't find a way of adding the FolderBrowserDialog, or its individual components on to my form. Is this possible?

No, it's not. But, you could create your own version of the dialog by inheriting from CommonDialog and adding the controls you want. To find out how the FolderBrowserDialog works, you can use .NET Reflector[^] to disassemble the code in the FolderBrowserDialog class and examine how that implementation works.

Now, with the standard FolderBrowserDialog, the user just has to right-click in the folder list to get the context menu and create a New/Folder, or you could just set the NewFolderButton property to True to tell the Dialog to display one itself. Navigate back is easy enough with the folder path dropdown list at the top of the dialog.

But, I don't know what you mean by "toggle view"? What view?


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralPackage & Deployment wizard Pin
syed saba17-Jun-04 23:59
syed saba17-Jun-04 23:59 
GeneralRe: Package & Deployment wizard Pin
Dave Kreskowiak18-Jun-04 3:26
mveDave Kreskowiak18-Jun-04 3:26 
GeneralRe: Package & Deployment wizard Pin
Ian Darling18-Jun-04 3:47
Ian Darling18-Jun-04 3:47 
GeneralRe: Package & Deployment wizard Pin
Dave Kreskowiak18-Jun-04 4:20
mveDave Kreskowiak18-Jun-04 4:20 
GeneralApplication won't quit Pin
PaleyX17-Jun-04 23:04
PaleyX17-Jun-04 23:04 
GeneralRe: Application won't quit Pin
Dave Kreskowiak18-Jun-04 3:23
mveDave Kreskowiak18-Jun-04 3:23 
GeneralRe: Application won't quit Pin
PaleyX18-Jun-04 3:56
PaleyX18-Jun-04 3:56 
GeneralRe: Application won't quit Pin
Dave Kreskowiak18-Jun-04 4:17
mveDave Kreskowiak18-Jun-04 4:17 
GeneralRe: Application won't quit Pin
PaleyX21-Jun-04 10:40
PaleyX21-Jun-04 10:40 
GeneralRe: Application won't quit Pin
Dave Kreskowiak21-Jun-04 11:36
mveDave Kreskowiak21-Jun-04 11:36 
GeneralRe: Application won't quit Pin
PaleyX21-Jun-04 11:58
PaleyX21-Jun-04 11:58 
QuestionCheck internet connection??? Pin
mythinky17-Jun-04 22:22
mythinky17-Jun-04 22:22 
AnswerRe: Check internet connection??? Pin
Dave Kreskowiak18-Jun-04 3:17
mveDave Kreskowiak18-Jun-04 3:17 
Generalwildcard string searches Pin
dmbf1b517-Jun-04 17:01
dmbf1b517-Jun-04 17:01 
GeneralData form wizard Pin
tabarta17-Jun-04 16:03
tabarta17-Jun-04 16:03 
GeneralRe: Data form wizard Pin
Dave Kreskowiak18-Jun-04 2:51
mveDave Kreskowiak18-Jun-04 2:51 
GeneralRe: Data form wizard Pin
tabarta22-Jun-04 14:37
tabarta22-Jun-04 14:37 

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.