Click here to Skip to main content
15,899,124 members
Home / Discussions / C#
   

C#

 
GeneralSending Data through USB Pin
BrianCR896-Jun-05 13:42
BrianCR896-Jun-05 13:42 
GeneralRe: Sending Data through USB Pin
Alex Korchemniy7-Jun-05 14:38
Alex Korchemniy7-Jun-05 14:38 
GeneralRe: Sending Data through USB Pin
Alex Korchemniy7-Jun-05 14:41
Alex Korchemniy7-Jun-05 14:41 
GeneralRe: Sending Data through USB Pin
BrianCR898-Jun-05 7:28
BrianCR898-Jun-05 7:28 
GeneralThreads that doesn't start Pin
Alex Cutovoi6-Jun-05 13:17
Alex Cutovoi6-Jun-05 13:17 
GeneralRe: Threads that doesn't start Pin
S. Senthil Kumar6-Jun-05 20:54
S. Senthil Kumar6-Jun-05 20:54 
GeneralListview in child window is not updating data Pin
greg_quinn6-Jun-05 9:58
greg_quinn6-Jun-05 9:58 
GeneralRe: Listview in child window is not updating data Pin
Luis Alonso Ramos6-Jun-05 13:11
Luis Alonso Ramos6-Jun-05 13:11 
greg_quinn wrote:
frmExhibitions fExhibitions = new frmExhibitions();
fExhibitions.populateExhibitions();


In the first line, you are creating a new instance of the form, and that's the one you are refreshing. What you want to do is to access the existing instance. You could try storing the instance in a public field in your main form class, or if you will only have one instance of that child, in a static field in the frmExhibitions class.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralExporting contact info in outlook with C# Pin
rrd9c6-Jun-05 9:27
rrd9c6-Jun-05 9:27 
QuestionHow to call function in another MDI child window Pin
greg_quinn6-Jun-05 9:05
greg_quinn6-Jun-05 9:05 
AnswerRe: How to call function in another MDI child window Pin
S. Senthil Kumar6-Jun-05 20:57
S. Senthil Kumar6-Jun-05 20:57 
GeneralIs it possible to get my webpage url Pin
god4k6-Jun-05 8:49
god4k6-Jun-05 8:49 
GeneralRe: Is it possible to get my webpage url Pin
Colin Angus Mackay6-Jun-05 10:11
Colin Angus Mackay6-Jun-05 10:11 
QuestionElegant Client/Server? Pin
methodincharge6-Jun-05 7:51
methodincharge6-Jun-05 7:51 
AnswerRe: Elegant Client/Server? Pin
Christian Graus6-Jun-05 12:52
protectorChristian Graus6-Jun-05 12:52 
GeneralRe: Elegant Client/Server? Pin
methodincharge6-Jun-05 16:14
methodincharge6-Jun-05 16:14 
GeneralRe: Elegant Client/Server? Pin
Christian Graus6-Jun-05 16:17
protectorChristian Graus6-Jun-05 16:17 
GeneralRe: Elegant Client/Server? Pin
methodincharge7-Jun-05 2:48
methodincharge7-Jun-05 2:48 
GeneralRe: Elegant Client/Server? Pin
Christian Graus7-Jun-05 11:39
protectorChristian Graus7-Jun-05 11:39 
GeneralPlease give me a fever printing code problem, build id problem and insertion problem Pin
Saif_S6-Jun-05 7:19
Saif_S6-Jun-05 7:19 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
Dan Neely6-Jun-05 9:09
Dan Neely6-Jun-05 9:09 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
DavidNohejl6-Jun-05 9:48
DavidNohejl6-Jun-05 9:48 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
Judah Gabriel Himango6-Jun-05 10:11
sponsorJudah Gabriel Himango6-Jun-05 10:11 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
Saif_S7-Jun-05 4:55
Saif_S7-Jun-05 4:55 
GeneralRe: Please give me a favor printing code problem, build id problem and insertion problem Pin
Saif_S7-Jun-05 5:19
Saif_S7-Jun-05 5:19 

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.