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

C#

 
GeneralRe: C# barcode decoding library Pin
Richard MacCutchan28-Nov-16 22:19
mveRichard MacCutchan28-Nov-16 22:19 
GeneralRe: C# barcode decoding library Pin
Dzilupl28-Nov-16 22:48
Dzilupl28-Nov-16 22:48 
GeneralRe: C# barcode decoding library Pin
Richard MacCutchan28-Nov-16 23:01
mveRichard MacCutchan28-Nov-16 23:01 
GeneralRe: C# barcode decoding library Pin
Dave Kreskowiak29-Nov-16 5:48
mveDave Kreskowiak29-Nov-16 5:48 
AnswerRe: C# barcode decoding library Pin
Gerry Schmitz28-Nov-16 11:21
mveGerry Schmitz28-Nov-16 11:21 
AnswerRe: C# barcode decoding library Pin
Andrea Simonassi7-Dec-16 4:18
Andrea Simonassi7-Dec-16 4:18 
QuestionOpen the conditional form ? Pin
Member 245846727-Nov-16 17:56
Member 245846727-Nov-16 17:56 
AnswerRe: Open the conditional form ? Pin
Daniel Pfeffer27-Nov-16 20:57
professionalDaniel Pfeffer27-Nov-16 20:57 
You could, I suppose, implement a static method in the Form class that would check if the correct conditions exist, and then create (and display) the form, but you would still have to call this method from any place where the form should be displayed.

If the conditions could be encapsulated in an event, perhaps it would be possible to create an event handler that would create the form. It all depends on what you are trying to achieve. However, unless the conditions for showing the form are identical in all locations, I see no advantage to using either of these techniques.
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack.

--Winston Churchill

AnswerRe: Open the conditional form ? Pin
OriginalGriff27-Nov-16 21:14
mveOriginalGriff27-Nov-16 21:14 
AnswerRe: Open the conditional form ? Pin
Member 245846729-Nov-16 17:42
Member 245846729-Nov-16 17:42 
QuestionC# Labels Pin
Pavlex427-Nov-16 3:21
Pavlex427-Nov-16 3:21 
GeneralRe: C# Labels Pin
Kornfeld Eliyahu Peter27-Nov-16 3:25
professionalKornfeld Eliyahu Peter27-Nov-16 3:25 
GeneralRe: C# Labels Pin
Pavlex427-Nov-16 3:44
Pavlex427-Nov-16 3:44 
GeneralRe: C# Labels Pin
Kornfeld Eliyahu Peter27-Nov-16 3:50
professionalKornfeld Eliyahu Peter27-Nov-16 3:50 
GeneralRe: C# Labels Pin
Pavlex427-Nov-16 3:53
Pavlex427-Nov-16 3:53 
AnswerRe: C# Labels Pin
OriginalGriff27-Nov-16 5:06
mveOriginalGriff27-Nov-16 5:06 
GeneralRe: C# Labels Pin
Pavlex427-Nov-16 20:27
Pavlex427-Nov-16 20:27 
GeneralRe: C# Labels Pin
OriginalGriff27-Nov-16 20:52
mveOriginalGriff27-Nov-16 20:52 
GeneralRe: C# Labels Pin
Pavlex427-Nov-16 21:07
Pavlex427-Nov-16 21:07 
GeneralRe: C# Labels Pin
OriginalGriff27-Nov-16 21:18
mveOriginalGriff27-Nov-16 21:18 
GeneralRe: C# Labels Pin
Gerry Schmitz28-Nov-16 5:54
mveGerry Schmitz28-Nov-16 5:54 
GeneralRe: C# Labels Pin
Pavlex428-Nov-16 6:45
Pavlex428-Nov-16 6:45 
GeneralRe: C# Labels Pin
Gerry Schmitz28-Nov-16 7:00
mveGerry Schmitz28-Nov-16 7:00 
GeneralRe: C# Labels Pin
Pavlex428-Nov-16 7:14
Pavlex428-Nov-16 7:14 
GeneralRe: C# Labels Pin
Gerry Schmitz28-Nov-16 7:24
mveGerry Schmitz28-Nov-16 7:24 

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.