01 2013 档案

VC引用错误
摘要:用2012修改同事编的vcclr的proj,本地好好的,其他同事运行报错,用2010打开项目惊叹号好多以为手动添加引用就好了,可是靠,指定位置好了,可是(万恶的可是)后来想了想我的机器装了2012vc的运行时,会不会和这个有关系,打开vcxproj<PlatformToolset>v110</PlatformToolset>改为v100搞定。 阅读全文

posted @ 2013-01-29 11:37 beastplus 阅读(122) 评论(0) 推荐(0)

ListBoxItem ContextMenu
摘要:今天想把listboxitem加上右键菜单,如下<Style TargetType="{x:Type ListBoxItem}" BasedOn="{StaticResource ListBoxItemLDPStyle}"> <Setter Property="ContextMenu"> <Setter.Value> <ContextMenu> <MenuItem Header="Header" Click="MenuItem_Cli... 阅读全文

posted @ 2013-01-28 17:35 beastplus 阅读(1285) 评论(0) 推荐(0)

导航