2014-04-10
WF桌面便签源码
WF桌面便签源码源码描述:C#桌面标签功能有设置文字的前景色,背景色,字号,字体,涂鸦等可以保存文本信息,载入文本信息,适合新手学习借鉴开发环境:vs2012,里面用到了绘图,可以绘制直线和矩形io操作:Notenote=newNote();StreamReadertr=null;try{tr=newStreamReader(txtFile,Encoding.Default);note.Content=tr.ReadToEnd();noteList.Add(note);}catch(Exceptionex){MessageBox.Show(出现打开异常:+ex.Message);}finally{if(tr!=null)tr.Close();}