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

C#

 
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 
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 
Tried that but it caused other problems in the code.

I fixed the problem by doing the following in form1.cs

namespace DMV_Access_App
{
public partial class Form1 : Form
{
public static string logLU;
public Form1()
{ Rest of form1.cs code ...

This took care of the problem. Seems so simple. Of course, being a newbie, I am not sure what ramifications there are but it does work. This is great forum!

Big Grin | :-D
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 
AnswerRe: Casting objects to get at the contents? Pin
Migounette17-Dec-09 4:11
Migounette17-Dec-09 4:11 
GeneralRe: Casting objects to get at the contents? Pin
MattFunke17-Dec-09 4:22
MattFunke17-Dec-09 4:22 
AnswerRe: Casting objects to get at the contents? Pin
OriginalGriff17-Dec-09 4:15
mveOriginalGriff17-Dec-09 4:15 
GeneralRe: Casting objects to get at the contents? [modified] Pin
MattFunke17-Dec-09 4:23
MattFunke17-Dec-09 4:23 
AnswerRe: Casting objects to get at the contents? Pin
Jim Crafton17-Dec-09 5:34
Jim Crafton17-Dec-09 5:34 

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.