Click here to Skip to main content
15,915,093 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Quicker way to make Silverlight animations! Pin
Michael Sync18-Oct-08 21:48
Michael Sync18-Oct-08 21:48 
GeneralRe: Quicker way to make Silverlight animations! Pin
User 2710091-May-09 4:50
User 2710091-May-09 4:50 
QuestionListView In WPF Pin
resna.s15-Oct-08 18:03
resna.s15-Oct-08 18:03 
AnswerRe: ListView In WPF Pin
Pete O'Hanlon15-Oct-08 23:46
mvePete O'Hanlon15-Oct-08 23:46 
QuestionXAML Power Toys 3.3 Released With New Class Browser Pin
User 27100914-Oct-08 0:22
User 27100914-Oct-08 0:22 
QuestionDynamically setting textbox/listbox background and isTabStop Pin
John Hanlon13-Oct-08 11:01
John Hanlon13-Oct-08 11:01 
AnswerRe: Dynamically setting textbox/listbox background and isTabStop Pin
User 27100913-Oct-08 14:00
User 27100913-Oct-08 14:00 
QuestionWPF idle application freezes Pin
Camilo Sanchez13-Oct-08 10:19
Camilo Sanchez13-Oct-08 10:19 
Hi, I'm developing a WPF application that seems to work fine, but after an long inactivity period, when the user clicks something it freezes for a while then it runs normally. This is the only application running in that computer, so I don't know what could be causing this.
In my application I need to check the time between user clicks so I'm intercepting Windows messages like this:

void Window_Loaded(object sender, RoutedEventArgs e)<br />
{<br />
            ResetTimeoutChecker();//reset the timer that does something<br />
            HwndSource source = HwndSource.FromHwnd(new WindowInteropHelper(this).Handle);<br />
            source.AddHook(new HwndSourceHook(myWndProc));<br />
}<br />
<br />
private static IntPtr myWndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled)<br />
{<br />
            if (msg == 0x0201)//if is a click then reset the timer that does something<br />
                ResetTimeoutChecker();<br />
            <br />
            return IntPtr.Zero;<br />
}

AnswerRe: WPF idle application freezes Pin
User 27100914-Oct-08 5:03
User 27100914-Oct-08 5:03 
GeneralRe: WPF idle application freezes Pin
Camilo Sanchez14-Oct-08 11:43
Camilo Sanchez14-Oct-08 11:43 
QuestionWPF Ready for LOB Apps??? Pin
Jammer13-Oct-08 9:35
Jammer13-Oct-08 9:35 
AnswerRe: WPF Ready for LOB Apps??? Pin
Pete O'Hanlon13-Oct-08 9:39
mvePete O'Hanlon13-Oct-08 9:39 
GeneralRe: WPF Ready for LOB Apps??? Pin
Jammer13-Oct-08 9:42
Jammer13-Oct-08 9:42 
GeneralRe: WPF Ready for LOB Apps??? Pin
Scott Dorman13-Oct-08 9:45
professionalScott Dorman13-Oct-08 9:45 
GeneralRe: WPF Ready for LOB Apps??? Pin
Pete O'Hanlon13-Oct-08 10:18
mvePete O'Hanlon13-Oct-08 10:18 
GeneralRe: WPF Ready for LOB Apps??? Pin
Scott Dorman13-Oct-08 10:19
professionalScott Dorman13-Oct-08 10:19 
GeneralRe: WPF Ready for LOB Apps??? Pin
Jammer14-Oct-08 0:41
Jammer14-Oct-08 0:41 
QuestionRe: WPF Ready for LOB Apps??? Pin
User 27100913-Oct-08 14:01
User 27100913-Oct-08 14:01 
AnswerRe: WPF Ready for LOB Apps??? Pin
Jammer14-Oct-08 0:42
Jammer14-Oct-08 0:42 
Questionhow to make a property appear in .xaml file Pin
vinod.sankuthodi13-Oct-08 0:33
vinod.sankuthodi13-Oct-08 0:33 
GeneralRe: how to make a property appear in .xaml file Pin
Pete O'Hanlon13-Oct-08 1:36
mvePete O'Hanlon13-Oct-08 1:36 
QuestionRe: how to make a property appear in .xaml file [modified] Pin
vinod.sankuthodi13-Oct-08 3:13
vinod.sankuthodi13-Oct-08 3:13 
Questionplz can any body give me code for silverlight2 which can transfer to another web page ?? Pin
ahmedhassan9612-Oct-08 13:10
ahmedhassan9612-Oct-08 13:10 
AnswerRe: plz can any body give me code for silverlight2 which can transfer to another web page ?? Pin
Syed Mehroz Alam13-Oct-08 1:15
Syed Mehroz Alam13-Oct-08 1:15 
GeneralRe: plz can any body give me code for silverlight2 which can transfer to another web page ?? Pin
ahmedhassan9615-Oct-08 22:27
ahmedhassan9615-Oct-08 22:27 

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.