Click here to Skip to main content
15,891,864 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to open excel file for edit and save back into the same file. Pin
dybs13-Mar-10 16:32
dybs13-Mar-10 16:32 
Questionencoding/decoding, still cant figure it out? Pin
stephen.darling11-Mar-10 14:51
stephen.darling11-Mar-10 14:51 
AnswerRe: encoding/decoding, still cant figure it out? Pin
Dr.Walt Fair, PE11-Mar-10 16:00
professionalDr.Walt Fair, PE11-Mar-10 16:00 
GeneralRe: encoding/decoding, still cant figure it out? Pin
Rod Kemp11-Mar-10 16:08
Rod Kemp11-Mar-10 16:08 
AnswerRe: encoding/decoding, still cant figure it out? [modified] Pin
Rod Kemp11-Mar-10 16:03
Rod Kemp11-Mar-10 16:03 
AnswerRe: encoding/decoding, still cant figure it out? [modified] Pin
#realJSOP12-Mar-10 1:55
mve#realJSOP12-Mar-10 1:55 
GeneralRe: encoding/decoding, still cant figure it out? Pin
Rod Kemp12-Mar-10 3:48
Rod Kemp12-Mar-10 3:48 
Questionhow can i enable back newToolStripMenuItem to true Pin
crisjala11-Mar-10 14:03
crisjala11-Mar-10 14:03 
my main form is form1.

<br />
<br />
 private void newToolStripMenuItem_Click(object sender, EventArgs e)<br />
        {<br />
            newToolStripMenuItem.Enabled = false;<br />
<br />
            Form2 frm2 = new Form2();<br />
            frm2.Owner = this;<br />
            frm2.Show();<br />
<br />
<br />


how can i enable back newToolStripMenuItem to true if the form2 to is closed i tried to create if form2 close event but
i can't get the intelisense of newToolStripMenuItem
AnswerRe: how can i enable back newToolStripMenuItem to true Pin
DaveyM6911-Mar-10 14:18
professionalDaveyM6911-Mar-10 14:18 
GeneralRe: how can i enable back newToolStripMenuItem to true Pin
crisjala11-Mar-10 19:27
crisjala11-Mar-10 19:27 
GeneralRe: how can i enable back newToolStripMenuItem to true Pin
crisjala11-Mar-10 20:37
crisjala11-Mar-10 20:37 
GeneralRe: how can i enable back newToolStripMenuItem to true Pin
DaveyM6912-Mar-10 3:51
professionalDaveyM6912-Mar-10 3:51 
QuestionCatch Asynchronous Exception? Pin
Matthew Klein11-Mar-10 9:42
Matthew Klein11-Mar-10 9:42 
AnswerRe: Catch Asynchronous Exception? Pin
AspDotNetDev11-Mar-10 13:36
protectorAspDotNetDev11-Mar-10 13:36 
AnswerRe: Catch Asynchronous Exception? Pin
Luc Pattyn11-Mar-10 13:46
sitebuilderLuc Pattyn11-Mar-10 13:46 
GeneralRe: Catch Asynchronous Exception? Pin
Matthew Klein11-Mar-10 14:18
Matthew Klein11-Mar-10 14:18 
GeneralRe: Catch Asynchronous Exception? Pin
Luc Pattyn11-Mar-10 14:33
sitebuilderLuc Pattyn11-Mar-10 14:33 
QuestionRemoting & Events ("Exception has been thrown by the target of an invocation.”) Pin
bluescreen7611-Mar-10 8:41
bluescreen7611-Mar-10 8:41 
AnswerRemoting & Events ("Exception has been thrown by the target of an invocation.”) - urgent! Pin
bluescreen7616-Mar-10 4:18
bluescreen7616-Mar-10 4:18 
QuestionOutlook addin integration problem with Outlook 2007 Pin
mosh_3311-Mar-10 6:52
mosh_3311-Mar-10 6:52 
QuestionSwitch versus an array of delegates Pin
PIEBALDconsult11-Mar-10 5:36
mvePIEBALDconsult11-Mar-10 5:36 
AnswerRe: Switch versus an array of delegates Pin
Saksida Bojan11-Mar-10 5:43
Saksida Bojan11-Mar-10 5:43 
AnswerRe: Switch versus an array of delegates Pin
Keith Barrow11-Mar-10 5:54
professionalKeith Barrow11-Mar-10 5:54 
GeneralRe: Switch versus an array of delegates Pin
PIEBALDconsult11-Mar-10 6:45
mvePIEBALDconsult11-Mar-10 6:45 
AnswerRe: Switch versus an array of delegates Pin
harold aptroot11-Mar-10 6:00
harold aptroot11-Mar-10 6:00 

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.