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

C#

 
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 
GeneralRe: Make a wrapped win32-dialog modal Pin
AlexZieg7126-Jan-07 22:47
AlexZieg7126-Jan-07 22:47 
AnswerRe: Make a wrapped win32-dialog modal Pin
AlexZieg7127-Jan-07 3:37
AlexZieg7127-Jan-07 3:37 
QuestionFinding word in textbox Pin
conemajstor26-Jan-07 10:26
conemajstor26-Jan-07 10:26 
AnswerRe: Finding word in textbox Pin
Christian Graus26-Jan-07 10:33
protectorChristian Graus26-Jan-07 10:33 
GeneralRe: Finding word in textbox Pin
conemajstor26-Jan-07 10:35
conemajstor26-Jan-07 10:35 
GeneralRe: Finding word in textbox Pin
Christian Graus26-Jan-07 10:40
protectorChristian Graus26-Jan-07 10:40 
AnswerRe: Finding word in textbox Pin
engsrini27-Jan-07 22:39
engsrini27-Jan-07 22:39 
QuestionFiling Combobox with alphabet Pin
conemajstor26-Jan-07 8:34
conemajstor26-Jan-07 8:34 
GeneralRe: Filing Combobox with alphabet Pin
MoustafaS26-Jan-07 8:41
MoustafaS26-Jan-07 8:41 
GeneralRe: Filing Combobox with alphabet Pin
conemajstor26-Jan-07 8:45
conemajstor26-Jan-07 8:45 
GeneralRe: Filing Combobox with alphabet Pin
ednrgc26-Jan-07 9:16
ednrgc26-Jan-07 9:16 
AnswerRe: Filing Combobox with alphabet Pin
bobsugar22226-Jan-07 8:50
bobsugar22226-Jan-07 8:50 
AnswerRe: Filing Combobox with alphabet Pin
Guffa26-Jan-07 9:18
Guffa26-Jan-07 9:18 
GeneralRe: Filing Combobox with alphabet Pin
bobsugar22226-Jan-07 9:22
bobsugar22226-Jan-07 9:22 
GeneralRe: Filing Combobox with alphabet Pin
Christian Graus26-Jan-07 10:34
protectorChristian Graus26-Jan-07 10:34 
GeneralRe: Filing Combobox with alphabet Pin
Guffa26-Jan-07 13:34
Guffa26-Jan-07 13:34 

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.