Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: word 2007 template application Pin
benjymous12-Aug-09 0:44
benjymous12-Aug-09 0:44 
GeneralRe: word 2007 template application Pin
padmanabhan N12-Aug-09 0:47
padmanabhan N12-Aug-09 0:47 
QuestionHow was use namedpipes to communicate with other application in a network? Pin
svt gdwl11-Aug-09 23:46
svt gdwl11-Aug-09 23:46 
AnswerRe: How was use namedpipes to communicate with other application in a network? Pin
stancrm12-Aug-09 0:10
stancrm12-Aug-09 0:10 
GeneralRe: How was use namedpipes to communicate with other application in a network? Pin
svt gdwl12-Aug-09 0:50
svt gdwl12-Aug-09 0:50 
GeneralRe: How was use namedpipes to communicate with other application in a network? Pin
stancrm12-Aug-09 0:54
stancrm12-Aug-09 0:54 
Questionaccessing controls of one form in another form Pin
MahaKh11-Aug-09 22:56
MahaKh11-Aug-09 22:56 
AnswerRe: accessing controls of one form in another form [modified] Pin
OriginalGriff11-Aug-09 23:41
mveOriginalGriff11-Aug-09 23:41 
I am a little confused as too what you want to do, so check if this is correct.

You have two forms:

a) form2 which contains a DataGridView that gets the table from a database.

b) form3 which does some other procesing and wants to supply information to the DataGridView of form2.

c) form3 cannot access the DataGridView of form2.

If this is the case, then it is bad practice to access such members of form2, as it means that form3 becomes reliant on the internal structure of form2. A change to form2 requires a change in form3, which means that form3 cannot be reused easily.

The better way to do this is for form3 to signal an event to form2 ("Update ready" or similar) and provide any necessary data via a queue in form3, or via the event argument.

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

modified on Wednesday, August 12, 2009 6:12 AM

QuestionApplication definition was successfully imported, but Entity X has no identifiers defined in the SpecificFinder view Pin
hdv21211-Aug-09 22:38
hdv21211-Aug-09 22:38 
QuestionHow to convert .MPP File to .XML File in C# Pin
Rajesh_K_Sharma11-Aug-09 22:27
Rajesh_K_Sharma11-Aug-09 22:27 
AnswerRe: How to convert .MPP File to .XML File in C# Pin
Alenzo_Eid10-Mar-10 0:45
Alenzo_Eid10-Mar-10 0:45 
QuestionHow to Split one datatable to many datatables? Pin
NguyenDzung11-Aug-09 21:58
NguyenDzung11-Aug-09 21:58 
AnswerRe: How to Split one datatable to many datatables? Pin
dan!sh 11-Aug-09 22:14
professional dan!sh 11-Aug-09 22:14 
AnswerRe: How to Split one datatable to many datatables? PinPopular
Pete O'Hanlon11-Aug-09 22:36
mvePete O'Hanlon11-Aug-09 22:36 
GeneralRe: How to Split one datatable to many datatables? Pin
NguyenDzung12-Aug-09 17:40
NguyenDzung12-Aug-09 17:40 
GeneralRe: How to Split one datatable to many datatables? Pin
Prince Antony G5-Jan-12 22:32
Prince Antony G5-Jan-12 22:32 
QuestionGet what object a button belongs to? Pin
xkrja11-Aug-09 21:54
xkrja11-Aug-09 21:54 
AnswerRe: Get what object a button belongs to? Pin
Pete O'Hanlon11-Aug-09 21:58
mvePete O'Hanlon11-Aug-09 21:58 
GeneralRe: Get what object a button belongs to? Pin
xkrja11-Aug-09 22:09
xkrja11-Aug-09 22:09 
AnswerRe: Get what object a button belongs to? Pin
stancrm11-Aug-09 22:07
stancrm11-Aug-09 22:07 
GeneralRe: Get what object a button belongs to? Pin
xkrja11-Aug-09 22:19
xkrja11-Aug-09 22:19 
AnswerRe: Get what object a button belongs to? Pin
Luc Pattyn11-Aug-09 23:59
sitebuilderLuc Pattyn11-Aug-09 23:59 
AnswerRe: Get what object a button belongs to? Pin
Daniel Grunwald12-Aug-09 2:53
Daniel Grunwald12-Aug-09 2:53 
Questiontext box multiline Pin
Vivek Vijayan11-Aug-09 21:37
Vivek Vijayan11-Aug-09 21:37 
AnswerRe: text box multiline Pin
stancrm11-Aug-09 21:44
stancrm11-Aug-09 21:44 

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.