Click here to Skip to main content
15,903,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem with windows application Pin
Dave Kreskowiak12-Aug-09 4:49
mveDave Kreskowiak12-Aug-09 4:49 
GeneralRe: problem with windows application Pin
Member 305788712-Aug-09 23:10
Member 305788712-Aug-09 23:10 
GeneralRe: problem with windows application Pin
Dave Kreskowiak13-Aug-09 1:52
mveDave Kreskowiak13-Aug-09 1:52 
Questionloop through all nodes in a treeNode Pin
reilak12-Aug-09 0:30
reilak12-Aug-09 0:30 
AnswerRe: loop through all nodes in a treeNode Pin
padmanabhan N12-Aug-09 0:42
padmanabhan N12-Aug-09 0:42 
AnswerRe: loop through all nodes in a treeNode Pin
Luc Pattyn12-Aug-09 0:45
sitebuilderLuc Pattyn12-Aug-09 0:45 
AnswerRe: loop through all nodes in a treeNode Pin
stancrm12-Aug-09 0:46
stancrm12-Aug-09 0:46 
QuestionDataSet DateTime Binding Issue Pin
VenkataRamana.Gali12-Aug-09 0:25
VenkataRamana.Gali12-Aug-09 0:25 
AnswerRe: DataSet DateTime Binding Issue [Post bumping, please ignore] Pin
Henry Minute12-Aug-09 2:16
Henry Minute12-Aug-09 2:16 
QuestionRepeat For Each ListView Item Pin
iNutR11-Aug-09 23:52
iNutR11-Aug-09 23:52 
AnswerRe: Repeat For Each ListView Item Pin
Mycroft Holmes12-Aug-09 1:31
professionalMycroft Holmes12-Aug-09 1:31 
Questionword 2007 template application Pin
AmbitiousBeginner11-Aug-09 23:48
AmbitiousBeginner11-Aug-09 23:48 
AnswerRe: word 2007 template application Pin
benjymous12-Aug-09 0:29
benjymous12-Aug-09 0:29 
GeneralRe: word 2007 template application Pin
AmbitiousBeginner12-Aug-09 0:36
AmbitiousBeginner12-Aug-09 0:36 
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 

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.