Click here to Skip to main content
15,886,518 members
Home / Discussions / C#
   

C#

 
QuestionWeb Service Object References Pin
RacerNerd17-Dec-09 9:09
RacerNerd17-Dec-09 9:09 
AnswerRe: Web Service Object References Pin
Abhinav S17-Dec-09 17:07
Abhinav S17-Dec-09 17:07 
QuestionHigh Load Asynchronous TCP Server & Client Discussion Pin
Harvey Saayman17-Dec-09 8:41
Harvey Saayman17-Dec-09 8:41 
QuestionMicrosoft Reporting (subreports) Pin
kruegersck17-Dec-09 8:09
kruegersck17-Dec-09 8:09 
QuestionTrying to retrieve a variable from a program Pin
JTRizos17-Dec-09 6:38
JTRizos17-Dec-09 6:38 
AnswerRe: Trying to retrieve a variable from a program Pin
ricmil4217-Dec-09 6:49
ricmil4217-Dec-09 6:49 
GeneralRe: Trying to retrieve a variable from a program Pin
JTRizos17-Dec-09 7:11
JTRizos17-Dec-09 7:11 
GeneralRe: Trying to retrieve a variable from a program Pin
ricmil4217-Dec-09 7:27
ricmil4217-Dec-09 7:27 
At the top of your code define the form.
private Form1 aForm ;


Where you are going to open the form:
aForm = new Form1 ( ) ;


Do some stuff here...

When you want to return the value to the form:
aForm.SetValue ( logLU ) ;


When you are done with the form, dispose of it.
GeneralRe: Trying to retrieve a variable from a program Pin
JTRizos17-Dec-09 8:34
JTRizos17-Dec-09 8:34 
GeneralRe: Trying to retrieve a variable from a program Pin
ricmil4217-Dec-09 8:39
ricmil4217-Dec-09 8:39 
GeneralRe: Trying to retrieve a variable from a program Pin
JTRizos17-Dec-09 8:48
JTRizos17-Dec-09 8:48 
AnswerRe: Trying to retrieve a variable from a program Pin
Alan N17-Dec-09 9:12
Alan N17-Dec-09 9:12 
AnswerRe: Trying to retrieve a variable from a program Pin
JTRizos17-Dec-09 9:43
JTRizos17-Dec-09 9:43 
QuestionPropertyGrid usage Pin
rbuchana17-Dec-09 5:30
rbuchana17-Dec-09 5:30 
AnswerRe: PropertyGrid usage Pin
Dr.Walt Fair, PE17-Dec-09 5:50
professionalDr.Walt Fair, PE17-Dec-09 5:50 
GeneralRe: PropertyGrid usage Pin
rbuchana17-Dec-09 6:14
rbuchana17-Dec-09 6:14 
GeneralRe: PropertyGrid usage Pin
Dr.Walt Fair, PE17-Dec-09 7:09
professionalDr.Walt Fair, PE17-Dec-09 7:09 
GeneralRe: PropertyGrid usage Pin
rbuchana17-Dec-09 7:09
rbuchana17-Dec-09 7:09 
QuestionAutomate Web Browser control in Multiple Threads Pin
Sumit_Ghosh17-Dec-09 4:56
Sumit_Ghosh17-Dec-09 4:56 
AnswerRe: Automate Web Browser control in Multiple Threads Pin
Dave Kreskowiak17-Dec-09 10:59
mveDave Kreskowiak17-Dec-09 10:59 
Questionmagnify support Pin
pvn g17-Dec-09 4:08
pvn g17-Dec-09 4:08 
AnswerRe: magnify support Pin
Dr.Walt Fair, PE17-Dec-09 5:48
professionalDr.Walt Fair, PE17-Dec-09 5:48 
GeneralRe: magnify support Pin
pvn g17-Dec-09 18:35
pvn g17-Dec-09 18:35 
GeneralRe: magnify support Pin
pvn g17-Dec-09 18:35
pvn g17-Dec-09 18:35 
QuestionCasting objects to get at the contents? Pin
MattFunke17-Dec-09 3:33
MattFunke17-Dec-09 3:33 

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.