• 您的位置我爱Aspx >> VB.Net >> OK.这个是完整的VB.NET的语法解析程序。比较长,不过支持全部的关键字,直接就可以用了。
  • OK.这个是完整的VB.NET的语法解析程序。比较长,不过支持全部的关键字,直接就可以用了。

  • 作者:aspxer  来源:internet  日期:2007-5-20 14:01:45  关键字:.net
  • const string TAG_FNTMRN = @"<font color=""maroon"">" ;

    const string TAG_FNTBLACK = @"<font color=""black"">" ;

    const string TAG_EFONT = @"</font>" ;

    const string TAG_SPNYELLOW = @"<span style=""background-color: yellow;"">";

    const string TAG_ESPAN = @"</span>";

    const string TAG_B = @"<b>";

    const string TAG_EB = @"</b>";

    const string TAG_COMMENT = @"<font colr=#008200>";

    const string TAG_ECOMMENT = @"</font>";

    //

    public CodeAnalysis()

    {

    //

    // TODO: 在此处添加构造函数逻辑

    //

    }

    /// <summary>

    /// 处理VB.NET代码,彩色化..

    /// </summary>

    /// <param name="Code">传入的Code</param>

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:字符串加解密的类(VB.NET Source Code)
    下一篇:Auto Complete combo Box(VB.NET Source Use API)