-
一个日历的例子MiniCalendar
一个日历的例子MiniCalendar--An example of Mini Calendar
- 2022-03-10 08:34:46下载
- 积分:1
-
C#编写的精美时钟
C#编写的精美时钟-C# exquisitely prepared by the clock
- 2022-06-15 15:13:02下载
- 积分:1
-
影片结构
这个源代码是关于一个约movieType结构的C语言编程 定义一个struct,movieType,存储以下dataabout电影:电影的名字(字符串),电影导演(字符串),制片人(字符串),这一年的电影发行(INT),以及数ofcopies股票。编写一个程序,声明类型movieType的avariable,提示用户输入数据有关的电影,andoutputs的电影数据。
- 2022-03-18 02:37:47下载
- 积分:1
-
万年历Calendar
资源描述 这本来是我为一个商业PDA产品开发的日历程序,最近移植于PC机上, 所以算法
和数据部分是用纯C++写的,不涉及MFC,所有的代码都是以短节省存储空间为主要目
的.
很高兴你对这些代码有兴趣,你可以随意复制和使用些代码,唯一有一点小小的
愿望:在你使用和复制给别人时,别忘注明这些代码作者:-)。程序代码也就罢了,后
面的数据可是我辛辛苦苦从万年历上找出来输进去的。
如果你有什么好的意见不妨Mail给我。
- 2022-05-17 22:50:30下载
- 积分:1
-
CHtmlView 网页操作
简单小程序,使用CHtmlView类浏览网页,同时解决了新网页在同一个view里打开。同时也尝试修改网页元素值
- 2022-05-22 22:49:54下载
- 积分:1
-
推荐一款Vista界面模仿窗体的源码示例,界面做的是挺漂亮的,可以在WIN2K下运行...
推荐一款Vista界面模仿窗体的源码示例,界面做的是挺漂亮的,可以在WIN2K下运行-Recommend a Vista interface mimic the form of source code examples, make the interface is pretty and can be run in WIN2K
- 2022-01-28 20:41:52下载
- 积分:1
-
一个制作圆形按钮的例子
一个制作圆形按钮的例子-An example of the production of radio button
- 2022-01-20 23:20:29下载
- 积分:1
-
一直以来,Windows应用程序是基于GDI/User 窗口结构的,而这个结构限制了不少地方。当你尝试使用这个内建的控件集,然后简单迅速地得到了一个非常非常漂亮...
一直以来,Windows应用程序是基于GDI/User 窗口结构的,而这个结构限制了不少地方。当你尝试使用这个内建的控件集,然后简单迅速地得到了一个非常非常漂亮的应用程序的之后,你就会理解这个限制。
一个无窗体的用户界面并不使用原始的Win32控件。取而代之的是,给屏幕上的每个控件定制图像显示:包括标签、按钮、列表框等等。使用这一种接口以及不是最新的了:大部分很酷的程序都开始“皮肤”,比如WinAmp和MS Media Player。不过skinning只适合一些小的应用程序,它们拥有很少的对话框。如果你正在做一个数据库驱动的程序,你需要一个固定的框架.-All along, Windows applications are based on GDI/User window structure, and this structure limits in many areas. When you try to use the built-in control set, and then simply and rapidly got a very, very nice application, you ll understand this limit.
A free form user interface does not use the original Win32 controls. Instead, to customize the on-screen image display for each control: including labels, buttons, list boxes and so on. Use this kind of interface and not up to date: the majority of programs have begun to cool "skin" such as WinAmp, and MS Media Player. But skinning is only suitable for small applications, they have very little dialog box. If you re doing a database-driven program, you
- 2022-03-01 03:08:18下载
- 积分:1
-
自定义滚动条,支持平滑、非平滑两种形状。可自定义颜色
自定义滚动条,支持平滑、非平滑两种形状。可自定义颜色-Custom scroll bars, to support smooth, non-smooth two kinds of shapes. Customizable colors
- 2022-10-12 18:15:04下载
- 积分:1
-
实现LONG型时间和年月日时分秒相互转化
应用背景数据库中存储的时间一般为LONG型的数据,不便于看出来是具体是哪个时间,这个工具就可以实现LONG型到年月日时分秒的转化,反过来也可以。关键技术两张类型时间转化,应用了时间转化的相关函数,对应的时区不同,转化的结果也不同,会根据当前时区转化出相应的结果,便于查看。
- 2022-08-15 11:34:08下载
- 积分:1