Welcome![Sign In][Sign Up]
Location:
Search - SLIDER

Search list

[Shell apiCommonControls

Description: Windwos最常用的各种控制模块(强烈推荐),VC++,编译OK,如进度条,slider,背景颜色-Windows most commonly used variety of control modules (strongly recommended), VC++, Compiled OK, such as the progress bar, slider, the background color
Platform: | Size: 184320 | Author: 刘海泉 | Hits:

[Windows CESliderUse

Description: 在WINCE上实现演示滑动条的使用,用以实现设置RGB颜色的功能。-WINCE realize in the demonstration of the use of the slider to set the RGB color realize functions.
Platform: | Size: 116736 | Author: 周蕊 | Hits:

[GDI-Bitmappicshow3.07

Description: TPicShow is an image slider control with 150 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
Platform: | Size: 1027072 | Author: type | Hits:

[Software EngineeringSlider_Prog

Description: evc编译通过,wince下的滑块和进度条,都支持贴图,可以用自己制作的图片做出想要的进度条和滑块。通过不同的标志把两个控件集成到一个类中。-EVC compiler through, wince under the slider and progress bar, are in support of mapping can be used to produce their own pictures to make the desired progress bar and slider. Through different signs of the two controls into a single category.
Platform: | Size: 77824 | Author: limquan | Hits:

[Button controlCSliderCtrlEx_src

Description: 可以将slider控件做的很漂亮,大家做参考,我在自己的程序中直接从cwnd继承creat了一个按钮就出不来效果,可是我新建了一个工程就可以,原因待查,不过程序很好-Slider controls can be so very beautiful, we do refer to, in my own process to inherit directly from CWnd creat a button to get results, but I built a project can, of unknown origin, but very good procedures
Platform: | Size: 10240 | Author: lad | Hits:

[Browser Clientblueshoes-js-slider-4.5_public

Description: javascript的拖动条,由各纵样式,事例齐全-javascript drag the article, by the vertical style, examples of complete
Platform: | Size: 197632 | Author: gettouch | Hits:

[Static controlSliderDemo

Description: 用MFC编写的一个关于滑块的对话框应用程序。-MFC prepared with a dialog box on the slider applications.
Platform: | Size: 27648 | Author: aliu | Hits:

[Button controlProgressSlider_demo

Description: 一个很酷的slider控件,应该对大家有帮助-A cool slider controls, should have helped U.S.
Platform: | Size: 53248 | Author: xsz | Hits:

[GUI DevelopImprovedSlider_demo

Description: MFC自带的滑动条定位很不精确,即点击后滑动块不能到达鼠标点击位置,而是往点击方向前进一些。本程序的CNiceSliderCtrl继承了CSliderCtrl,在滑动块定位上进行改进,能精确定位点击位置,用起来非常舒服-MFC own very precise positioning of the slider, or click your mouse, click on the sliding block inaccessible location, but to click on some direction. Of this procedure CNiceSliderCtrl inherited CSliderCtrl, in the sliding block to improve positioning, precise positioning can click on the location, very comfortable to use
Platform: | Size: 10240 | Author: shenlj636 | Hits:

[matlabdang3

Description: matlab界面设计中利用slider控件实现图形、显示控制。-matlab interface design to make use of slider controls realize graphics display control.
Platform: | Size: 5120 | Author: 党秀 | Hits:

[Picture ViewerapiXPSlide

Description: 不用API函数完美实现XPSlide滑动条,无任何函数。操作过程中无任何闪烁。以后将继续完善其他功能 -API functions do not realize the perfect XPSlide slider without any function. Operation without any flicker. After the other functions will continue to refine
Platform: | Size: 159744 | Author: ehok | Hits:

[Windows CESliderUse

Description: 滑动条的使用。wince操作系统程序,evc编程。-The use of slider. wince operating procedures, evc programming.
Platform: | Size: 115712 | Author: 叶子 | Hits:

[Graph programlife3D

Description: 3-Dimensional version of Conway s Game of Life. "Life" is a cellular automaton invented by John Conway that involves live and dead cells in a rectangular, two-dimensional universe. This implementation uses a M x M x M grid the number initial ramdomly generated cells can be changed using the slider control. Whether cells stay alive, die, or generate new cells depends upon how many of their eight possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the universe. Pressing the "Start" button automatically seeds this universe with several small random communities. Some will succeed and some will fail.
Platform: | Size: 3072 | Author: dairy | Hits:

[OtherSliderTest

Description: 主要实现如何在对话框中使用滑动条控件,对于初学者来说是个很好的实例-Main realize how the use of the slider in the dialog box control, for beginners is a good example of
Platform: | Size: 4573184 | Author: 谢康弘 | Hits:

[Windows DevelopTestSliderSDK01

Description: 一个slider自绘控件,一个slider自绘控件-Since the painting of a slider control, a slider control from painting
Platform: | Size: 795648 | Author: shijian | Hits:

[GUI DevelopSlider

Description: 该例实现如何将外部控件(如滑条控件)添加到GCGToolBar类中.具有如下特性:(1)在自定义模式下可以改变控件尺寸和位置(2)实现控件拖拽功能.(3)不同的控件复制可以实现同步.
Platform: | Size: 380928 | Author: yangasdtat | Hits:

[ToolBarSkinSlider

Description: slider自定义美化界面的控件,对控件的美化-Custom landscaping slider interface controls, to control landscaping
Platform: | Size: 23552 | Author: 罗诚 | Hits:

[Windows CESliderUse

Description: 嵌入式WINCE滑块控件编程使用,用EVC开发实现-Embedded WINCE programming using slider controls, and realize EVC Development
Platform: | Size: 116736 | 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:

[Communication-Mobileslider

Description: symbian 中 滚动条的使用 可以用在亮度,语音大小,时间等的调度上的源代码。-symbian in the use of scroll bars can be used in light, voice, size, time scheduling at the source code.
Platform: | Size: 21504 | Author: qunima | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net