Click here to Skip to main content
15,867,488 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: VB code equivalent in c#.net... Pin
Steve Echols11-Sep-08 20:19
Steve Echols11-Sep-08 20:19 
GeneralRe: VB code equivalent in c#.net... Pin
K V Sekhar11-Sep-08 20:32
K V Sekhar11-Sep-08 20:32 
AnswerRe: VB code equivalent in c#.net... Pin
Steven A. Lowe14-Sep-08 18:08
Steven A. Lowe14-Sep-08 18:08 
QuestionHow to implement Visual component realations Pin
reza matinnejad11-Sep-08 18:50
reza matinnejad11-Sep-08 18:50 
AnswerRe: How to implement Visual component realations Pin
Ajay.k_Singh14-Sep-08 22:44
Ajay.k_Singh14-Sep-08 22:44 
Questionhow to set visible property of a control when a condition satisfies Pin
srisravani11-Sep-08 7:12
srisravani11-Sep-08 7:12 
AnswerRe: how to set visible property of a control when a condition satisfies Pin
Dave Sexton11-Sep-08 7:33
Dave Sexton11-Sep-08 7:33 
GeneralRe: how to set visible property of a control when a condition satisfies [modified] Pin
srisravani11-Sep-08 15:22
srisravani11-Sep-08 15:22 
yeah. i mean label.visible=true.
but when the window form appears label should not be appear.when a certain button is clicked and operation is done then it should show the label.
like
if clicked flag=1 then
label.visible=true
else
label.visible=false
And i need this using n-tier. i mean the presenter is diff.and the logic ,data are implemented in diff places.so label property should be set in presenter view.as i cant access directly LabelName.Visible=True in the buss tier.It can be accessed in the bussiness tier by using Me.View.LabelName.
I have taken label visibility property false as default.
But i am not getting how to define the property in the presenter(designer.vb)and (codebehind.vb)
i have used View.VisibleControl(Me.View.LabelName,True)
but its not showing the label.i think problem in setting the property.which i am not able to correct it.i just declared the property in the designer.vb. didn't define get set properties of the label.
thank you.

modified on Thursday, September 11, 2008 9:35 PM

GeneralRe: how to set visible property of a control when a condition satisfies Pin
Dave Sexton11-Sep-08 22:56
Dave Sexton11-Sep-08 22:56 
QuestionDisappearing Colors Pin
AeonBlue11-Sep-08 3:37
AeonBlue11-Sep-08 3:37 
AnswerRe: Disappearing Colors Pin
Thomas Stockwell22-Sep-08 6:30
professionalThomas Stockwell22-Sep-08 6:30 
GeneralRe: Disappearing Colors Pin
AeonBlue22-Sep-08 7:14
AeonBlue22-Sep-08 7:14 
Questiondatagridview column header Pin
tindo10-Sep-08 23:16
tindo10-Sep-08 23:16 
AnswerRe: datagridview column header Pin
Dave Sexton11-Sep-08 7:37
Dave Sexton11-Sep-08 7:37 
QuestionDataTimePicker in DataGridView Pin
tungcan5diop10-Sep-08 23:11
tungcan5diop10-Sep-08 23:11 
AnswerRe: DataTimePicker in DataGridView Pin
tindo10-Sep-08 23:34
tindo10-Sep-08 23:34 
GeneralRe: DataTimePicker in DataGridView Pin
tungcan5diop11-Sep-08 15:17
tungcan5diop11-Sep-08 15:17 
Questiongetting values from text boxes Pin
toprogramminguy10-Sep-08 6:32
toprogramminguy10-Sep-08 6:32 
AnswerRe: getting values from text boxes Pin
LionAM10-Sep-08 10:12
LionAM10-Sep-08 10:12 
AnswerRe: getting values from text boxes Pin
nelsonpaixao10-Sep-08 13:22
nelsonpaixao10-Sep-08 13:22 
Questionplease help me how can get online help in visual studio .net 2003 and 2005? Pin
mohammedali20069-Sep-08 8:49
mohammedali20069-Sep-08 8:49 
AnswerRe: please help me how can get online help in visual studio .net 2003 and 2005? Pin
Mycroft Holmes9-Sep-08 22:44
professionalMycroft Holmes9-Sep-08 22:44 
QuestionCustomizing BrowseFolderDialog in .Net 1.1 Pin
Kashif Iqbal Khan8-Sep-08 21:33
Kashif Iqbal Khan8-Sep-08 21:33 
AnswerRe: Customizing BrowseFolderDialog in .Net 1.1 Pin
Thomas Stockwell9-Sep-08 3:02
professionalThomas Stockwell9-Sep-08 3:02 
Questionhow can I adjust the brightness / contrast / color of a usb camera programatically while recording Video Pin
balaji_vbr7-Sep-08 21:24
balaji_vbr7-Sep-08 21:24 

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.