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

C#

 
GeneralRe: out Pin
arkiboys29-Oct-08 0:30
arkiboys29-Oct-08 0:30 
QuestionPersonal Opinion Pin
EliottA28-Oct-08 2:43
EliottA28-Oct-08 2:43 
AnswerRe: Personal Opinion Pin
#realJSOP28-Oct-08 2:48
professional#realJSOP28-Oct-08 2:48 
GeneralRe: Personal Opinion Pin
EliottA28-Oct-08 3:22
EliottA28-Oct-08 3:22 
AnswerRe: Personal Opinion Pin
PIEBALDconsult28-Oct-08 11:20
mvePIEBALDconsult28-Oct-08 11:20 
QuestionCalendar Pin
boiDev28-Oct-08 1:56
boiDev28-Oct-08 1:56 
AnswerRe: Calendar Pin
Michael Bookatz28-Oct-08 2:10
Michael Bookatz28-Oct-08 2:10 
AnswerRe: Calendar Pin
#realJSOP28-Oct-08 2:12
professional#realJSOP28-Oct-08 2:12 
Well, your design is flawed. You should

0) make the Schedule form global

1) allocate it once in the constructor of the main form (making its default Visible state as false)

2) when you do whatever it is you do to cause the schedule form to be displayed, simply call schedule.Show().

3) Make the OK button on the schdeule form hide the form instead of closing it.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


GeneralRe: Calendar Pin
Michael Bookatz28-Oct-08 2:14
Michael Bookatz28-Oct-08 2:14 
GeneralRe: Calendar Pin
#realJSOP28-Oct-08 2:42
professional#realJSOP28-Oct-08 2:42 
GeneralRe: Calendar Pin
Michael Bookatz28-Oct-08 2:45
Michael Bookatz28-Oct-08 2:45 
GeneralRe: Calendar Pin
#realJSOP28-Oct-08 2:49
professional#realJSOP28-Oct-08 2:49 
GeneralRe: Calendar Pin
Michael Bookatz28-Oct-08 3:59
Michael Bookatz28-Oct-08 3:59 
GeneralRe: Calendar Pin
#realJSOP28-Oct-08 4:05
professional#realJSOP28-Oct-08 4:05 
QuestionButton.Visible in Base Form Pin
Russell Jones28-Oct-08 1:24
Russell Jones28-Oct-08 1:24 
AnswerRe: Button.Visible in Base Form Pin
Russell Jones28-Oct-08 2:01
Russell Jones28-Oct-08 2:01 
QuestionUsernameToken and custom database Pin
Giorgi Dalakishvili28-Oct-08 0:57
mentorGiorgi Dalakishvili28-Oct-08 0:57 
QuestionProblem is "auto reply emails" [modified] Pin
razikang28-Oct-08 0:49
razikang28-Oct-08 0:49 
AnswerRe: Problem is "auto reply emails" Pin
Michael Bookatz28-Oct-08 1:08
Michael Bookatz28-Oct-08 1:08 
JokeRe: Problem is "auto reply emails" Pin
Harvey Saayman28-Oct-08 2:28
Harvey Saayman28-Oct-08 2:28 
AnswerRe: Problem is "auto reply emails" [modified] Pin
Furty28-Oct-08 2:56
Furty28-Oct-08 2:56 
QuestionTDD Pin
mark_w_28-Oct-08 0:27
mark_w_28-Oct-08 0:27 
AnswerRe: TDD Pin
Pete O'Hanlon28-Oct-08 0:37
mvePete O'Hanlon28-Oct-08 0:37 
GeneralRe: TDD Pin
mark_w_28-Oct-08 0:49
mark_w_28-Oct-08 0:49 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 0:58
mvePete O'Hanlon28-Oct-08 0:58 

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.