Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: Adding header to the print of DevExpress Grid Control Pin
Chapooki29-Apr-08 18:10
Chapooki29-Apr-08 18:10 
GeneralDataGridView Issue Pin
Member 400849228-Apr-08 22:38
Member 400849228-Apr-08 22:38 
GeneralRe: DataGridView Issue Pin
dan!sh 28-Apr-08 23:20
professional dan!sh 28-Apr-08 23:20 
GeneralRe: DataGridView Issue Pin
Member 400849229-Apr-08 0:44
Member 400849229-Apr-08 0:44 
GeneralRe: DataGridView Issue Pin
dan!sh 29-Apr-08 1:16
professional dan!sh 29-Apr-08 1:16 
Generalunable to find a version of the runtime to run this application Pin
Muhammad Gouda28-Apr-08 22:29
Muhammad Gouda28-Apr-08 22:29 
GeneralRe: unable to find a version of the runtime to run this application Pin
J a a n s29-Apr-08 5:02
professionalJ a a n s29-Apr-08 5:02 
GeneralAccess Controls from other Classes Pin
softwarejaeger28-Apr-08 22:25
softwarejaeger28-Apr-08 22:25 
Hello,

i have a little problem with some Controls, which i have in Forms, UserControls and so on...
in VB.NET it is possible to access them easily with a code like this:

Dim myControl As MyNewUserControl
myControl.Label1.Text = "here's a text"

... now something like that isn't possible in C#, i cannot access for this example a Label, because all labels and other controls aren't there, i get an error, that these Controls doesnt exists. My Code:

MyNewUserControl myControl = new MyNewUserControl();
myControl.Label1.Text = "here's a text"; //Here it doesn't works

What to do now? Thanks for your help.
General[Message Deleted] Pin
stancrm28-Apr-08 22:39
stancrm28-Apr-08 22:39 
GeneralRe: Access Controls from other Classes Pin
Colin Angus Mackay29-Apr-08 0:24
Colin Angus Mackay29-Apr-08 0:24 
GeneralRe: Access Controls from other Classes Pin
softwarejaeger29-Apr-08 2:33
softwarejaeger29-Apr-08 2:33 
GeneralShortcut key "Ctrl + A" Pin
cocoonwls28-Apr-08 22:00
cocoonwls28-Apr-08 22:00 
GeneralRe: Shortcut key "Ctrl + A" Pin
Simon P Stevens28-Apr-08 22:27
Simon P Stevens28-Apr-08 22:27 
GeneralRe: Shortcut key "Ctrl + A" Pin
cocoonwls28-Apr-08 22:51
cocoonwls28-Apr-08 22:51 
Questionhow to know SQL server Express is installed in XP and Vista ? Pin
Denver Thomas28-Apr-08 21:47
Denver Thomas28-Apr-08 21:47 
AnswerRe: how to know SQL server Express is installed in XP and Vista ? Pin
Zoltan Balazs28-Apr-08 21:58
Zoltan Balazs28-Apr-08 21:58 
AnswerRe: how to know SQL server Express is installed in XP and Vista ? Pin
Bert delaVega29-Apr-08 5:24
Bert delaVega29-Apr-08 5:24 
GeneralGlobal Application Events Pin
leeoze28-Apr-08 21:45
leeoze28-Apr-08 21:45 
GeneralRe: Global Application Events Pin
Muhammad Gouda28-Apr-08 22:34
Muhammad Gouda28-Apr-08 22:34 
GeneralRe: Global Application Events Pin
Simon P Stevens28-Apr-08 22:34
Simon P Stevens28-Apr-08 22:34 
GeneralRe: Global Application Events Pin
leeoze28-Apr-08 22:45
leeoze28-Apr-08 22:45 
GeneralRe: Global Application Events Pin
Simon P Stevens28-Apr-08 22:49
Simon P Stevens28-Apr-08 22:49 
GeneralOne remark though Pin
leeoze5-May-08 1:30
leeoze5-May-08 1:30 
GeneralDatagridView issue Pin
Member 400849228-Apr-08 20:56
Member 400849228-Apr-08 20:56 
GeneralRe: DatagridView issue Pin
Harvey Saayman28-Apr-08 21:05
Harvey Saayman28-Apr-08 21:05 

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.