Click here to Skip to main content
15,891,721 members
Home / Discussions / C#
   

C#

 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
Ashfield5-Aug-08 8:26
Ashfield5-Aug-08 8:26 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
Guffa4-Aug-08 21:42
Guffa4-Aug-08 21:42 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
PIEBALDconsult5-Aug-08 3:26
mvePIEBALDconsult5-Aug-08 3:26 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
nelsonpaixao5-Aug-08 13:32
nelsonpaixao5-Aug-08 13:32 
QuestionHow to finalize an object with an internal Thread ? Pin
ofeririko4-Aug-08 11:38
ofeririko4-Aug-08 11:38 
AnswerRe: How to finalize an object with an internal Thread ? Pin
led mike4-Aug-08 12:09
led mike4-Aug-08 12:09 
AnswerRe: How to finalize an object with an internal Thread ? Pin
Guffa4-Aug-08 12:32
Guffa4-Aug-08 12:32 
Questionobject oriented(class inheritance)??????? Pin
mr.mohsen4-Aug-08 10:57
mr.mohsen4-Aug-08 10:57 
hi friends
i have a question about object oriented(class inheritance)
i have a windows application with c# that in this application i have 2 forms. these 2 forms have few methods i show you below.
========> form1
public partial class form1:Form
{
public form1()
{
InitializeComponent();
}
public void change_value_label(string new_value)
{
lbl.Text=new_value;//this label defined as private controll for this form
}
}
=========>form2
public partial class form2:Form
{
public form2()
{
InitializeComponent();
}
private void subject_Load(object sender, EventArgs e)
{
//in this area code i want to write a code that call change_value_label method of form1 , but i can't
// if i create a new object of form1 then i can call the method but with this way i cannot change the value of the label on form1
//and if i declare change_value_label method on form1 as static method then on the method i cannot access to the label because this controll is not static and i //cannot define the label as static control
//please tell me what do i have to do to solve this problem?
}
}
form1 and form2 are showing at te same time because this two forms are children forms.
thank u.

nobody help you...
you have to help you yourself
and this is success way.

AnswerRe: object oriented(class inheritance)??????? Pin
DaveyM694-Aug-08 11:03
professionalDaveyM694-Aug-08 11:03 
AnswerRe: object oriented(class inheritance)??????? Pin
DaveyM694-Aug-08 11:08
professionalDaveyM694-Aug-08 11:08 
AnswerRe: object oriented(class inheritance)??????? Pin
CodingYoshi4-Aug-08 12:37
CodingYoshi4-Aug-08 12:37 
QuestionModify a file with a write only lock Pin
StevenWalsh4-Aug-08 10:38
StevenWalsh4-Aug-08 10:38 
AnswerRe: Modify a file with a write only lock Pin
Paul Conrad4-Aug-08 10:43
professionalPaul Conrad4-Aug-08 10:43 
QuestionTrying to set the printer in printdialog Pin
baranils4-Aug-08 10:33
baranils4-Aug-08 10:33 
QuestionPDF Library Pin
CodingYoshi4-Aug-08 10:18
CodingYoshi4-Aug-08 10:18 
AnswerRe: PDF Library Pin
Pete O'Hanlon4-Aug-08 10:27
mvePete O'Hanlon4-Aug-08 10:27 
GeneralRe: PDF Library Pin
Paul Conrad4-Aug-08 10:41
professionalPaul Conrad4-Aug-08 10:41 
GeneralRe: PDF Library Pin
Pete O'Hanlon4-Aug-08 10:45
mvePete O'Hanlon4-Aug-08 10:45 
GeneralRe: PDF Library Pin
Paul Conrad4-Aug-08 10:49
professionalPaul Conrad4-Aug-08 10:49 
GeneralRe: PDF Library Pin
CodingYoshi4-Aug-08 12:30
CodingYoshi4-Aug-08 12:30 
GeneralRe: PDF Library Pin
ramyanaidu4-Aug-08 17:56
ramyanaidu4-Aug-08 17:56 
QuestionImage Path From Image List Pin
vayanan4-Aug-08 8:08
vayanan4-Aug-08 8:08 
AnswerRe: Image Path From Image List Pin
C1AllenS4-Aug-08 8:52
C1AllenS4-Aug-08 8:52 
GeneralRe: Image Path From Image List Pin
User 66584-Aug-08 9:19
User 66584-Aug-08 9:19 
GeneralRe: Image Path From Image List Pin
vayanan4-Aug-08 11:18
vayanan4-Aug-08 11:18 

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.