Click here to Skip to main content
15,881,687 members
Home / Discussions / C#
   

C#

 
GeneralRe: Working with LicenseProviderAttribute Pin
Mark Churchill2-Jan-08 3:00
Mark Churchill2-Jan-08 3:00 
GeneralGetting all text in word document Pin
Tarek Jabri1-Jan-08 4:20
Tarek Jabri1-Jan-08 4:20 
GeneralRe: Getting all text in word document Pin
beatles16921-Jan-08 5:47
beatles16921-Jan-08 5:47 
GeneralRe: Getting all text in word document Pin
Giorgi Dalakishvili1-Jan-08 9:15
mentorGiorgi Dalakishvili1-Jan-08 9:15 
Generalproblem in object splitting Pin
chanzeb1-Jan-08 2:43
chanzeb1-Jan-08 2:43 
GeneralRe: problem in object splitting Pin
beatles16921-Jan-08 6:01
beatles16921-Jan-08 6:01 
QuestionExchanging varibles between forms? Pin
DSdragondude1-Jan-08 1:58
DSdragondude1-Jan-08 1:58 
AnswerRe: Exchanging varibles between forms? Pin
beatles16921-Jan-08 6:11
beatles16921-Jan-08 6:11 
Hi It's possible Smile | :)
If you want to have some global variables that you can access from all of your forms you can implement them as static variables.
If you want to pass some info from some form to another here is my suggestion:
Have a constructor that accepts the variables as its arguments or you can have some properties for your form and pass the variables using them.Here's a better way that I suggest .Implement a context object that has the variables that you'd like to pass in it.then you can pass the context object between you form using one of the ways I mentioned.
AnswerRe: Exchanging varibles between forms? Pin
Giorgi Dalakishvili1-Jan-08 9:08
mentorGiorgi Dalakishvili1-Jan-08 9:08 
GeneralPrinting Problem Pin
alimohammed1-Jan-08 0:59
alimohammed1-Jan-08 0:59 
GeneralWriting BLOB from Database to WordFile using C# Pin
Dev Motiramani31-Dec-07 23:22
Dev Motiramani31-Dec-07 23:22 
GeneralRe: Writing BLOB from Database to WordFile using C# Pin
beatles16921-Jan-08 5:39
beatles16921-Jan-08 5:39 
GeneralDatabase connections Pin
Martin Marvinski31-Dec-07 17:13
Martin Marvinski31-Dec-07 17:13 
GeneralRe: Database connections Pin
PIEBALDconsult31-Dec-07 18:36
mvePIEBALDconsult31-Dec-07 18:36 
GeneralRe: Database connections Pin
beatles16921-Jan-08 5:21
beatles16921-Jan-08 5:21 
GeneralRe: Database connections Pin
beatles16921-Jan-08 5:32
beatles16921-Jan-08 5:32 
GeneralRe: Database connections Pin
Pete O'Hanlon1-Jan-08 10:38
mvePete O'Hanlon1-Jan-08 10:38 
QuestionDrag and Drop Picture boxes? Pin
DSdragondude31-Dec-07 9:41
DSdragondude31-Dec-07 9:41 
QuestionC# application written for Access 2003, will it work on 2007? Pin
Skcheng31-Dec-07 8:15
Skcheng31-Dec-07 8:15 
AnswerRe: C# application written for Access 2003, will it work on 2007? Pin
Paul Conrad31-Dec-07 8:40
professionalPaul Conrad31-Dec-07 8:40 
GeneralRe: C# application written for Access 2003, will it work on 2007? Pin
Skcheng31-Dec-07 12:00
Skcheng31-Dec-07 12:00 
GeneralRe: C# application written for Access 2003, will it work on 2007? Pin
Paul Conrad31-Dec-07 13:05
professionalPaul Conrad31-Dec-07 13:05 
Questionmsagent output voice file Pin
Muammar©31-Dec-07 7:41
Muammar©31-Dec-07 7:41 
GeneralRe: msagent output voice file Pin
Dave Kreskowiak31-Dec-07 9:10
mveDave Kreskowiak31-Dec-07 9:10 
GeneralRe: msagent output voice file Pin
Muammar©31-Dec-07 18:40
Muammar©31-Dec-07 18:40 

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.