Click here to Skip to main content
15,921,905 members
Home / Discussions / C#
   

C#

 
GeneralScrollbar in a TabPage Pin
mathon25-Oct-04 22:55
mathon25-Oct-04 22:55 
GeneralRe: Scrollbar in a TabPage Pin
mathon26-Oct-04 2:34
mathon26-Oct-04 2:34 
Generalwav over modem Pin
rpussewela25-Oct-04 19:20
rpussewela25-Oct-04 19:20 
GeneralRe: wav over modem Pin
Dave Kreskowiak26-Oct-04 0:47
mveDave Kreskowiak26-Oct-04 0:47 
GeneralRe: wav over modem Pin
Chuck Richards2-Jun-11 8:50
Chuck Richards2-Jun-11 8:50 
QuestionFolderBrowser cannot use? Pin
azusakt25-Oct-04 18:09
azusakt25-Oct-04 18:09 
AnswerRe: FolderBrowser cannot use? Pin
Stefan Troschuetz25-Oct-04 21:28
Stefan Troschuetz25-Oct-04 21:28 
AnswerRe: FolderBrowser cannot use? Pin
Heath Stewart25-Oct-04 21:45
protectorHeath Stewart25-Oct-04 21:45 
That's a UITypeEditor and is meant only for use at design-time.

As Stefan mentioned, if you can upgrade to the .NET 1.1 Framework (and remember they install side-by-side) you can use the FolderBrowserDialog. If you must support .NET 1.0 you'll need to P/Invoke SHBrowseForFolder or interop with the shell32.dll COM server. For both methods, there are articles here on CodeProject. I recommend searching for "SHBrowseForFolder" since P/Invoking that shell method would give you the most control with the smaller dependency.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: FolderBrowser cannot use? Pin
Nick Parker26-Oct-04 7:45
protectorNick Parker26-Oct-04 7:45 
GeneralRe: FolderBrowser cannot use? Pin
azusakt26-Oct-04 15:37
azusakt26-Oct-04 15:37 
QuestionGlobal variables in windows forms??? Pin
oakcool25-Oct-04 17:02
oakcool25-Oct-04 17:02 
AnswerRe: Global variables in windows forms??? Pin
Carl Mercier25-Oct-04 17:44
Carl Mercier25-Oct-04 17:44 
AnswerRe: Global variables in windows forms??? Pin
Alex Korchemniy25-Oct-04 19:31
Alex Korchemniy25-Oct-04 19:31 
AnswerRe: Global variables in windows forms??? Pin
Dave Kreskowiak26-Oct-04 0:36
mveDave Kreskowiak26-Oct-04 0:36 
GeneralRe: Global variables in windows forms??? Pin
oakcool27-Oct-04 13:28
oakcool27-Oct-04 13:28 
AnswerRe: Global variables in windows forms??? Pin
Gary Thom26-Oct-04 4:40
Gary Thom26-Oct-04 4:40 
Generalneed help with optical character recognition Pin
tom_dx25-Oct-04 14:20
tom_dx25-Oct-04 14:20 
GeneralRe: need help with optical character recognition Pin
Christian Graus25-Oct-04 14:33
protectorChristian Graus25-Oct-04 14:33 
GeneralSendInput Pin
Keith La Force25-Oct-04 13:06
Keith La Force25-Oct-04 13:06 
GeneralRe: SendInput [EDITED] Pin
Dave Kreskowiak25-Oct-04 15:05
mveDave Kreskowiak25-Oct-04 15:05 
GeneralRe: SendInput [EDITED] Pin
Keith La Force25-Oct-04 15:55
Keith La Force25-Oct-04 15:55 
GeneralRe: SendInput Pin
Heath Stewart25-Oct-04 21:59
protectorHeath Stewart25-Oct-04 21:59 
GeneralRe: SendInput Pin
Keith La Force26-Oct-04 12:44
Keith La Force26-Oct-04 12:44 
GeneralRe: SendInput Pin
Heath Stewart27-Oct-04 13:32
protectorHeath Stewart27-Oct-04 13:32 
GeneralOverride string toString() --HELP Pin
Member 138504925-Oct-04 12:24
Member 138504925-Oct-04 12:24 

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.