CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of IDE
XML
 <!-- find Microsoft.Common.targets under C:\Windows\Microsoft.NET\Framework\ -->
<Project DefaultTargets="Build" InitialTargets="_CheckForInvalidConfigurationAndPlatform"
         xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
    <PropertyGroup>
        <UseVSHostingProcess>false</UseVSHostingProcess>
    </PropertyGroup>
 
    <!-- ... -->
</Project>
by bnaya   October 19, 2011 @ 1:10am
Tags: IDE, VS2010, VSHost
79 Views
no comments
 
• 4-Starred Ladybug Of Doom 83994646 
• 7 Colored Fish 23771716 
• 7 Completed 86198326 
• Abyss Flower 40387124 
• Acid Crawler 77568553 
• Acid Trap Hole 41356845 
• Air Marmot of Nefa 75889523 
• Akakieisu 38035986 
• Akihiron 36904469 
• Alinsection 70924884 
by cris   July 16, 2010 @ 8:14pm
208 Views
no comments
 
 
 
1 Card 1 301D0250 0063
2 Card 2 301D0251 0063
3 Card 3 301D0252 0063
4 Card 4 301D0253 0063
5 Card 5 301D0254 0063
6 Card 6 301D0255 0063
7 Card 7 301D0256 0063
8 Card 8 301D0257 0063
by cris   July 16, 2010 @ 8:11pm
106 Views
no comments
 
XML
<roleManager enabled="true" defaultProvider="MySQLRole">
   <providers>
      <clear/>
      <add name="MySQLRole" 
           connectionStringName="MySQLConStr" 
           applicationName="/" 
           type="MySql.Web.Security.MySQLRoleProvider, MySql.Web, Version=6.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"/>
   </providers>
</roleManager>
by SilverAdder   May 05, 2010 @ 12:40am
306 Views
no comments
 
XML
<membership defaultProvider="MySQLMembership">
   <providers>
      <clear/>
      <add name="MySQLMembership" 
           connectionStringName="MySQLConStr" 
           enablePasswordRetrieval="false" 
           enablePasswordReset="true" 
           requiresQuestionAndAnswer="true" 
           applicationName="/" 
           requiresUniqueEmail="false" 
by SilverAdder   May 05, 2010 @ 12:33am
366 Views
no comments
 
Imports System.Text.RegularExpressions
 
Module Module1
 
    'http://learn.open.ac.uk/mod/oublog/viewpost.php?post=23031
    'www.ForkandBeard.co.uk
 
    Sub Main()
        Dim strUserNumbers As String()
        strUserNumbers = New String() { _
by Mitchell William Cooper   November 26, 2009 @ 5:28am
441 Views
no comments
 
Imports System.Text.RegularExpressions
 
Module Module1
 
    Sub Main()
        Dim strUserNumbers As String()
        strUserNumbers = New String() { _
              "H0W_BOvThemy84kies" _
              , "01543 MWC66" _
              , "8" _
by Mitchell William Cooper   November 26, 2009 @ 5:27am
307 Views
no comments
 
function ltr_override(e)
{
//‫از این تابع در onkeypress هر textBox که استفاده شود باعث می‌شود که 
//کاراکترهای تایپ شده توسط کاربر به طور مطلق از چپ به راست نمایش داده
//شود. حتی اگر کاربر یک متن فارسی را وارد کند. کاربرد فعلی این تابع
//در شماره نامه است که همیشه از چپ به راست خوانده می‌شود
 
//‫دقت شود که رشته تولید شده توسط این تابع پر از کاراکتر یونیکد 0x202d است و 
//قبل از ذخیره در بانک اطلاعاتی یا انجام هر پردازش دیگری باید از رشته مورد نظر پاک شود
by afsharm   September 10, 2009 @ 3:07am
264 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate