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

Search list

[Dialog_WindowSizingDialog_V2_4_scr

Description: 可以控制对话框对各项控制随大小改变 能位置自动移动的源码-resize all chile item in dialog size change
Platform: | Size: 61440 | Author: zh | Hits:

[GDI-Bitmapwgydraw

Description: 使用GDI绘图程序,可以任意画圆画方,并能拖动、调整大小、设置属性等。-The use of GDI drawing procedures can drawcircle square and drag, resize, set properties and so on.
Platform: | Size: 3334144 | Author: 王光友 | Hits:

[.netC++_CLI_Array_Resize

Description: Documents explains the usage of Array::Resize method in C++/CLI across the methods.
Platform: | Size: 7168 | Author: Abhishek | Hits:

[Windows DevelopMain

Description: 支援數位影像放大縮小之內插影像處理 , linear, bilinear 內插-support image resize with linear , bilinear interpolation
Platform: | Size: 2115584 | Author: 楊敏淳 | Hits:

[OtherDragResizeRotateItems

Description: Drag Resize Rotate for WPF example
Platform: | Size: 770048 | Author: san5507 | Hits:

[Other Web Codedhtml-week-planner

Description: This a nice DHTML week planner. It used Ajax to get events/appointments from the server. This script makes it easy for you to move, resize and edit events without having to reload the page. The changes you make are instantly sent to a server so that they could be saved in your database.-This is a nice DHTML week planner. It used Ajax to get events/appointments from the server. This script makes it easy for you to move, resize and edit events without having to reload the page. The changes you make are instantly sent to a server so that they could be saved in your database.
Platform: | Size: 16384 | Author: Jerry | Hits:

[Windows Developmin_max_window_size

Description: set the min and max size of the window for user resize it.
Platform: | Size: 1024 | Author: Ricardo | Hits:

[Other systemsupload_resize

Description: Script resize image upload php
Platform: | Size: 5120 | Author: xomers | Hits:

[OpenGL programNeHeOpenGL

Description: NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h> // Header File For The Glaux Library HDC hDC=NULL // Private GDI Device Context HGLRC hRC=NULL // Permanent Rendering Context HWND hWnd=NULL // Holds Our Window Handle HINSTANCE hInstance // Holds The Instance Of The Application bool keys[256] // Array Used For The Keyboard Routine bool active=TRUE // Window Active Flag Set To TRUE By Default bool fullscreen=TRUE // Fullscreen Flag Set To Fullscreen Mode By Default LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM) // Declaration For WndProc GLvoid ReSizeGLScene(GLsizei width, GLsizei height) // Resize And Initialize The GL Window { if (height==0) // Prevent A Divide By Zero By { height=1 // Making Height Equal One } glViewport(0,0,width,height)
Platform: | Size: 11925504 | Author: 任龙 | Hits:

[GUI DevelopAutosizeObj

Description: 自动适应窗口大小,供各位参考实践。vb编写-auto resize
Platform: | Size: 130048 | Author: jorling | Hits:

[Dialog_WindowVBFormAutoResize

Description: 重点推荐:自动缩放窗体内控件 实现窗体内的控件随窗体的Resize自动按比例缩放-Key Recommendation: Automatic zoom window of the body controls the body' s controls to achieve window with the form Resize automatically scaling
Platform: | Size: 11264 | Author: | Hits:

[WEB CodeImageUpload

Description: A simple, easy to use image uploader script with resize function. The script uploads the image file and create a normal and a thumbnail sized images as well. Supports images up to 10Mp. You can configure where to store the files and the size of the images. Very easy installation, you only need to upload the files to your webserver and that s all. Changing the look of the script is easy as well using CSS. Usage: just upload the file to your webserver and visit the index page
Platform: | Size: 11264 | Author: emre | Hits:

[JSP/JavaBlobs1

Description: creates random blobs, little diamonds. every time you refresh or resize the applet box they randomize again
Platform: | Size: 3072 | Author: William Woodward | Hits:

[Dialog_WindowWndResizer

Description: Small and handy control resizer. Register every control you need to resize and pass WM_SIZE message to resizer
Platform: | Size: 2048 | Author: brain-ripper | Hits:

[Windows DevelopA4

Description: 程序一运行主框架就占满全屏幕,以及消除主框架窗口的最大最小按钮,使窗口不可RESIZE-Program runs the main frame to fill a full-screen, and the elimination of the main frame window, max-min button to the window, and so can not be RESIZE
Platform: | Size: 1913856 | Author: creed | Hits:

[Dialog_WindowGeometry_demo

Description: 这是一个可以方便的改变窗口控件位置模板类,完美解决了窗口大小改变时,控件大小和位置不随父窗口改变的问题!只要在你的工程中加入给文件,就可轻松实现控件的自适应!-First of all this is not a library. There is no associated DLL or LIB to link to. Secondly, it is not a class hierarchy. You don’t have to derive your classes from classes exposing this functionality. Often, you already have a hierarchy of classes designed for a certain behavior. This behavior does not include repositioning/resizing of child controls, but you want to add it. Since the MFC doesn’t let you use multiple inheritance when it comes to windows, you might wonder what is the solution. Well, the solution is templates. GEOMETRY is actually a collection of templates designed to make your windows to resize gracefully.
Platform: | Size: 35840 | Author: tecobest | Hits:

[Button controli2009728125019

Description: RKButton是什么?简单来说就是具有vista按钮一切效果的按钮控件 抽空更新了一下,抛弃了label,改用drawtext画caption,于是解决了闪烁问题。也很完美的搞定了drawtext自动换行以及caption的垂直居中定位问题(算法可能还不够快,但好用就行了。。仅在caption change和resize的时候重新计算一下),加入了空格键的检测,现在这个按钮的行为模式和标准commandbutton应该都一样了。 另外优化了几个地方,具体就不写了-RKButton What is this? Is simply all the results with the vista button, the button controls Taking the time to update a moment abandoned the label, use drawtext picture caption, then solve the flicker problem. Is also the perfect Gaoding the drawtext wrap, as well as the vertical center positioning of caption (algorithm might not be fast enough, but it handy on the list.. Only in the caption change and resize the time to re-calculate), joined the space bar detection Now the button patterns of behavior and standards of commandbutton should all the same. Also optimized in several places, specifically not to write a
Platform: | Size: 8192 | Author: 黄雯琼 | Hits:

[GIS programlinear

Description: 图像缩放,双线性变换,效果较好 ,能较高比例缩放图像-image resize
Platform: | Size: 198656 | Author: windy | Hits:

[Graph DrawingDImageEn5

Description: library to manipulate images into delphi, very good to resize with precision
Platform: | Size: 4469760 | Author: flexid | Hits:

[IOSArchivio

Description: Uiimage extensions (crop & resize)
Platform: | Size: 4096 | Author: andrea | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »

CodeBus www.codebus.net