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

C#

 
AnswerRe: Sorted collection Pin
Luc Pattyn19-May-10 1:50
sitebuilderLuc Pattyn19-May-10 1:50 
GeneralRe: Sorted collection Pin
mabo4219-May-10 5:04
mabo4219-May-10 5:04 
GeneralRe: Sorted collection Pin
Luc Pattyn19-May-10 5:41
sitebuilderLuc Pattyn19-May-10 5:41 
AnswerRe: Sorted collection Pin
riced19-May-10 3:59
riced19-May-10 3:59 
QuestionFlow layout grid control Pin
PorkyKat19-May-10 0:19
PorkyKat19-May-10 0:19 
AnswerRe: Flow layout grid control Pin
#realJSOP19-May-10 1:27
mve#realJSOP19-May-10 1:27 
GeneralRe: Flow layout grid control Pin
PorkyKat20-May-10 22:21
PorkyKat20-May-10 22:21 
Questionopen a window by clicking the button of another window. Pin
calminterlude18-May-10 23:26
calminterlude18-May-10 23:26 
i have 2 windows: mainwindow and feedbackwindow.
there is a button in mainwindow that is supposed to pass the system(is that the right term?) to the feedbackwindow and open it.

but i can't and I'm not sure how.
sorry. I'm a beginner with csharp and i'm not sure if i'm doing something wrong.
i was trying to access another xaml file within the project using the button handler. that's possible right?

public void GenerateForm(...){
FeedbackFormWindow ffw = new FeedbackFormWindow();
ffw.Show();
}
is this wrong?

please help. thank you.
AnswerRe: open a window by clicking the button of another window. Pin
Abhinav S18-May-10 23:33
Abhinav S18-May-10 23:33 
GeneralRe: open a window by clicking the button of another window. Pin
jun villena19-May-10 2:57
jun villena19-May-10 2:57 
QuestionDate Format Problem Pin
Dotnetkanna18-May-10 22:23
Dotnetkanna18-May-10 22:23 
AnswerRe: Date Format Problem Pin
Christo66718-May-10 22:59
Christo66718-May-10 22:59 
GeneralRe: Date Format Problem Pin
Dotnetkanna18-May-10 23:03
Dotnetkanna18-May-10 23:03 
GeneralRe: Date Format Problem Pin
Garth J Lancaster18-May-10 23:28
professionalGarth J Lancaster18-May-10 23:28 
GeneralRe: Date Format Problem Pin
Christo66719-May-10 0:01
Christo66719-May-10 0:01 
GeneralRe: Date Format Problem Pin
Dotnetkanna19-May-10 0:42
Dotnetkanna19-May-10 0:42 
GeneralRe: Date Format Problem Pin
Christo66719-May-10 5:41
Christo66719-May-10 5:41 
AnswerRe: Date Format Problem Pin
Luc Pattyn19-May-10 1:57
sitebuilderLuc Pattyn19-May-10 1:57 
GeneralRe: Date Format Problem Pin
Dotnetkanna19-May-10 2:03
Dotnetkanna19-May-10 2:03 
Questionwhy VS2010 Solution created sdf file? Pin
Gopal_Kanchana18-May-10 20:32
Gopal_Kanchana18-May-10 20:32 
AnswerRe: why VS2010 Solution created sdf file? Pin
Abhinav S18-May-10 21:05
Abhinav S18-May-10 21:05 
AnswerRe: why VS2010 Solution created sdf file? Pin
DaveyM6918-May-10 22:21
professionalDaveyM6918-May-10 22:21 
AnswerRe: why VS2010 Solution created sdf file? Pin
Richard MacCutchan18-May-10 22:33
mveRichard MacCutchan18-May-10 22:33 
AnswerRe: why VS2010 Solution created sdf file? Pin
Richard MacCutchan19-May-10 4:30
mveRichard MacCutchan19-May-10 4:30 
Questioncomparison between two diffrent array Pin
itfaiza18-May-10 19:19
itfaiza18-May-10 19:19 

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.