Search Result

Collapse
5 results in 0.0048 seconds.
Keywords
Members
Tags
net
  •  

  • Custom Font Dialog/Selector for C# that filters out non true type fonts

    Since the inbuilt Font Dialog returns a 'Not a True Type Font' Exception on selecting a Non True Type Font, I'm trying to create a Custom Font Dialog using Font-families which filter out non true type fonts.

    The Control is working perfectly but I need a size and style selectors for this dialog.
    See more | Go to post

  • BALLS
    started a topic RE: Visual Studio NOOB question - XML -

    RE: Visual Studio NOOB question - XML -

    RE: Visual Studio NOOB question - XML -

    I need to find/extract XML output from a VS 2010 "web project". I've inherited the project from somebody who vacated it without notice. I DO NOT KNOW WHAT I'M DOING IN VS... but have been told by my boss that I must figure it out. My understanding is that when a VS "project" is "Run" it will generate XML output. I'M A TOTAL NOOB. How do I "open" and "run"...
    See more | Go to post

  • UnManaged object clearance without dispose or finalizer

    Dear All,

    Please help me to sort one of my doubts regarding Release of Un-Managed Objects. If we are not explicitly calling dispose/close method for un-managed objects neither we are implementing finalizer for this unmanaged objects then what will happened for this unmanaged objects. Whether Operating system will take care after some time to release it or it will stay there till Operating system shouldn't get restarted. Please share...
    See more | Go to post

  • gam14bytes
    started a topic sitemap and tabindex

    sitemap and tabindex

    Hello my helpers :-)

    I have a Problem with a sitmap and the Tabindexes. I want to give each Sitemapnode in a the Web.sitemap thier own tabindex, but it does not function.
    CODE:
    <?xml version="1.0" encoding="utf-8" ?>
    <siteMap xmlns="http://schemas.microso ft.com/AspNet/SiteMap-File-1.0" >

    <siteMapNode title="root" description="">...
    See more | Go to post

  • BurnTard
    started a topic Making array if array not present?

    Making array if array not present?

    I've been given the task to make a hangman like program, and it seemed simple to me, but I just can't make the code behave like I want it to. I need the code to check if the array "placement" is a session variable, and if not it needs to set up an array of equal length to the array "arr".

    Code:
    // Default.aspx.cs created with MonoDevelop
    // User: Lynx at 14:08*02/16/2009
    //
    // To change standard
    ...
    See more | Go to post
    Last edited by Frinavale; Feb 18 '09, 04:05 PM. Reason: Moved to ASP.NET Answers from .NET
Working...