No announcements
Found 3035075 threads
-
0 Votes
Why does overriding OnApplyTemplate() in a subclassed Button control give access violation error?
OnApplyTemplate() is not virtual, and though the compler doesn't complain (and though it'll work sometimes), it is not the right method to override.Answered | 1 Replies | 2244 Views | Created by Ludvig A Norin - Wednesday, February 15, 2012 3:56 AM | Last reply by Ludvig A Norin - Wednesday, February 15, 2012 4:46 AM -
1 Votes
WPF OnApplyTemplate vs OnLoaded
Hi Kelmen, The reason OnApplyTemplate is not raised is because the control in the unexpanded expander is not a part of visual tree, and WPF delayed the template ...Answered | 5 Replies | 21205 Views | Created by ochristensen - Thursday, August 5, 2010 8:00 PM | Last reply by George I. Birbilis - Monday, March 30, 2015 10:48 AM -
0 Votes
CreateFile giving 'sharing violation' error
It does not matter in which order the CreateFile calls are made.Answered | 4 Replies | 9903 Views | Created by kartlee_05 - Friday, July 26, 2013 3:13 PM | Last reply by May Wang - MSFT - Monday, July 29, 2013 2:14 PM -
0 Votes
Setting template child to IsEnabled in OnApplyTemplate doesn't apply graphical effects.
Add a button to the Templated Control (inside the Border).Answered | 2 Replies | 1914 Views | Created by Micah Zoltu - Thursday, March 29, 2012 1:49 AM | Last reply by Matt Small - Thursday, March 29, 2012 5:54 PM -
2 Votes
OnApplyTemplate not getting called in my Custom Control when visibility set to collapsed.
This means that the ControlTemplate of the control and all controls it contains are not instantiated, and this means that the Grid you want to access simply ...Answered | 10 Replies | 8635 Views | Created by rockdale - Friday, May 7, 2010 4:28 PM | Last reply by rockdale - Monday, May 24, 2010 8:03 PM -
0 Votes
Custom Control Access Violation
I have a custom control that inherits from textbox in a separate class and file than my mainpage class.Answered | 2 Replies | 1383 Views | Created by JamesJ.Moore - Thursday, January 10, 2013 9:45 PM | Last reply by Jesse Jiang - Monday, January 14, 2013 6:20 AM -
0 Votes
Access violation error
I have been trying to resolve the access violation in the program for bounding volume hierarchy.Answered | 3 Replies | 3614 Views | Created by bubblesppf - Monday, June 13, 2011 8:12 PM | Last reply by Rob Pan - Thursday, June 23, 2011 9:41 AM -
4 Votes
Adding pushpins to Bing MapsControl - Access Violation error
The new thread is:Answered | 27 Replies | 1624 Views | Created by Sotos183 - Saturday, April 2, 2016 7:03 AM | Last reply by nPerf - Monday, June 27, 2016 10:14 AM -
0 Votes
Why NotOverridable only with Overrides?
Yes, I do not know why, but I forgot the term base class.Answered | 5 Replies | 1175 Views | Created by speculor - Saturday, December 15, 2012 4:58 PM | Last reply by speculor - Sunday, December 16, 2012 1:00 PM -
1 Votes
Subclassing visual controls without using the UserControl class.
Why does your posted code snippet make a call to InitializeComponent?Answered | 12 Replies | 7022 Views | Created by RodJ - Monday, September 13, 2010 4:18 AM | Last reply by Rudedog2 - Monday, September 13, 2010 5:05 PM -
0 Votes
Why I should not call overridable methods in constructors
the final purpose is guarantee the subclass's constructor could not invoke base constructor that has override method in it.Answered | 4 Replies | 964 Views | Created by wartmignef - Monday, November 23, 2015 11:20 AM | Last reply by Matthew LEAN . D - Tuesday, November 24, 2015 3:59 AM -
0 Votes
: 0xC0000005 Access Violation Error
Hi Terri, Could be access errors trying to find a resource CR needs or under the app users it can't find or get to a dependency or possibly the registry.Answered | 5 Replies | 7361 Views | Created by Terri_G - Tuesday, May 24, 2011 3:40 PM | Last reply by SAPDon - Wednesday, June 8, 2011 3:57 PM -
0 Votes
ntdll.dll access violation with openDDS
https://social.msdn.microsoft.com/Forums/en-US/a800a032-0494-4691-813c-5a814354eb37/unhandled-exception-in-my-appexe-ntdlldll-0xc0000005-access-violation?Answered | 2 Replies | 1024 Views | Created by mpitulej - Monday, March 21, 2016 7:19 PM | Last reply by Duris_I - Tuesday, March 22, 2016 9:10 AM -
0 Votes
Very Strange Access Violation Exception
Yes it was a memory access violation and yes the app also uses an Access database but the memory violation occurred ages after all the interaction ...Answered | 18 Replies | 4554 Views | Created by InterGalacticCheese - Tuesday, January 4, 2011 6:34 PM | Last reply by InterGalacticCheese - Friday, January 7, 2011 4:41 PM -
1 Votes
understanding access violation message
I was able to track down precisely what was causing the access violation.Answered | 2 Replies | 4197 Views | Created by samie1 - Thursday, September 15, 2011 9:13 AM | Last reply by samie1 - Friday, September 16, 2011 10:28 AM -
4 Votes
memcpy accesses violation
your access violaton is pretty obvious now ...Answered | 6 Replies | 4379 Views | Created by asm_2_hex - Sunday, February 7, 2010 9:06 AM | Last reply by WayneAKing - Tuesday, February 9, 2010 4:51 AM -
0 Votes
throwing access violation reading location error
You *can't* just set a pointer to any old value you feel like setting it to - that's why you're getting a compiler warning and ...Answered | 12 Replies | 1990 Views | Created by jeffrey513 - Wednesday, March 2, 2016 6:20 PM | Last reply by Duris_I - Friday, March 4, 2016 8:43 AM -
2 Votes
Debugging Access violation exceptions
= System for ALL ScrollViewers in your Table control.Answered | 15 Replies | 8994 Views | Created by Siddarth23 - Wednesday, September 26, 2012 6:13 PM | Last reply by Siddarth23 - Monday, November 26, 2012 3:34 PM -
2 Votes
Access violation executing location 0x00000010
When Access violation executing location , the stack seems to be bad.Answered | 20 Replies | 17759 Views | Created by Percy Xu - Thursday, November 28, 2013 8:15 AM | Last reply by Mike Danes - Friday, December 6, 2013 11:13 AM -
0 Votes
access violation error calling AppendQuerySuggestion
I got it working but visual studio needs to do a better job saying where the error is.Answered | 5 Replies | 1828 Views | Created by AaronTheDevGuy - Tuesday, October 2, 2012 5:30 PM | Last reply by AaronTheDevGuy - Wednesday, October 3, 2012 2:59 PM - Items 1 to 20 of 3035075 Next ›
No announcements