Browse by Tags

Tagged Content List
  • Wiki Page: Small Basic: How to Use Trigonometric Functions

    Let's imagine to draw arc. Assume center of the arc as x = 200, y = 300, start angle a1 = -30 and end angle = -60. In mathematics, y axis goes up. But in Small Basic GraphicsWindow, y axis goes down. So sign of angle becomes opposite. If you don't use trigonometric function...
  • Wiki Page: Remote Server Administration Tools (RSAT) for Windows Vista, Windows 7, Windows 8, Windows 8.1 Preview, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, and Windows Server 2012 R2 Preview (dsforum2wiki)

    Applies to: Windows 8.1 Preview, Windows 8, Windows 7, Windows Vista, Windows Server 2012 R2 Preview, Windows Server 2012, Windows Server 2008, and Windows Server 2008 R2 Remote Server Administration Tools (RSAT) enables IT administrators to remotely manage roles and features in Windows Server 2012...
  • Wiki Page: Small Basic: How to Convert Multi-Line Text into an Array of Lines

    Small Basic can get multi-line text into a variable from multi-line input text box with Controls.GetTextBoxText() or from text file with File.ReadContents(). The following sample code shows how to convert a multi-line text into an array of lines. CRLF = Text . GetCharacter ( 13 ) +...
  • Wiki Page: SharePoint 2010: Adding Charts to Standard Webparts and Visual Webparts

    Adding charts to webparts is actually pretty easy; here's how. Adding a chart to a standard webpart : 1. Create a new Empty SharePoint project in Visual Studio 2. Add a reference to Microsoft.Web.UI.DataVisualization (it's here by default: C:\Program Files (x86)\Microsoft Chart Controls...
  • Wiki Page: SharePoint: Filter a List Dynamically

    How do you filter a list based on a parameter entered by the user? For that we have the default “TextFilter” webpart, but this webpart has two flaws: First you need the Enterprise version of SharePoint 2010, then this webpart only use the “equal to” and not the “contains” (when all the requests...
  • Wiki Page: Windows Phone 8 SDK and Windows 7

    This seems to be one of the favourite questions among every developer . Can i install Wndows Phone 8 SDK on my Windows 7 PC and develop Windows Phone app . The answer to this is simple . No . The Windows Phone 8 SDK can be installed only on Windows 8 PC . You can know the prerequisites...
  • Wiki Page: Small Basic: Did You Know?

    Here are some tips to remember while programming with Small Basic. Feel free to add more as you figure out. Small Basic IDE Double clicking on the compiler errors will take you to the actual error. You can zoom the text in the editor by holding control and using the mouse wheel. You can...
  • Wiki Page: Small Basic: How to Draw a Triangle

    If you know how to draw rectangle, how can you draw a triangle on it? See following picture. You already drew a square as GraphicsWindow.DrawRectangle(100, 200, 200, 200). So, the triangle you should draw has three points (x1 = 100, y1 = 200), (x2 = 300, y2 = 200), (x3 = 200, y3 = 50). There are 6...
  • Wiki Page: Comment avoir des hyperliens dans votre signature de forum Microsoft (fr-FR)

    Cet article fait partie de la série du Wiki: Forums MSDN et TechNet . Table of Contents Liens hypertexte Règles horizontales Style de police Crédits Autres langues Liens hypertexte Essayez ceci : < a href = http://social.technet.microsoft.com/wiki/contents...
  • Wiki Page: Microsoft フォーラムの自身の署名にハイパーリンクを設定するには (ja-JP)

    Table of Contents ハイパーリンク フォントスタイル 関連項目 他の言語 ハイパーリンク これを試してみてください <a href= http://social.technet.microsoft.com/wiki/contents/articles/how-to-get-hyperlinks-in-your-microsoft-forum-signature.aspx >TechNet Wiki</a> 正しく動作したなら、"TechNet Wiki" という名前のハイパーリンクが確認できるでしょう...
  • Wiki Page: Microsoft Dynamics CRM 2011 Client Access License Overview

    User CAL - With a user CAL, each licensed user may access the Server from any device. Device CAL - With a device CAL, the CAL is assigned to a device and may be shared by non-concurrent users over time, such as in a shift worker or call center scenario. Employee Self Service CAL – The Employee...
  • Wiki Page: Re-Add Deleted Social Pane - CRM 2011 (Process UI)

    If you happen to delete the "Social Pane" from your form (containing Posts, Activities, & Notes) you can easily re-add it. Open the Form Editor Select the region you wish to add to Select the Insert tab at the top of the screen Select the "Notes" control Save and Publish...
  • Wiki Page: Group Policy Survival Guide

    This is a list of Group Policy resources. You can add resources you find useful, and/or rearrange the ones that are here, for example, by adding new sections. Table of Contents Concepts & How To Planning & Deployment Troubleshooting Technical References Download Tools Blogs Forums Useful...
  • Wiki Page: How to Display File Extensions in a SharePoint Document Library

    There are 2 ways to show file extensions in a SharePoint document library Method1: Convert the document library List View web part to a XSLT dataview Open the document library with FrontPage, Right click and convert to DataView. Modify the XSLT to add select=”@File_x0020_Type...
  • Wiki Page: Work-Around for Ransomware/Moneypack Issue

    Work-Around for Ransomware/Moneypack Issue This guide explains how to overcome some of the White/Screen ransomware viruses that are going about. Please be aware this may not solve ALL of them. This guide is for informational purposes and comes with no guarantee/warranty. I have used this fix several...
  • Wiki Page: How To Determine USB Port Speed On Windows Client

    How To Determine USB port speed installed on Windows Client How to determine USB port speeds on Windows Client after receiving message " This USB mass storage device will function at reduced speed. You must add a HI-SPEED USB Host Controller to this computer to obtain maximum performance "...
  • Wiki Page: Windows Host Memory 32 bit vs 64 Bit

    Overview Will installing a 32 bit application on a 64 bit host allow the application to benefit from the full memory installed on the host? Explanation Most 32 bit apps running on a 64 bit host will generally be able to use 2GB of available physical memory (RAM) by default An option...
  • Wiki Page: How to Get Microsoft Support for a Hacked or Missing Live/Hotmail Account

    Table of Contents Credits This article is for someone who has had a hacked or missing Hotmail or Live account or has a related request to submit through that feedback system. Here are ways to retrieve your account: #1 If you are a Hotmail customer who needs help with your Hotmail...
  • Wiki Page: KB2686509 - Failure Due to Upgrade from Windows ME or 98 to Windows XP

    EDIT OF 6/19/2012: New Instructions: The FIX-IT’s for this KB have been released today for this Security update. They are available for download at : http://support.microsoft.com/kb/2686509 To perform steps 1 through 3 in the " Let me fix it myself " section, run Microsoft...
  • Wiki Page: SharePoint 2010 Best Practices: Copying Permissions Between Site Collections

    Ootb (out of the box), it's not possible to copy permissions between site collections. You can copy permissions programmatically, as explained in http://mosswat.blogspot.com/2009/02/how-to-copy-permissions-between-site.html and http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread...
  • Wiki Page: SharePoint 2010 Best Practices: Folders Not Necessarily Considered Evil

    Nowadays, the use of SharePoint folders is considered to be evil for a variety of reasons. http://stovereffect.com/2010/07/12/metadata-versus-folders/ provides a nice discussion about the shortcomings of folders. End users are typically very comfortable with working with folder structures . ...
  • Wiki Page: SharePoint 2010 Best Practices: Where to Publish a WCF Service

    If you're creating a WCF service you basically have two options: - Create a WCF service in a SharePoint context. - Create a separate WCF service. If you're creating a WCF service in a SharePoint context, you're basically doing the following: you create a SharePointproject, add the...
  • Wiki Page: SharePoint 2010 Best Practices: Asset Versus Picture Library

    If you have pictures, you have the choice to either store them in an asset library or a picture library. What is the best practice here? Asset library (a media library) More info about the asset library: http://office.microsoft.com/en-us/sharepoint-server-help/set-up-a-library-to-store-image...
  • Wiki Page: How to Contact Microsoft Tech Support

    Table of Contents Reference General support: http://support.microsoft.com/contactus http://support.microsoft.com/get-support/more/ Phone numbers: http://support.microsoft.com/contactus/contact_microsoft_customer_serv?&fr=1 Global list of phone numbers: http://support...
  • Wiki Page: How to List Active Directory Group Members (dsforum2wiki)

    Here are a few different ways to list members of an Active Directory group: Using built-in Active Directory command-line tools Following command will provide you first name and last name of member of a group: dsquery group domainroot -name groupname | dsget group -members | dsget user -fn...
Page 3 of 5 (106 items) 12345
Can't find it? Write it!