Click here to Skip to main content
15,922,427 members
Home / Discussions / C#
   

C#

 
GeneralRe: Only .NET 2.0? Pin
Guffa27-Jan-07 0:19
Guffa27-Jan-07 0:19 
GeneralRe: Only .NET 2.0? Pin
AlexZieg7127-Jan-07 0:29
AlexZieg7127-Jan-07 0:29 
QuestionLast OutlockBarApp Simular Visual Studio.Net 2005 Pin
keshtgar26-Jan-07 22:17
keshtgar26-Jan-07 22:17 
Questiongud day everyone!! Pin
giltendezm26-Jan-07 22:04
giltendezm26-Jan-07 22:04 
Questionquestion about SetResolution of bitmap Pin
abstar26-Jan-07 18:28
abstar26-Jan-07 18:28 
AnswerRe: question about SetResolution of bitmap Pin
Christian Graus26-Jan-07 21:38
protectorChristian Graus26-Jan-07 21:38 
QuestionExit a WinForm application at initialization Pin
Glen Harvy26-Jan-07 17:44
Glen Harvy26-Jan-07 17:44 
AnswerRe: Exit a WinForm application at initialization Pin
Syed Muhammad Kamran26-Jan-07 21:21
Syed Muhammad Kamran26-Jan-07 21:21 
GeneralRe: Exit a WinForm application at initialization Pin
Glen Harvy26-Jan-07 22:25
Glen Harvy26-Jan-07 22:25 
GeneralRe: Exit a WinForm application at initialization Pin
Syed Muhammad Kamran26-Jan-07 22:52
Syed Muhammad Kamran26-Jan-07 22:52 
GeneralRe: Exit a WinForm application at initialization Pin
Glen Harvy26-Jan-07 23:14
Glen Harvy26-Jan-07 23:14 
GeneralRe: Exit a WinForm application at initialization Pin
Stefan Troschuetz27-Jan-07 0:17
Stefan Troschuetz27-Jan-07 0:17 
GeneralRe: Exit a WinForm application at initialization Pin
Glen Harvy27-Jan-07 0:55
Glen Harvy27-Jan-07 0:55 
GeneralRe: Exit a WinForm application at initialization Pin
Stefan Troschuetz27-Jan-07 1:06
Stefan Troschuetz27-Jan-07 1:06 
Questionfaq Pin
Ashutosh Kumar Gupta26-Jan-07 17:10
Ashutosh Kumar Gupta26-Jan-07 17:10 
AnswerRe: faq Pin
quiteSmart26-Jan-07 20:01
quiteSmart26-Jan-07 20:01 
AnswerRe: faq Pin
Syed Muhammad Kamran26-Jan-07 21:25
Syed Muhammad Kamran26-Jan-07 21:25 
AnswerRe: faq Pin
Christian Graus26-Jan-07 21:39
protectorChristian Graus26-Jan-07 21:39 
QuestionNeed help with loan interest calculation Pin
apricotsun26-Jan-07 16:12
apricotsun26-Jan-07 16:12 
AnswerRe: Need help with loan interest calculation Pin
Glen Harvy26-Jan-07 18:11
Glen Harvy26-Jan-07 18:11 
GeneralRe: Need help with loan interest calculation Pin
apricotsun27-Jan-07 2:55
apricotsun27-Jan-07 2:55 
QuestionRun client-side web scripts in-memory? Pin
Jasmine250126-Jan-07 13:58
Jasmine250126-Jan-07 13:58 
Question.Net Reactor Pin
Glen Harvy26-Jan-07 13:52
Glen Harvy26-Jan-07 13:52 
QuestionMake a wrapped win32-dialog modal Pin
AlexZieg7126-Jan-07 12:45
AlexZieg7126-Jan-07 12:45 
Hi,

I am just trying to adapt the Extended Common Dialog Box
http://msdn2.microsoft.com/en-us/library/ms996463.aspx
to my needs. Now I have got two problems left:

1. I want this dialog ("GetOpenFileName" from ComDlg32.dll) to appear modal with my Windows-Forms application. It is dangerous that the user can open as many of these dialogs as he wants because the "Open File"-Button of the calling Form is always enabled... I am not very experiences in using Win32-dlls and I have no idea how to approach this problem.

2. If you are a bit familiar with the above msdn-example perhaps you can help me also with this: I changed the dialog to a multi-file-select dialog (adding the AllowMultiSelect-flag). As expected the dialog can only return a few files (as string like e.g.: 'C:\Programs\"test1.txt" "test2.txt"') as const int _MAX_PATH is by default set to only 270. So I changed it to 32768 bytes which is the maximum allowed value as I have learned. But when I now select more files in this dialog it returns nothing!???


Thanks in advance for any idea,
Alex
AnswerRe: Make a wrapped win32-dialog modal Pin
Christian Graus26-Jan-07 13:23
protectorChristian Graus26-Jan-07 13:23 

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.