2005年4月14日

13:42 | 评论 (0)

2005年4月13日

Go to hell!
[Mobile发表]

22:12 | 评论 (0)

测试HTML文件。

17:35 | 评论 (0)

 ' Just copy from msdn
'''''''''''''''''''''''''''''''''''''''''''''''''
Sub    Application_BeforeApplicationShutDown()
   ' Clean every configurarion when VC shutdown

 CleanEveryConfiguration
End Sub 
Sub CleanEveryConfiguration
 Dim projCol
 Dim configCol
 Dim numProjects
 Dim numConfigs
 Dim i
 Dim j
 set projCol = Projects
 numProjects = projCol.Count
 For i=1 To numProjects
    Dim proj
    set proj = projCol(i)
    If proj.Type = "Build" Then
    set configCol = proj.Configurations
    numConfigs = configCol.Count
    For j=1 to numConfigs
    Dim config
    set config = configCol(j)
    Clean config
    Next
    End If
 Next
End Sub'''''''''''''''''''''''''''''''''''''''''''''''''

Readings:
[MSDN]visaul Studio 6.0 Documentation\Visual C++ Documentation\Using Visual C++\Visual C++ User's Guide\Automating Tasks in Visual C++

16:34 | 评论 (0)

明白了!

需要把<写成&lt;,把>改成&gt;

16:27 | 评论 (0)

下一步修改这个Bug

16:23 | 评论 (0)

明白了!

需要把<写成<,把>改成>

16:17 | 评论 (0)


16:09 | 评论 (0)

Post HTML文件。研究中……

16:05 | 评论 (0)

15:38 | 评论 (0)

15:32 | 评论 (0)

这么加 [HKEY_CLASSES_ROOT\txtfile\shell\Bone!\command] @="E:\\BlogOne\\d\\VC6\\Bone\\Debug\\bone.exe /f %1" 现在的问题是: 1、把GUI命令行转换到Console的函数有些问题。 2、不能Post HTML文件。 3、文本文件Post上去后换行丢了。

14:19 | 评论 (0)

<<  67 68 69 70 71 72 73 74 75 76 77 78 79 >>

Copyright twinsant.