Click here to Skip to main content
15,920,956 members
Home / Discussions / C#
   

C#

 
QuestionAdd uninstaller to install directory and shortcuts Pin
Ollie198622-Mar-07 23:47
Ollie198622-Mar-07 23:47 
AnswerRe: Add uninstaller to install directory and shortcuts Pin
Kashif Iqbal Khan24-Mar-07 4:23
Kashif Iqbal Khan24-Mar-07 4:23 
QuestionCombine 'open file' and 'open folder' dialog Pin
nathan722-Mar-07 23:34
nathan722-Mar-07 23:34 
AnswerRe: Combine 'open file' and 'open folder' dialog Pin
Keshav V. Kamat22-Mar-07 23:53
Keshav V. Kamat22-Mar-07 23:53 
GeneralRe: Combine 'open file' and 'open folder' dialog Pin
Stefan Troschuetz23-Mar-07 0:10
Stefan Troschuetz23-Mar-07 0:10 
AnswerRe: Combine 'open file' and 'open folder' dialog Pin
Keshav V. Kamat22-Mar-07 23:56
Keshav V. Kamat22-Mar-07 23:56 
AnswerRe: Combine 'open file' and 'open folder' dialog Pin
Stefan Troschuetz23-Mar-07 0:15
Stefan Troschuetz23-Mar-07 0:15 
AnswerRe: Combine 'open file' and 'open folder' dialog Pin
joon vh.23-Mar-07 0:59
joon vh.23-Mar-07 0:59 
Almost every program that I know of that has this functionality has split it up.
f.e. winamp (add file/add dir), Visual Studio (open file/open site), ... and I think the reason is indeed that it does not exist. I wouldn't make my own OpenFileDialog because it would never be as good (and widely supported) as the one in Windows. It also assures future support from the MS side of this operation.


(Someone posted in the lounge about Adobe using non-standard OpenFileDialogs, and it not working properly due to that in Vista. That's just plain silly... like a silly hillbilly)



Visual Studio can't evaluate this, can you?
public object moo<br />
        {<br />
__get { return moo; }<br />
__set { moo = value; }<br />
}

AnswerRe: Combine 'open file' and 'open folder' dialog Pin
Vikram A Punathambekar23-Mar-07 2:33
Vikram A Punathambekar23-Mar-07 2:33 
QuestionWebBrowser Control --How to use this control Pin
pashitech22-Mar-07 23:31
pashitech22-Mar-07 23:31 
AnswerRe: WebBrowser Control --How to use this control Pin
Keshav V. Kamat23-Mar-07 0:14
Keshav V. Kamat23-Mar-07 0:14 
AnswerRe: WebBrowser Control --How to use this control Pin
joon vh.23-Mar-07 0:53
joon vh.23-Mar-07 0:53 
Questiongenerate xsd Pin
darkcalin22-Mar-07 23:26
darkcalin22-Mar-07 23:26 
AnswerRe: generate xsd Pin
Stefan Troschuetz22-Mar-07 23:33
Stefan Troschuetz22-Mar-07 23:33 
GeneralRe: generate xsd Pin
darkcalin22-Mar-07 23:47
darkcalin22-Mar-07 23:47 
GeneralRe: generate xsd Pin
Stefan Troschuetz23-Mar-07 1:20
Stefan Troschuetz23-Mar-07 1:20 
QuestionRoll back all the Data. Pin
Joshi Rahul22-Mar-07 23:08
Joshi Rahul22-Mar-07 23:08 
Questionhow to show (Application)Process in on Desktop [modified] Pin
Sanjib Raj22-Mar-07 23:05
Sanjib Raj22-Mar-07 23:05 
Questionis there any substitute for AxInterop.SHDocVw.dll and Interop.SHDocVw.dll Pin
Saira Tanwir22-Mar-07 23:04
Saira Tanwir22-Mar-07 23:04 
AnswerRe: is there any substitute for AxInterop.SHDocVw.dll and Interop.SHDocVw.dll Pin
Keshav V. Kamat23-Mar-07 0:06
Keshav V. Kamat23-Mar-07 0:06 
GeneralRe: is there any substitute for AxInterop.SHDocVw.dll and Interop.SHDocVw.dll Pin
Saira Tanwir23-Mar-07 0:38
Saira Tanwir23-Mar-07 0:38 
QuestionMaximizing/restoring a window [modified] Pin
triff22-Mar-07 23:02
triff22-Mar-07 23:02 
QuestionNo Subject Pin
Saira Tanwir22-Mar-07 23:00
Saira Tanwir22-Mar-07 23:00 
Questionhow to make buttons in cell not resize with column? Pin
nathan722-Mar-07 22:59
nathan722-Mar-07 22:59 
AnswerRe: how to make buttons in cell not resize with column? Pin
Stefan Troschuetz22-Mar-07 23:11
Stefan Troschuetz22-Mar-07 23:11 

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.