Click here to Skip to main content
15,907,392 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Navigation in Window Pin
GomathiR10-Mar-09 21:48
GomathiR10-Mar-09 21:48 
GeneralRe: Navigation in Window Pin
Pete O'Hanlon10-Mar-09 22:33
mvePete O'Hanlon10-Mar-09 22:33 
GeneralRe: Navigation in Window Pin
GomathiR11-Mar-09 1:49
GomathiR11-Mar-09 1:49 
GeneralRe: Navigation in Window Pin
Pete O'Hanlon11-Mar-09 2:15
mvePete O'Hanlon11-Mar-09 2:15 
QuestionRole-Based Authorization(urgent) Pin
Ramkumar_S9-Mar-09 19:37
Ramkumar_S9-Mar-09 19:37 
AnswerRe: Role-Based Authorization(urgent) Pin
Braulio Dez13-Mar-09 21:28
Braulio Dez13-Mar-09 21:28 
QuestionMultibinding Validation Pin
Jammer9-Mar-09 5:27
Jammer9-Mar-09 5:27 
AnswerRe: Multibinding Validation Pin
ABitSmart9-Mar-09 7:34
ABitSmart9-Mar-09 7:34 
GeneralRe: Multibinding Validation Pin
Jammer9-Mar-09 23:14
Jammer9-Mar-09 23:14 
QuestionHow to make the forground of the selected item in the ListView? Pin
inkfish9-Mar-09 4:28
inkfish9-Mar-09 4:28 
AnswerRe: How to make the forground of the selected item in the ListView? Pin
Ray Cassick9-Mar-09 5:42
Ray Cassick9-Mar-09 5:42 
GeneralRe: How to make the forground of the selected item in the ListView? Pin
inkfish9-Mar-09 15:10
inkfish9-Mar-09 15:10 
QuestionCan i change button color on mouse over in the xaml ? Pin
Yanshof9-Mar-09 0:30
Yanshof9-Mar-09 0:30 
AnswerRe: Can i change button color on mouse over in the xaml ? Pin
ABitSmart9-Mar-09 0:48
ABitSmart9-Mar-09 0:48 
QuestionThe format string which put into textbox Pin
Archy_Yu9-Mar-09 0:26
Archy_Yu9-Mar-09 0:26 
AnswerRe: The format string which put into textbox Pin
Mark Salsbery9-Mar-09 6:06
Mark Salsbery9-Mar-09 6:06 
AnswerRe: The format string which put into textbox Pin
johnsontroye12-Mar-09 13:52
johnsontroye12-Mar-09 13:52 
Generalsilverlight vs2005 [modified] Pin
Ramkumar_S9-Mar-09 0:15
Ramkumar_S9-Mar-09 0:15 
GeneralRe: silverlight vs2005 Pin
Mark Salsbery9-Mar-09 6:04
Mark Salsbery9-Mar-09 6:04 
Question1DateEdit control in WPF application Pin
jaylinuxguru8-Mar-09 18:53
jaylinuxguru8-Mar-09 18:53 
We have used C1DateEdit control(Component One third party control) in WPF application and it has some issue with it.

Please find below the scenario and the issue.


Scenario 1:

Step 1 : Create a WPF-Windows application and add Window1.xaml .

Step 2 : Add C1DateEdit control in WindowsFormsHost element.

Step 3 : Execute the application.

Step 4 : Click on the dropdown of the DateEditControl. It throws the below exception.





Scenario2:

Step 1 : Create a WPF-Windows application and add Window1.xaml .

Step2: Create a usercontrol(ucDateTimePicker.cs) by adding C1DateEdit control.

Step3: Add the user control in WindowsFormsHost element of Window1.xaml.

Step 4 : Execute the application.

Step 5 : Click on the dropdown of the DateEditControl. It throws the below exception.



Expected Result:

When click on the dropdown of the DateEditControl, it should drop the calendar.



Exception:

System.NullReferenceException: Object reference not set to an instance of an object.

at C1.Win.C1Input.C1DropDownControl.OpenDropDown()

at C1.Win.C1Input.C1DropDownControl.a()

at C1.Win.C1Input.C1DropDownControl.WndProc(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)



Note: The same scenario works well with Windows application of visual studio 2005.



Kindly provide the idea/solution for this issue as early as possible.
AnswerRe: 1DateEdit control in WPF application Pin
ABitSmart8-Mar-09 19:34
ABitSmart8-Mar-09 19:34 
AnswerRe: 1DateEdit control in WPF application Pin
Pete O'Hanlon8-Mar-09 22:22
mvePete O'Hanlon8-Mar-09 22:22 
QuestionIsEnabled binding in contextmenu does not work. Pin
Pauwels Bart7-Mar-09 21:25
Pauwels Bart7-Mar-09 21:25 
AnswerRe: IsEnabled binding in contextmenu does not work. Pin
ABitSmart8-Mar-09 0:23
ABitSmart8-Mar-09 0:23 
QuestionBinding To A Collection Within A Collection Pin
BlitzPackage6-Mar-09 14:04
BlitzPackage6-Mar-09 14:04 

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.