About 11,600 results
Open links in new tab
  1. convert user control to custom control - social.msdn.microsoft.com

    Oct 7, 2021 · Now I have to convert it to a custom control what could be the best way to convert it to custom control.

  2. Custom control with complex property in Xaml

    Jun 3, 2021 · And additionaly, I have already implemented style-properties in my custom control for nested controls, like a LabelStyle, ButtonStyle, EntryStyle, etc. And now I can set style for …

  3. TFS web dashboard for multiple projects - social.msdn.microsoft.com

    Dec 28, 2016 · 1) I m looking to customize a dashboard widget onpremises . Any pointers towards samples/ documention to publish on-premises would be greatly helpful. (Any suggestions to …

  4. Generate authentication cookie using owin/identity with custom db

    I want to let user sign in with login details stored in my custom DB. After login details are validated I want to generate authentication cookie using owin or identity (whatever term is appropriate) …

  5. v4 printer drivers and custom port monitor options

    Sep 7, 2012 · From this we understand that we would not be able to user our custom port monitor in connection with v4 printer drivers. So we have been trying to identify how we would best …

  6. ARR for Custom SSL Ports - social.msdn.microsoft.com

    Sep 28, 2021 · User-2064283741 posted I think you need a separate farm for this one that communicates only over you special port. when adding a server to the farm, click the …

  7. How to edit custom newform.aspx? - social.msdn.microsoft.com

    Feb 28, 2020 · Now choose Insert -> SharePoint Controls -> Custom List Form. Choose the list, choose the content type, and choose "New" (instead of "Edit or "Display") and click OK. Looks …

  8. Custom Data Processing Extension and Parameters

    Dec 8, 2015 · I have successfully implemented a custom data processing extension. Now I'm trying to add parameters, but the documentation is very weak on this topic. Also all examples …

  9. WpfToolKit DatePicker with Custom Calendar

    Jan 26, 2011 · actually i'm working on a wpf .net 3.5 app and i want attach my custom calendar style to my datepicker control.

  10. Custom Drawn Control Vs Owner Drawn Control

    Mar 26, 2010 · what is the difference between Custom Drawn and Owner Drawn Control. I tried Owner drawn control by customizing CButton class and Custom Control Using CListControl …