Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
QuestionHow to get values stored in Scripting.Dictionary instance. Pin
Christian Merritt28-Jan-03 3:33
Christian Merritt28-Jan-03 3:33 
AnswerRe: How to get values stored in Scripting.Dictionary instance. Pin
Richard Deeming28-Jan-03 4:05
mveRichard Deeming28-Jan-03 4:05 
GeneralRe: How to get values stored in Scripting.Dictionary instance. Pin
Christian Merritt28-Jan-03 6:04
Christian Merritt28-Jan-03 6:04 
GeneralReflection not reflecting! Pin
FruitBatInShades28-Jan-03 2:57
FruitBatInShades28-Jan-03 2:57 
GeneralRe: Reflection not reflecting! Pin
Heath Stewart28-Jan-03 3:52
protectorHeath Stewart28-Jan-03 3:52 
GeneralRe: Reflection not reflecting! Pin
FruitBatInShades29-Jan-03 2:37
FruitBatInShades29-Jan-03 2:37 
Questionhow to hide/disable Form.Close "X" ? Pin
Chris Richner28-Jan-03 2:56
Chris Richner28-Jan-03 2:56 
AnswerRe: how to hide/disable Form.Close "X" ? Pin
Heath Stewart28-Jan-03 3:44
protectorHeath Stewart28-Jan-03 3:44 
To keep the window from closing, handle the Form.Closing event and set the CancelEventArgs.Cancel member to true. As far as disabling the Close button, MSDN suggests removing the Close system menu item from the control bar. To do this, you'll need to P/Invoke GetSystemMenu from user32.dll and RemoveMenu from user32.dll. See "Q184686" in Microsoft KB. It's in VB, but the concept is the same.

"Well, I wouldn't say I've been missing it, Bob." - Peter Gibbons
GeneralRe: how to hide/disable Form.Close "X" ? Pin
Chris Richner28-Jan-03 4:25
Chris Richner28-Jan-03 4:25 
GeneralRe: how to hide/disable Form.Close "X" ? Pin
Chris Richner29-Jan-03 22:42
Chris Richner29-Jan-03 22:42 
Generaleasy ToolBar q. Pin
jtmtv1828-Jan-03 0:18
jtmtv1828-Jan-03 0:18 
GeneralRe: easy ToolBar q. Pin
Chris Richner28-Jan-03 3:08
Chris Richner28-Jan-03 3:08 
QuestionOfficeApp (Word, Excel, Outlook) as MdiChild in my MdiForm ? Pin
Chris Richner27-Jan-03 22:38
Chris Richner27-Jan-03 22:38 
GeneralSave a drawing on the disk Pin
moshu27-Jan-03 22:31
moshu27-Jan-03 22:31 
GeneralRe: Save a drawing on the disk Pin
Heath Stewart28-Jan-03 3:56
protectorHeath Stewart28-Jan-03 3:56 
GeneralOpen MSProject2000 inside a windows form Pin
Member 20085527-Jan-03 17:06
Member 20085527-Jan-03 17:06 
GeneralCall DLL From C#app OK. But SOAP no. Pin
Dato27-Jan-03 15:14
Dato27-Jan-03 15:14 
GeneralBest Way to Move very Large Float[,] across TCP/IP Pin
Deane27-Jan-03 14:04
Deane27-Jan-03 14:04 
GeneralRe: Best Way to Move very Large Float[,] across TCP/IP Pin
Nathan Blomquist27-Jan-03 17:51
Nathan Blomquist27-Jan-03 17:51 
GeneralRe: Best Way to Move very Large Float[,] across TCP/IP Pin
Deane27-Jan-03 18:12
Deane27-Jan-03 18:12 
GeneralRe: Best Way to Move very Large Float[,] across TCP/IP Pin
Nathan Blomquist28-Jan-03 14:57
Nathan Blomquist28-Jan-03 14:57 
Generalcopy paste problems with MDI Pin
Gerosa27-Jan-03 6:45
Gerosa27-Jan-03 6:45 
General1 FCL question and 1 general question Pin
Q&A27-Jan-03 6:28
Q&A27-Jan-03 6:28 
GeneralRe: 1 FCL question and 1 general question Pin
Richard Deeming27-Jan-03 7:02
mveRichard Deeming27-Jan-03 7:02 
GeneralFile Actions Pin
Waleed Zedan27-Jan-03 4:26
Waleed Zedan27-Jan-03 4:26 

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.