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

C#

 
AnswerRe: HELP!!! Crystal Reports Pin
Nagy Vilmos8-Jul-09 4:33
professionalNagy Vilmos8-Jul-09 4:33 
AnswerRe: HELP!!! Crystal Reports Pin
DotNetCoderJunior8-Jul-09 21:42
DotNetCoderJunior8-Jul-09 21:42 
QuestionHTML CAPTURE - OF CURRENT PAGE IN BROWSER Pin
Antone Eason8-Jul-09 3:09
professionalAntone Eason8-Jul-09 3:09 
Questionwebbrowser, how to write my own printing control? Pin
jacekzorek8-Jul-09 2:56
jacekzorek8-Jul-09 2:56 
AnswerRe: webbrowser, how to write my own printing control? Pin
stancrm8-Jul-09 2:59
stancrm8-Jul-09 2:59 
GeneralRe: webbrowser, how to write my own printing control? Pin
jacekzorek8-Jul-09 3:04
jacekzorek8-Jul-09 3:04 
QuestionReference form objects on docked user control and tab control Pin
Wheels0128-Jul-09 2:35
Wheels0128-Jul-09 2:35 
AnswerRe: Reference form objects on docked user control and tab control Pin
musefan8-Jul-09 2:39
musefan8-Jul-09 2:39 
OK think you have lost me a bit.

Are you trying to access controls in one class from another class?
If so, make sure they have an access type that is available outside the class, i.e. 'public'

Better still, Create Properties to the data you wish to manipulate from another class, like...

public string TextBox1Text{
   get{return TextBox1.Text;}
   set{TextBox1.Text = value;}
}


That goes in the same class that has the textbox in.

Life goes very fast. Tomorrow, today is already yesterday.

GeneralRe: Reference form objects on docked user control and tab control Pin
Wheels0128-Jul-09 2:54
Wheels0128-Jul-09 2:54 
GeneralRe: Reference form objects on docked user control and tab control Pin
musefan8-Jul-09 2:59
musefan8-Jul-09 2:59 
GeneralRe: Reference form objects on docked user control and tab control Pin
Wheels0128-Jul-09 3:04
Wheels0128-Jul-09 3:04 
GeneralRe: Reference form objects on docked user control and tab control [modified] Pin
musefan8-Jul-09 3:08
musefan8-Jul-09 3:08 
GeneralRe: Reference form objects on docked user control and tab control Pin
Wheels0128-Jul-09 3:12
Wheels0128-Jul-09 3:12 
GeneralRe: Reference form objects on docked user control and tab control Pin
musefan8-Jul-09 3:15
musefan8-Jul-09 3:15 
Questionloading picture in to picture box Pin
Vivek Vijayan8-Jul-09 2:28
Vivek Vijayan8-Jul-09 2:28 
AnswerRe: loading picture in to picture box Pin
musefan8-Jul-09 2:36
musefan8-Jul-09 2:36 
GeneralRe: loading picture in to picture box Pin
Vivek Vijayan8-Jul-09 2:40
Vivek Vijayan8-Jul-09 2:40 
GeneralRe: loading picture in to picture box Pin
musefan8-Jul-09 2:47
musefan8-Jul-09 2:47 
GeneralRe: loading picture in to picture box Pin
Vivek Vijayan8-Jul-09 5:07
Vivek Vijayan8-Jul-09 5:07 
GeneralRe: loading picture in to picture box Pin
musefan8-Jul-09 5:26
musefan8-Jul-09 5:26 
GeneralRe: loading picture in to picture box Pin
Vivek Vijayan8-Jul-09 6:01
Vivek Vijayan8-Jul-09 6:01 
GeneralRe: loading picture in to picture box Pin
musefan8-Jul-09 6:28
musefan8-Jul-09 6:28 
GeneralRe: loading picture in to picture box Pin
Vivek Vijayan8-Jul-09 6:52
Vivek Vijayan8-Jul-09 6:52 
GeneralRe: loading picture in to picture box Pin
Vivek Vijayan8-Jul-09 6:58
Vivek Vijayan8-Jul-09 6:58 
GeneralRe: loading picture in to picture box Pin
musefan8-Jul-09 7:07
musefan8-Jul-09 7:07 

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.