Browse by Tags

Tagged Content List
  • 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: How to Query Trees Using LINQ

    A (directed) tree is one of the most common data types. But how do you use trees in LINQ? This article introduces a generic LINQ-Extension which solves the problem, gives an example and discusses alternatives. Table of Contents Motivation Solution Usage Example Contraindications and Alternatives...
  • 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: 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: Retreiving the Screen Resolution for Windows Phone 8 Emulator

    The Windows Phone 8 supports 3 different screen resolutions like WVGA,WXGA,720P . If you are a developer and wants to retreive the screen resolution dynamically , you can use the ScaleFactor property defined in App.Current.Host.Content.ScaleFactor. Eg : string data = App.Current.Host.Content...
  • Wiki Page: Forum OP Tips: How to Ask a Question Efficiently in a TechNet/MSDN Forum

    This article is written for Forum Original Posters (OPs). Online problem solving can be relatively time consuming because it may demand several messages back and forth to fully understand the symptom and background, especially at the very beginning. Here are a few suggestions that help you get the...
  • Wiki Page: MSDN and TechNet Forum Support

    Table of Contents Forum Issues Forum Ideas and Suggestions Announcements Live ID / Microsoft Account Issues Product Questions Forum Issue Support See Also Forum Issues Forum Click here for the Forums Issues forum . The Forum Issues forum is for submitting bugs and discussing current Forum...
  • 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 Make a Turtle Maze Game

    Table of Contents Overview 1. Creating a maze 1.1 How to create a maze? 2. Creating AI which solves the maze 2.1 How to solve the maze? 2.2 What are needed for Silverlight environment? 3. Creating UI for another turtle 3.1 Create another turtle 3.2 How to control turtle 3.3 How to save score 3.4 Turtle...
  • 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: Reverse Engineering SharePoint WSP Packages

    Table of Contents Reverse Engineering SharePoint WSP Packages Introduction Audience Getting Started Delving Deeper Reverse Engineering SharePoint WSP Packages Disclaimer : Please note that this article is scoped to internally developed WSP Packages only. The terms and conditions that you accept...
  • 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: Uploading (and Resizing) Images to a SharePoint Picture Library via a Webpart

    Getting a file to upload to SharePoint is very easy; essentially it involves adding an asp:FileUpload control to your webpart and adding a button to click on (to upload the selected file!). In this example we're going to create a visual webpart that allows a user to upload an image to SharePoint...
  • Wiki Page: Small Basic: IDE Colors

    These are text colors and the background color used in Small Basic IDE (Integrated Development Environment). #7777FF for Keywords #800000 for Operators and “the dot between Object and Properties/Events/Operations” #000000 for Variables, Subroutines, Labels and "the brackets...
  • Wiki Page: MSDN/TechNet Forums: Known Issues

    Table of Contents My Forums and Forums Home Thread Moderation Threads Displayed on Main Forum Pages Marking & Proposing Answers Displayed Profile Information Forum Layout NNTP bridge users Please leave known issues below. We'll clean them up, add more info, and categorize them as we go....
  • Wiki Page: Small Basic: How to Convert Multi-Line Text into 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(). Following sample code shows how to convert a multi-line text into an array of lines. CRLF = Text . GetCharacter ( 13 ) + Text...
  • 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: SharePoint: Integrate Skype and Facebook Features

    See the following sections for information about how to integrate Skype and Facebook features into your SharePoint site. Table of Contents Skype Facebook Source Other Languages SharePoint 2010 also includes many social features: http://www.orbitone.com/en/blog/archive/2010/05/04/sharepoint...
  • 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 "...
Page 1 of 4 (79 items) 1234
Can't find it? Write it!