基本信息
源码名称:C# wince 任务栏的隐藏和挂起
源码大小:0.03M
文件格式:.rar
开发语言:C#
更新时间:2023-04-20
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
C# wince 任务栏的隐藏和挂起
C# wince 由于任务啦处于挂起状态,使界面不能全屏,可以在启动程序时隐藏任务栏,关闭程序时回复任务栏,这样使程序一直处于全屏状态


文件清单
└── WinceTaskbarHide
    ├── DeviceApplication1
    │   ├── bin
    │   │   └── Debug
    │   │       ├── DeviceApplication1.exe
    │   │       └── DeviceApplication1.pdb
    │   ├── DeviceApplication1.csproj
    │   ├── DeviceApplication1.csproj.user
    │   ├── Form1.cs
    │   ├── Form1.Designer.cs
    │   ├── Form1.resx
    │   ├── Form2.cs
    │   ├── Form2.Designer.cs
    │   ├── Form2.resx
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── DeviceApplication1.csproj.GenerateResource.Cache
    │   │   │   ├── DeviceApplication1.exe
    │   │   │   ├── DeviceApplication1.Form1.resources
    │   │   │   ├── DeviceApplication1.Form2.resources
    │   │   │   ├── DeviceApplication1.pdb
    │   │   │   ├── DeviceApplication1.Properties.Resources.resources
    │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   └── TempPE
    │   │   └── DeviceApplication1.csproj.FileListAbsolute.txt
    │   ├── Program.cs
    │   └── Properties
    │       ├── AssemblyInfo.cs
    │       ├── Resources.Designer.cs
    │       └── Resources.resx
    ├── DeviceApplication1.iloprj
    ├── DeviceApplication1.sln
    └── DeviceApplication1.suo

8 directories, 25 files