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

C#

 
GeneralRe: Combobox - Add Object's name property, not Object's name Pin
Seraphin4-Jun-05 8:33
Seraphin4-Jun-05 8:33 
Generaltable-level topological sort problem Pin
erdsah884-Jun-05 5:28
erdsah884-Jun-05 5:28 
GeneralXML Manipulation Pin
Member 17843034-Jun-05 3:44
Member 17843034-Jun-05 3:44 
GeneralSelecting directory and file together from OpenFileDialog Pin
Anonymous4-Jun-05 3:15
Anonymous4-Jun-05 3:15 
GeneralChanging name of "Open" button in OpenFileDialog Pin
Anonymous4-Jun-05 3:10
Anonymous4-Jun-05 3:10 
GeneralRe: Changing name of "Open" button in OpenFileDialog Pin
Dario Solera4-Jun-05 4:07
Dario Solera4-Jun-05 4:07 
GeneralRe: Changing name of "Open" button in OpenFileDialog Pin
MoustafaS4-Jun-05 4:18
MoustafaS4-Jun-05 4:18 
GeneralRe: Changing name of "Open" button in OpenFileDialog Pin
Andy Moore6-Jun-05 7:58
Andy Moore6-Jun-05 7:58 
It is possible but you have to use P/Invoke to create this dialog from scratch using the GetOpenFileName() call and the OPENFILENAME structure from the Win32 platform SDK on MSDN. In the OPENFILENAME structure specify a hook procedure for the lpfnHookProc data item. In this hook procedure capture the WM_INITDIALOG message, get the handle to the OK button, and call SetWindowText to change the name from "Open" to something else.

I hope this helps.

Human beings were not meant to sit in little cubicles staring at computer screens all day, filling out useless forms and listening to eight different bosses drone on about about mission statements. -- Peter Gibbons
QuestionHow to update value in Hashtable Pin
Member 20184464-Jun-05 0:09
Member 20184464-Jun-05 0:09 
AnswerRe: How to update value in Hashtable Pin
Colin Angus Mackay4-Jun-05 0:22
Colin Angus Mackay4-Jun-05 0:22 
GeneralDoubt regarding usage of 'this' Pin
manivannan.p3-Jun-05 23:54
manivannan.p3-Jun-05 23:54 
GeneralRe: Doubt regarding usage of 'this' Pin
S. Senthil Kumar4-Jun-05 0:06
S. Senthil Kumar4-Jun-05 0:06 
GeneralRe: Doubt regarding usage of 'this' Pin
WillemM4-Jun-05 0:08
WillemM4-Jun-05 0:08 
GeneralRe: Doubt regarding usage of 'this' Pin
Colin Angus Mackay4-Jun-05 0:21
Colin Angus Mackay4-Jun-05 0:21 
GeneralRe: Doubt regarding usage of 'this' Pin
Carsten Zeumer4-Jun-05 7:50
Carsten Zeumer4-Jun-05 7:50 
GeneralRe: Doubt regarding usage of 'this' Pin
Scott Serl4-Jun-05 12:08
Scott Serl4-Jun-05 12:08 
GeneralTimer message queue Pin
sammyh3-Jun-05 23:32
sammyh3-Jun-05 23:32 
GeneralRe: Timer message queue Pin
Carsten Zeumer4-Jun-05 1:39
Carsten Zeumer4-Jun-05 1:39 
GeneralRe: Timer message queue Pin
S. Senthil Kumar4-Jun-05 2:19
S. Senthil Kumar4-Jun-05 2:19 
Generala stupid and basic question about members Pin
Green Fuze3-Jun-05 23:04
Green Fuze3-Jun-05 23:04 
GeneralRe: a stupid and basic question about members Pin
S. Senthil Kumar3-Jun-05 23:26
S. Senthil Kumar3-Jun-05 23:26 
GeneralRe: a stupid and basic question about members Pin
Green Fuze5-Jun-05 5:52
Green Fuze5-Jun-05 5:52 
GeneralRe: a stupid and basic question about members Pin
WillemM4-Jun-05 0:14
WillemM4-Jun-05 0:14 
GeneralRegular expression Pin
Virendrak3-Jun-05 22:05
Virendrak3-Jun-05 22:05 
GeneralRe: Regular expression Pin
Carsten Zeumer3-Jun-05 23:42
Carsten Zeumer3-Jun-05 23:42 

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.