Max

145
Reputation
95 views

Registered User

Name Max
Member for 1 year
Seen 12 hours ago
Website
Location
Age
12h
accepted jquery qTip mouseover browser crash
12h
answered jquery qTip mouseover browser crash
2d
comment WPF TextBox Not Accepting Delete Key
I just send the backspace on WM_COMMAND because it worked fine. However, Ctrl-Z's also fire a backspace, but it is pretty hard to notice since you are deleting characters anyways in the undo. My thought: I got it working, I've got other things to worry about that actually matter and haven't already been solved :)
Nov
23
awarded  Critic
Nov
23
accepted Detect when WPF listview scrollbar is at the bottom?
Nov
23
accepted WPF ListView not rendering templates
Nov
23
comment jquery qTip mouseover browser crash
It appears the problem is directly related to the qtip function. I notice that my mouseover function is called once for each mouse over, normally. However, with the qtip function inside, mouseover triggers once, then twice (on one single mouseover), then it loops for ever on the next mouseover, as if qtip is generating mouseover events artificially.
Nov
23
comment jquery qTip mouseover browser crash
About 15. So far performance has been acceptable on FF and IE.
Nov
23
asked jquery qTip mouseover browser crash
Nov
11
comment Filter “list” of divs with Javascript
You are the man! So fast! Thanks.
Nov
3
comment Replacing DLL in Windows Installer Project
This is working a bit. I've got to do more checking to make sure though.
Oct
30
comment Replacing DLL in Windows Installer Project
Hi HiredMind. For some reason I still can't get that to work. What I did was build my program's DLL (this is still in Debug release mode), and then have a pre build event that compies the obfuscated DLL to the build folder before build (I also did a post build event). For some reason the assembly being packaged is still not obfuscated. Any other ideas?
Oct
29
awarded  Yearling
Sep
24
asked Replacing DLL in Windows Installer Project
Aug
24
comment prototype ajax not properly executing query
This isn't an answer you but you need to do more input sanitizing than you are, especially with the the last SQL query. I would use mysql_real_escape_string us.php.net/manual/en/… to clean the GET input.
Aug
21
comment Scraping largest block of text from HTML document
huh? what do you want?
Aug
21
comment What is a good way to edit C++ on Mac OS X?
One thing to think about is that you do have the opportunity to dig in and learn more than usual since you are in school. If you don't have much programming experience, I would go the xcode route, but it would ultimately suit you better to learn how to use gdb using a text editor from the command line. Do yourself a favor and don't limit yourself to an IDE for the rest of your life.
Aug
20
awarded  Teacher
Aug
20
revised What is a good way to edit C++ on Mac OS X?
added 140 characters in body
Aug
20
answered What is a good way to edit C++ on Mac OS X?
Aug
19
answered Detect when WPF listview scrollbar is at the bottom?
Aug
19
asked Detect when WPF listview scrollbar is at the bottom?
Aug
18
comment WPF Trigger on TextBlock Inlines
This works, thanks! WPF is definitely a different way of doing things.
Aug
18
comment WPF Trigger on TextBlock Inlines
I don't know how to hide part of a format string if one of the parameters is empty. Is it even possible?
Aug
18
asked WPF Trigger on TextBlock Inlines
Aug
12
asked WPF Popup ZOrder
Jul
31
answered how to register my dll in excel 2007
Jul
24
comment Alternatives to NativeWindow for subclassing
If I catch WM_CLOSE and then release the handle there, I avoid the thread abort exception from windows forms. Thanks.
Jul
18
comment Alternatives to NativeWindow for subclassing
I tried doing just that. I am never getting WM_NCDESTROY from the parent. The last message I get is WM_PARENTNOTIFY. I had been releasing the handle in my shutdown code, I just forgot it here. I put the Thrown and User-Unhandled exceptions on in the Debugging->Exceptions menu, that's what you meant right? I feel like the exception is coming from the parent. I should note that this is the bare code of a larger program I have (but this is a standalone version), and this code is definitely causing the error. Without AssignHandle to the parent, I never get the error.
Jul
18
asked Alternatives to NativeWindow for subclassing
Jul
8
answered WPF ListView not rendering templates
Jul
8
revised WPF ListView not rendering templates
added 199 characters in body
Jul
8
revised WPF ListView not rendering templates
formatting
Jul
7
awarded  Commentator
Jul
7
comment WPF ListView not rendering templates
Added some code, thanks guys.
Jul
7
revised WPF ListView not rendering templates
Added code
Jul
6
asked WPF ListView not rendering templates
Jun
22
accepted WPF TextBox Not Accepting Delete Key
Jun
22
answered WPF TextBox Not Accepting Delete Key
Jun
18
comment Parent window intercepting accelerator
Ever used Xobni? They do the same thing. The API for Outlook is rather limited for 2003. 2007 is a somewhat different story though. Thanks for the help, I'll check that out.
Jun
18
revised Parent window intercepting accelerator
added 352 characters in body; added 7 characters in body
Jun
18
asked Parent window intercepting accelerator
Jun
17
awarded  Tumbleweed
Jun
11
comment WPF Sort ListView by Date
Yes I see that now. Maybe I was afraid it would just do string comparison. I made a property that converted my string date to a date object and it's working well. Thanks.
Jun
10
revised WPF TextBox Not Accepting Delete Key
Clarified
Jun
10
asked WPF TextBox Not Accepting Delete Key
Jun
4
accepted Debug Program option in Windows 7
Jun
4
accepted WebClient multi-threaded response
Jun
3
asked WPF Sort ListView by Date
Jun
1
answered WebClient multi-threaded response