No announcements
Found 147848 threads
-
0 Votes
Instantiating controls dynamically from db?
Hey Folks... I'm working on a project where I'll be displaying a group of images, with corresponding labels. I'd like to format them into rows, probably in the ...Answered | 10 Replies | 10720 Views | Created by PaulBinCT - Wednesday, February 10, 2010 1:45 PM | Last reply by PaulBinCT - Thursday, February 11, 2010 1:44 PM -
0 Votes
Problem Instantiating ActiveX Controls
occasionally a build will have a problem where the application can't run - some investigation has revealed that it is caused by being unable to instantiate ActiveX ...Answered | 2 Replies | 800 Views | Created by John22222222222222 - Friday, February 26, 2016 10:28 AM | Last reply by Rene Koenig - Friday, February 26, 2016 12:09 PM -
0 Votes
Instantiating Custom Controls in Managed Code.
Class Library Silverlight Class Library (This would hold your user controls) ASP.NET Web Site (or application) - Used ...Answered | 9 Replies | 12412 Views | Created by DJA007 - Thursday, February 28, 2008 4:56 PM | Last reply by DJA007 - Friday, February 29, 2008 3:06 PM -
0 Votes
Instantiating WPF User Controls in a RIA Service
controls I created in a previous WPF project. The problem is that when I instantiate this user control during service execution I get an InvalidOperationException: The ...Answered | 3 Replies | 4510 Views | Created by Igor Kondrasovas - Tuesday, August 24, 2010 8:02 PM | Last reply by Peter Kuhn - Thursday, August 26, 2010 12:12 AM -
0 Votes
Smartphone projects and IE7 = broken
This is all (again) caused by instantiating controls as web browser controls...Answered | 6 Replies | 4909 Views | Created by jandrhub - Friday, January 26, 2007 12:09 PM | Last reply by BradB - Monday, November 2, 2009 3:00 PM -
0 Votes
Prevent button in webpart from firing when page loads
You should be instantiating the controls in the CreateChildControls() method instead directly in the class. -- http://blog.mastykarz.nlUnanswered | 5 Replies | 5054 Views | Created by dslaby - Sunday, July 27, 2008 3:47 AM | Last reply by dslaby - Monday, July 28, 2008 2:01 AM -
0 Votes
Printing .rtf Documents in the Background
John, Is there any WPF functionality that will support printing the contents of a .rtf without actually instantiating any UI controls?Answered | 6 Replies | 6368 Views | Created by derekjn - Thursday, May 21, 2009 8:34 PM | Last reply by Matt Fomich - Monday, May 25, 2009 8:36 AM -
0 Votes
it works ok with the textbox but not with the listbox
controls in the class level and everything works fine. strange that vs2008 let this pass. without instantiating the controls it worked fine for the textbox but not for the ...Answered | 1 Replies | 2513 Views | Created by a.ilatzis - Saturday, October 3, 2009 6:38 AM | Last reply by a.ilatzis - Saturday, October 3, 2009 9:53 AM -
0 Votes
UserControls in the same project
instantiating the controls in code behind, but I noticed that the release note whick explicitly states this is a bug is now gone in RTM. What exactly in the syntax for doing ...Answered | 3 Replies | 5769 Views | Created by Jerod Moemeka - Tuesday, November 7, 2006 9:38 AM | Last reply by Bytemaster - Friday, November 10, 2006 9:25 PM -
0 Votes
Mixing WinRT and DirectX
using XAML markup to define a UI (as opposed to instantiating UI controls programmatically). But after seeing your response I looked at the Windows.UI.Xaml namespace and I now see ...Answered | 4 Replies | 5899 Views | Created by BobF77 - Sunday, December 18, 2011 7:13 PM | Last reply by BobF77 - Tuesday, December 20, 2011 11:13 PM -
0 Votes
load user control from string
depending on the value of your string property. This way, WPF will take care of instantiating the controls and setting them up in correct relationships to the rest of the ...Answered | 9 Replies | 4072 Views | Created by ssanp - Wednesday, May 16, 2012 7:02 PM | Last reply by ssanp - Monday, June 4, 2012 2:42 PM -
0 Votes
ProcessStartInfo and WM6.5 Issues
I think this had to do with not instantiating my Symbol controls the Symbol way. Even though it is a DLL you can't use the standard VB.NET events but need to add and remove ...Answered | 1 Replies | 1723 Views | Created by Mimosa Arts - Thursday, April 18, 2013 3:40 PM | Last reply by Mimosa Arts - Thursday, May 9, 2013 1:54 PM -
0 Votes
How do I get instantiated controls to effect other simultaneously instantiated controls?
have the same controls (4 checkboxes, 4 comboboxes). I've managed to get this to work (instantiating the tabpages with controls from user input), but I need the ...Answered | 3 Replies | 3730 Views | Created by cvause - Tuesday, April 15, 2008 2:26 AM | Last reply by Jaystation - Friday, April 18, 2008 4:02 PM -
0 Votes
registering ocx on 64-bit Windows - ActiveX can't create object
Hello, Our application registers some vb-6 ocx controls that we deliver upon installation. Instantiating these controls works ...Answered | 2 Replies | 5962 Views | Created by delzy - Tuesday, June 1, 2010 9:25 PM | Last reply by SamAgain - Wednesday, June 9, 2010 7:11 AM -
1 Votes
Invalid cross-thread access instantiating a WriteableBitmap
UnauthorizedAccessException. I do know what it means and why I should use a dispatcher when I access to UI controls. What I don't ...Unanswered | 5 Replies | 6528 Views | Created by Marco Mura - Sunday, January 23, 2011 5:08 PM | Last reply by Marco Mura - Monday, February 21, 2011 2:47 PM -
0 Votes
page life cycle
goes through a life cycle in which it performs a series of processing steps. These include initialization, instantiating controls, restoring and maintaining state, running ...Answered | 4 Replies | 473 Views | Created by sreechowdary - Saturday, October 8, 2016 6:39 AM | Last reply by Wendy Zang - Monday, October 10, 2016 5:02 AM -
1 Votes
How does VirtualizingStackPanel work?
reached). Does it just instatitate them and then destroy them again? How does it figure out the full extent of the scrollpane without ...Answered | 3 Replies | 28420 Views | Created by Scott Royston - Thursday, October 25, 2007 4:56 AM | Last reply by Scott Royston - Thursday, October 25, 2007 3:46 PM -
0 Votes
exception during axhost.dispose
System.Windows.Forms.Application.ThreadContext.DisposeThreadWindows() It might by unusual, anyway AxHost should be able to handle all ActiveX ...Unanswered | 6 Replies | 4174 Views | Created by nagual - Tuesday, January 2, 2007 2:48 PM | Last reply by nagual - Thursday, January 4, 2007 7:09 PM -
1 Votes
Can VS 2008 create C# or VB.NET User Interfaces (either web or windows) from interpreting an xml schema or document?
dialect. You could also implement an XML parser to generate a WinForms UI at runtime manually instantiating, initializing, and adding controls to the Form. There ...Answered | 3 Replies | 2221 Views | Created by Stuart Evans - Monday, February 16, 2009 4:20 PM | Last reply by Anthony D. Green [MSFT] - Wednesday, February 18, 2009 10:42 PM -
0 Votes
SCRIPT70 Permission Denied IE9 - FEATURE_OBJECT_CACHING
setting. Write a guidance about setting FEATURE_OBJECT_CACHING in your FAQ. The FEATURE_OBJECT_CACHING feature prevents webpages form accessing or ...Answered | 1 Replies | 2315 Views | Created by AmitUgane - Monday, April 7, 2014 7:04 AM | Last reply by Herro wong - Tuesday, April 8, 2014 7:18 AM - Items 1 to 20 of 147848 Next ›
No announcements