Welcome![Sign In][Sign Up]
Location:
Search - bitmap slider

Search list

[GUI DevelopCBitmapSlider_demo

Description: vc实现的支持位图的slider 控件。-vc achieve the support bitmap slider controls.
Platform: | Size: 72865 | Author: 我是谁 | Hits:

[GUI DevelopCBitmapSlider_src

Description: Introduction Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency effect for both channel and thumb. Customize size of the thumb. Flicker free. It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap.
Platform: | Size: 9068 | Author: 赵建 | Hits:

[Special Effectspicshow[delphi]

Description: TPicShow is an image slider control with 171 transitional effects in pure Delphi code. The major characteristics of TPicShow are: Image transition can be controlled programmatically Image can be stretched or centered in the client area of the control Control can show a background image as centered, stretched, or tiled Transition process can use a separated thread New transitional effects can be easily implemented and added to the control TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, and metafile images (natively) from a blob field.
Platform: | Size: 1122612 | Author: sea | Hits:

[GUI DevelopCBitmapSlider_demo

Description: vc实现的支持位图的slider 控件。-vc achieve the support bitmap slider controls.
Platform: | Size: 72704 | Author: 我是谁 | Hits:

[ARM-PowerPC-ColdFire-MIPSarmbk-src

Description: ch03目录下: disasm.tgz :作者改写的反汇编器,可以输出比较容易接受的汇编格式。 simpleboot.tgz: 作者编写的简单boot代码 ch04目录下: gba_ucos.tgz : 作者移植的可运行在GBA(或者模拟器)上的uC/OS-II代码 ch05目录下: znet.tgz : 作者在uC/OS-II上实现的tcp/ip协议实现代码 ch09目录下: font.c 字体显示和变更例程 image1 位图文件加载与显示 2win.c 两个窗口间消息传递例程 button 按钮制作的例程 slider 游戏文件程序 -ch03 directory: disasm.tgz: Author rewrite anti-assembler, you can find it easier to accept the output of the compilation format. simpleboot.tgz: the author has prepared a simple boot code ch04 directory: gba_ucos.tgz: Author transplantation may be running on GBA (or emulator) on uC/OS-II code ch05 directory: znet.tgz: Authors in uC/OS-II to achieve the tcp/ip protocol code ch09 directory: font.c font display and change the routine image1 bitmap file to load and display two 2win.c windows messaging button button routine production routines slider game documentation procedures
Platform: | Size: 548864 | Author: 郭少枫 | Hits:

[GUI DevelopCBitmapSlider_src

Description: Introduction Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency effect for both channel and thumb. Customize size of the thumb. Flicker free. It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap. -IntroductionDo you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency effect for both channel and thumb. Customize size of the thumb. Flicker free. It uses CMemDC from Keith Rule s article to implement double buffering, and uses functions from Raja Segar s article to display transparent bitmap.
Platform: | Size: 9216 | Author: 赵建 | Hits:

[Special Effectspicshow[delphi]

Description: TPicShow is an image slider control with 171 transitional effects in pure Delphi code. The major characteristics of TPicShow are: Image transition can be controlled programmatically Image can be stretched or centered in the client area of the control Control can show a background image as centered, stretched, or tiled Transition process can use a separated thread New transitional effects can be easily implemented and added to the control TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, and metafile images (natively) from a blob field.
Platform: | Size: 1122304 | Author: sea | Hits:

[Picture Viewerpicshow

Description: PicShow & DBPicShow v4.10-TPicShow is an image slider control with 172 transitional effects in pure Delphi code. The major characteristics of TPicShow are: * Image transition can be controlled programmatically * Image can be stretched or centered in the client area of the control * Control can show a background image as centered, stretched, or tiled * Transition process can use a separated thread * New transitional effects can be easily implemented and added to the control TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, metafile, and png (Delphi 2009 and later) images from a blob field.
Platform: | Size: 1162240 | Author: yyy | Hits:

[GUI DevelopCBitmapSlider

Description: 位图实现的Slider条 美观实用 彻底摆脱vs自带的Slider Control的丑陋-Slider bitmap be beautiful to achieve practical vs own to rid itself of the ugly of the Slider Control
Platform: | Size: 8192 | Author: 余昊男 | Hits:

[Picture Viewerpicshow

Description: TPicShow is an image slider control with 172 transitional effects in pure Delphi code. The major characteristics of TPicShow are: * Image transition can be controlled programmatically * Image can be stretched or centered in the client area of the control * Control can show a background image as centered, stretched, or tiled * Transition process can use a separated thread * New transitional effects can be easily implemented and added to the control TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, metafile, and png (Delphi 2009 and later) images from a blob field.-TPicShow is an image slider control with 172 transitional effects in pure Delphi code. The major characteristics of TPicShow are: * Image transition can be controlled programmatically * Image can be stretched or centered in the client area of the control * Control can show a background image as centered, stretched, or tiled * Transition process can use a separated thread * New transitional effects can be easily implemented and added to the control TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, metafile, and png (Delphi 2009 and later) images from a blob field.
Platform: | Size: 1174528 | Author: Lvlin | Hits:

[GUI DevelopSkinSliderSrc

Description: Here is a solution for developers looking for a skin based slider control. It is different from the article Transparent Slider Control by Nic Wilson in the way that it allows you to skin the background and tick of the slider control and also allows you to have a customized cursor over the slider control. The main class for slider control is CZipSliderCtl that uses another bitmap class CZipBitmap for drawing normal and transparent images on the control. It is very easy to use and looks good (if you have good-looking images), so go for it. Follow the following instructions to use it in your application.-Here is a solution for developers looking for a skin based slider control. It is different from the article Transparent Slider Control by Nic Wilson in the way that it allows you to skin the background and tick of the slider control and also allows you to have a customized cursor over the slider control. The main class for slider control is CZipSliderCtl that uses another bitmap class CZipBitmap for drawing normal and transparent images on the control. It is very easy to use and looks good (if you have good-looking images), so go for it. Follow the following instructions to use it in your application.
Platform: | Size: 2048 | Author: ashok | Hits:

[GUI Developtongkj

Description: 26个VC++界面编程通用控件源代码实例: 如何获得指定点的控件指针 如何将编辑框中输入的字符转换为大写(小写) 如何设置和获得单选按钮的选中状态 如何设置和获得一组单选按钮的选中状态 如何设置列表控件的显示方式 如何设置组合框中列表框的宽度 如何实现带自动完成功能的组合框 如何实现位图按钮 如何使用滑块 如何使用进度条 如何使用列表框 如何使用旋转按钮 如何使用组合框 如何通过控件ID获得控件窗口指针 如何为控件添加工具提示 如何通过控件窗口指针获得控件ID 如何为控件添加工具提示 如何限制编辑框输入文本的长度 如何在按钮上显示图标 如何在列表控件中插入列 如何在列表框中添加水平滚动条 如何在组合框中显示文件列表 -26 VC++ programming interface, common control source code examples: How to get pointer to the specified point of control How to edit box, enter the characters converted to uppercase (lowercase) How to set and get the selected radio button How to set up and get a group of radio button selected How to set the list control is displayed How to set the width of the combo box list box How to implement functions with auto-complete combo box How to implement bitmap button How to use the slider How to use the progress bar How to use the list box How to use the spin button How to use the combo box How to control access to the control window pointer ID How to add a tool tip control How to control window pointer access control ID How to add a tool tip control How to limit the length of text edit box input How to display icon on the button How to insert column list control How to add a level in the list box scroll bar How to display the file list in the c
Platform: | Size: 329728 | Author: 是是 | Hits:

[Button controlMyCoolSlider

Description: 可以实现Slider控件的美化,改变控件的位图。改变图片即可,十分好用-Slider control can be achieved landscaping, change control bitmap. Change the picture can be very useful
Platform: | Size: 141312 | Author: dfd | Hits:

[GUI DevelopSkinscrollbar_demo

Description: 更改Scroll bar滑块样式及添加位图-Scroll bar slider to change the style and add a bitmap
Platform: | Size: 56320 | Author: | Hits:

[GUI Develop26-control-example-the-source-code

Description:   26个VC++界面编程通用控件源代码实例:   如何获得指定点的控件指针   如何将编辑框中输入的字符转换为大写(小写)   如何设置和获得单选按钮的选中状态   如何设置和获得一组单选按钮的选中状态   如何设置列表控件的显示方式   如何设置组合框中列表框的宽度   如何实现带自动完成功能的组合框   如何实现位图按钮   如何使用滑块   如何使用进度条   如何使用列表框   如何使用旋转按钮   如何使用组合框   如何通过控件ID获得控件窗口指针   如何为控件添加工具提示   如何通过控件窗口指针获得控件ID   如何为控件添加工具提示   如何限制编辑框输入文本的长度   如何在按钮上显示图标   如何在列表控件中插入列   如何在列表框中添加水平滚动条   如何在组合框中显示文件列表 -26 a vc++ programming interface general control source code examples: How to get control of the pointer designated point How to edit box in of the input characters into capital (small) How to set up and get radio buttons selected state How to set up and get a group of selected state radio button How to set up the list control showing the way How to set up combo boxes the width of the list box How to realize the combination of complete function with automatic box How to realize a bitmap button How to use the slider How to use the progress bar How to use the list box How to use the rotating button How to use the combination box How to get control via the control ID window pointer How to add the tooltip control How to get control via the control window pointer ID How to add the tooltip control How to limit the length of the input text edit box How to button on the display icon How to insert listed in a list co
Platform: | Size: 7606272 | Author: 吕波 | Hits:

[Delphi VCLpicshow420

Description: 图片特效显示控件,能实现176种特效显示-TPicShow is an image slider control with 176 transitional effects in pure Delphi code. The major characteristics of TPicShow are: Image transition can be controlled programmatically Image can be stretched or centered in the client area of the control Control can show a background image as centered, stretched, or tiled Transition process can use a separated thread New transitional effects can be easily implemented and added to the control TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, metafile, and png (Delphi 2009 and later) images from a blob field.
Platform: | Size: 1174528 | Author: zxw | Hits:

[Software Engineeringduihuakuangbiancheng

Description: 掌握对话框的编程,包括模式对话框、无模式对话框以及属性表和属性页 理解对话框控件和相对应的变量之间的交互,会熟练使用UpdateData函数 掌握各种控件的使用,尤其是编辑框、列表框、组合框、按钮要熟练。 理解Tab Order的含义 会使用位图按钮,以及一些其它的通用控件,如进展控制、动画控制、微调按钮、滑动条控制等 -Master dialog programming, including the modal dialog box, modeless dialogs and property sheets and property pagesUnderstand the dialog box controls and the corresponding variables between the interaction, can skilled use of UpdateData functionTo master the use of various controls, especially in the edit box, list box, combo box, button to be skilled in.Understanding the meaning of Tab OrderUse of bitmap button, as well as some other common controls, such as the progress control, animation, fine tuning control button, slider control
Platform: | Size: 43008 | Author: wz | Hits:

[Special EffectsCoolSlider

Description: 自定义风格的Slider,类似Windows Media Player 9.0风格的播放滑块(Slider),改变位图,即可以更换Slider风格-Player similar to Windows Media Player 9.0 style custom style Slider, Slider (Slider), change the bitmap that can replace Slider style
Platform: | Size: 7168 | Author: 罗伟泉 | Hits:

CodeBus www.codebus.net