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

C#

 
GeneralRe: Open program and detect when it closes Pin
Christian Graus15-Apr-07 0:51
protectorChristian Graus15-Apr-07 0:51 
AnswerRe: Open program and detect when it closes Pin
lmoelleb15-Apr-07 0:03
lmoelleb15-Apr-07 0:03 
AnswerRe: Open program and detect when it closes Pin
kripzz15-Apr-07 2:20
kripzz15-Apr-07 2:20 
QuestionTrouble with TypeConverter/TypeDescriptor Pin
Nathan Ridley14-Apr-07 19:10
Nathan Ridley14-Apr-07 19:10 
AnswerRe: Trouble with TypeConverter/TypeDescriptor Pin
Christian Graus14-Apr-07 20:24
protectorChristian Graus14-Apr-07 20:24 
GeneralRe: Trouble with TypeConverter/TypeDescriptor Pin
Nathan Ridley15-Apr-07 16:20
Nathan Ridley15-Apr-07 16:20 
QuestionDataGridView RowHeader Text Pin
freshonlineMax14-Apr-07 18:54
freshonlineMax14-Apr-07 18:54 
QuestionNeed Help With Win Forms Pin
DRAYKKO14-Apr-07 16:07
professionalDRAYKKO14-Apr-07 16:07 
I'm trying to figure out why it is, when I close one form - which is supposed to set a property in my Main form to true - the property reverts back to false. The form is a basic logon screen that is supposed to return "true" to the Main form, and the main form is supposed to display itself. However the only way to get the main form to display itself is if I code the following:

if (!AuthenticUser) //TODO 3: NOTE - this is logically incorrect, but it works!
                {
                    //TODO1: set up logic for authentic use
                    copyrightRichTextBox.LoadFile(@"..\..\Supporting Files\Copyright.rtf");
                }


This doesn't make logical sense to me. Can someone explain what may be happening here? Thanks.

Confused | :confused:

Dre---


=======================
Every experience in life is a lesson to be learned

A. Stevens
B.S., Computer Science

AnswerRe: Need Help With Win Forms Pin
Muammar©14-Apr-07 19:29
Muammar©14-Apr-07 19:29 
AnswerRe: Need Help With Win Forms Pin
Christian Graus14-Apr-07 21:06
protectorChristian Graus14-Apr-07 21:06 
GeneralRe: Need Help With Win Forms Pin
DRAYKKO14-Apr-07 22:53
professionalDRAYKKO14-Apr-07 22:53 
GeneralRe: Need Help With Win Forms Pin
Christian Graus15-Apr-07 0:04
protectorChristian Graus15-Apr-07 0:04 
GeneralRe: Need Help With Win Forms Pin
DRAYKKO15-Apr-07 5:24
professionalDRAYKKO15-Apr-07 5:24 
QuestionHow get an Array with the EnumValues from a FlagEnum-Value Pin
MarkPhB14-Apr-07 12:48
MarkPhB14-Apr-07 12:48 
AnswerRe: How get an Array with the EnumValues from a FlagEnum-Value Pin
Luc Pattyn14-Apr-07 13:31
sitebuilderLuc Pattyn14-Apr-07 13:31 
GeneralRe: How get an Array with the EnumValues from a FlagEnum-Value Pin
MarkPhB15-Apr-07 1:12
MarkPhB15-Apr-07 1:12 
AnswerRe: How get an Array with the EnumValues from a FlagEnum-Value Pin
Scott Dorman14-Apr-07 14:23
professionalScott Dorman14-Apr-07 14:23 
GeneralRe: How get an Array with the EnumValues from a FlagEnum-Value Pin
MarkPhB15-Apr-07 2:54
MarkPhB15-Apr-07 2:54 
QuestionAcces an ArrayList from multiple threads Pin
crazy friend14-Apr-07 9:00
crazy friend14-Apr-07 9:00 
AnswerRe: Acces an ArrayList from multiple threads Pin
Luc Pattyn14-Apr-07 12:46
sitebuilderLuc Pattyn14-Apr-07 12:46 
QuestionIs is possible to change the setting of the ContextMenu? Pin
Khoramdin14-Apr-07 8:49
Khoramdin14-Apr-07 8:49 
AnswerRe: Is is possible to change the setting of the ContextMenu? Pin
Luc Pattyn14-Apr-07 12:51
sitebuilderLuc Pattyn14-Apr-07 12:51 
QuestionRe: Is is possible to change the setting of the ContextMenu? Pin
Khoramdin15-Apr-07 7:27
Khoramdin15-Apr-07 7:27 
AnswerRe: Is is possible to change the setting of the ContextMenu? Pin
maryamf14-Apr-07 22:48
maryamf14-Apr-07 22:48 
QuestionRe: Is is possible to change the setting of the ContextMenu? [modified] Pin
Khoramdin15-Apr-07 6:05
Khoramdin15-Apr-07 6:05 

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.