Click here to Skip to main content
15,898,612 members
Home / Discussions / C#
   

C#

 
JokeRe: Inheritance Pin
Luc Pattyn10-Apr-08 6:30
sitebuilderLuc Pattyn10-Apr-08 6:30 
GeneralRe: Inheritance Pin
PIEBALDconsult10-Apr-08 5:17
mvePIEBALDconsult10-Apr-08 5:17 
QuestionHow to add a Worksheet to a Workbook in Excel Pin
Walaza10-Apr-08 2:34
Walaza10-Apr-08 2:34 
QuestionAccessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 2:11
Programm3r10-Apr-08 2:11 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 2:50
mvePete O'Hanlon10-Apr-08 2:50 
QuestionRe: Accessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 2:54
Programm3r10-Apr-08 2:54 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 3:01
mvePete O'Hanlon10-Apr-08 3:01 
QuestionRe: Accessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 3:12
Programm3r10-Apr-08 3:12 
Hmmm ... So The code below will create a new instance of the first form, right? Now wouldn't that throw away any data / text that would remain on the first form?

...
    private MyNamespace1.MyForm _form     
    public MyForm2()    
    {      
       _form = new MyNamespace1.MyForm();      
       _form.MyValue = "Weyhey.";    
    }
...




The only programmers that are better that C programmers are those who code in 1's and 0's Green Alien | [Alien]


Smile | :) Programm3r

My Blog: ^_^

GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 4:46
mvePete O'Hanlon10-Apr-08 4:46 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Luc Pattyn10-Apr-08 4:54
sitebuilderLuc Pattyn10-Apr-08 4:54 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Jesse Squire10-Apr-08 3:06
Jesse Squire10-Apr-08 3:06 
QuestionDataGridView scrolling Problem Pin
Member 464310110-Apr-08 2:03
Member 464310110-Apr-08 2:03 
QuestionConverting Word .doc to image file Pin
kensai10-Apr-08 1:38
kensai10-Apr-08 1:38 
GeneralRe: Converting Word .doc to image file Pin
Christian Graus10-Apr-08 1:42
protectorChristian Graus10-Apr-08 1:42 
GeneralRe: Converting Word .doc to image file Pin
Pete O'Hanlon10-Apr-08 2:01
mvePete O'Hanlon10-Apr-08 2:01 
GeneralPassing Image data between forms Pin
hbez10-Apr-08 1:03
hbez10-Apr-08 1:03 
GeneralRe: Passing Image data between forms Pin
Pete O'Hanlon10-Apr-08 1:13
mvePete O'Hanlon10-Apr-08 1:13 
GeneralRe: Passing Image data between forms Pin
Christian Graus10-Apr-08 1:32
protectorChristian Graus10-Apr-08 1:32 
QuestionHow to form regexp for ommiting hidden folders? Pin
Yoyosch10-Apr-08 0:54
Yoyosch10-Apr-08 0:54 
AnswerRe: How to form regexp for ommiting hidden folders? Pin
Christian Graus10-Apr-08 1:33
protectorChristian Graus10-Apr-08 1:33 
AnswerRe: How to form regexp for ommiting hidden folders? Pin
Pete O'Hanlon10-Apr-08 1:42
mvePete O'Hanlon10-Apr-08 1:42 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Christian Graus10-Apr-08 1:51
protectorChristian Graus10-Apr-08 1:51 
AnswerRe: How to form regexp for ommiting hidden folders? Pin
Yoyosch10-Apr-08 2:05
Yoyosch10-Apr-08 2:05 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Pete O'Hanlon10-Apr-08 2:51
mvePete O'Hanlon10-Apr-08 2:51 
GeneralRe: How to form regexp for ommiting hidden folders? Pin
Dave Kreskowiak10-Apr-08 3:52
mveDave Kreskowiak10-Apr-08 3:52 

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.