We know that it is possible to subclass Windows Common
Controls to create ActiveX controls. Is it possible to
achieve ActiveX controls comprising of a formview ?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10130071.htm...
Zones:
Windows MFCDate Answered: 02/19/1999 Grade: B Views: 0
I want a UI that will have a list view( of user names requsting a chat session). Below that view is another view class for chat(CFormView derived).Clicking on the list view will open a chat View fo...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11917058.htm...
Zones:
Windows MFCDate Answered: 08/21/2002 Grade: A Views: 0
Hi,
How can I create another form in a form view application and how to switch the view to that form?
Thank you!
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20404095.htm...
Zones:
Windows MFCDate Answered: 07/11/2004 Grade: A Views: 0
I Write a SDI Formview App.and I put a "Next" button on the FormView.I wanna user click the button and goto next page:A new FormView,Step2 dialog.
I have design this step 2 dialog in resource.and ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20530194.htm...
Zones:
Windows MFCDate Answered: 02/27/2003 Grade: A Views: 0
Hello
i am using Ado in formView class of VC++..The database is opened by adding a library in a header file stdafx.h
#import "c:\Program Files\Common Files\System\ADO\msado15.dll" no_namespac...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20626191.html
Zones:
C++Date Answered: 11/19/2003 Grade: A Views: 0
I wish to find a control in a page. I do know it's ID. I tried and used the method FindControl of the Page object as I would have done in .NET 1.1 but it seems to be useless in .NET 2.0. My first h...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21663285.html
I have a FormView which is bound to a SqlDataSource. The SqlDataSource will allow it to Insert, Update and Edit records. Everything is working fine, but when the FormViewMode is ReadOnly, it show...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21739011.html
I have a few rows that I would like to appear or disappear based on certain field values. For example, I have the two rows in a FormView below:
<tr>
<th class="TableHeader">Hosted Clien...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21747384.html
In ASP.NET 2.0 C# I have a form with a Formview, Dropdownlist and a TextBox.
I change a value in the DropdownList and I nees the Textbox to refreshed.
In the DropdownList_SelectedIndexChange I do...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21799079.html
Hello, I have several textboxes in a formview with an inset and a cancel button. I edited the tabindex property of each textbox in order 0,1,2,3... The insert button 9 and the cancel button 10. I ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21821383.html