Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
QuestionHow do I determine the end-of-file in a spreadsheet/excel application Pin
Walaza6-Mar-08 6:15
Walaza6-Mar-08 6:15 
AnswerRe: How do I determine the end-of-file in a spreadsheet/excel application Pin
Jimmanuel6-Mar-08 7:30
Jimmanuel6-Mar-08 7:30 
GeneralRe: How do I determine the end-of-file in a spreadsheet/excel application Pin
Walaza6-Mar-08 19:47
Walaza6-Mar-08 19:47 
GeneralRe: How do I determine the end-of-file in a spreadsheet/excel application Pin
Jimmanuel7-Mar-08 2:52
Jimmanuel7-Mar-08 2:52 
GeneralAssociate File Extension with Internet Explorer Pin
Brad Wick6-Mar-08 6:12
Brad Wick6-Mar-08 6:12 
GeneralRe: Associate File Extension with Internet Explorer Pin
Not Active6-Mar-08 8:00
mentorNot Active6-Mar-08 8:00 
GeneralOpening a form inside other form Pin
NewToAspDotNet6-Mar-08 6:07
NewToAspDotNet6-Mar-08 6:07 
GeneralRe: Opening a form inside other form Pin
#realJSOP6-Mar-08 6:09
professional#realJSOP6-Mar-08 6:09 
Just do this:

MyOtherForm myOtherForm = new MyOtherForm();
myOtherForm.Show(); // I think this is the right method to call to make it show up



"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


GeneralRe: Opening a form inside other form Pin
NewToAspDotNet6-Mar-08 6:53
NewToAspDotNet6-Mar-08 6:53 
GeneralRe: Opening a form inside other form Pin
Dan Neely6-Mar-08 7:02
Dan Neely6-Mar-08 7:02 
GeneralRe: Opening a form inside other form Pin
Anthony Mushrow6-Mar-08 7:08
professionalAnthony Mushrow6-Mar-08 7:08 
GeneralRe: Opening a form inside other form Pin
Luc Pattyn6-Mar-08 7:30
sitebuilderLuc Pattyn6-Mar-08 7:30 
GeneralRe: Opening a form inside other form Pin
darkelv6-Mar-08 15:49
darkelv6-Mar-08 15:49 
GeneralWindows Service Question Pin
#realJSOP6-Mar-08 5:57
professional#realJSOP6-Mar-08 5:57 
GeneralRe: Windows Service Question Pin
Ernest Laurentin6-Mar-08 6:31
Ernest Laurentin6-Mar-08 6:31 
GeneralRe: Windows Service Question Pin
#realJSOP6-Mar-08 7:20
professional#realJSOP6-Mar-08 7:20 
GeneralRe: Windows Service Question Pin
Ernest Laurentin6-Mar-08 7:26
Ernest Laurentin6-Mar-08 7:26 
GeneralRe: Windows Service Question Pin
#realJSOP6-Mar-08 8:34
professional#realJSOP6-Mar-08 8:34 
GeneralRe: Windows Service Question Pin
PIEBALDconsult6-Mar-08 7:01
mvePIEBALDconsult6-Mar-08 7:01 
GeneralRe: Windows Service Question Pin
#realJSOP6-Mar-08 7:17
professional#realJSOP6-Mar-08 7:17 
GeneralRe: Windows Service Question Pin
PIEBALDconsult6-Mar-08 9:50
mvePIEBALDconsult6-Mar-08 9:50 
GeneralRe: Windows Service Question Pin
#realJSOP6-Mar-08 10:31
professional#realJSOP6-Mar-08 10:31 
GeneralRe: Windows Service Question Pin
PIEBALDconsult6-Mar-08 16:48
mvePIEBALDconsult6-Mar-08 16:48 
Generalreference a C++ dll in a C# program Pin
steve_rm6-Mar-08 5:42
steve_rm6-Mar-08 5:42 
GeneralRe: reference a C++ dll in a C# program [modified] Pin
Ernest Laurentin6-Mar-08 7:02
Ernest Laurentin6-Mar-08 7:02 

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.