Overblog All blogs Top blogs Tech & Science
Follow this blog Administration + Create my blog
MENU
Advertising
MSPAINT on a top level form

MSPAINT on a top level form

This code use Mspaint as child window of a top level form. i cut the titlebar and position the window on the form with setWindowPos API. The MSPAint menu and toolbars are all enabled and work.The only one problem was the QUIT command in mspaint who closes...

Read more

Advertising
Hide any  application icon from the taskbar

Hide any application icon from the taskbar

Any windows appstarts with puting an icon on taskbar.This icon gives a windows system menu (maximize, close,size...) This code makes any application icon hidden from the taskbar when running. can visit MSDN https://msdn.microsoft.com/en-us/library/windows/desktop/ff700543%28v=vs.85%29.aspx...

Read more

Windows keyboard on screen  -OSK.exe-

Windows keyboard on screen -OSK.exe-

Updated on jeudi 5 mars 2015; 11:03:27 The osk.exe is a windows visual application of keyboard. On-Screen Keyboard Portable makes it easy to access Windows' built-in On-Screen Keyboard on any system you come across. (and any language set on system). Give...

Read more

Around the vfp systray class

Around the vfp systray class

Below 5 codes relative to the systray class . These codes are tested on win8.1 The Systray class is based on the VFP Hyperlink class. This allows the Systray class to be dropped on a form, just like any other visual class or coded as vfp object(createObject,...

Read more

Advertising
Working with clipboard and bitmaps

Working with clipboard and bitmaps

Introduction Visual foxpro works well with the text clipboard.Can put any text in clipboard with _cliptext system variable (Contains the contents of the Clipboard.).It can simulate the windows public hotkeys CTRL+C (copy),CTRL+X(cut),ctrl+V(paste) (for...

Read more

Last VFP files opened & Windows recent

Last VFP files opened & Windows recent

*1* This programm uses the resource foxuser.dbf who memorize lot of vfp resources. *The code creates a toolbar showing the last opened vfp files to re use. *The toolbar created is docked in the vfp toolbar.For execute: do yMemo. *for closing, drag the...

Read more

drawing text with multi shadow effect

drawing text with multi shadow effect

The class ymulti_shadow.vcx makes stacked shadows on a text in imgcanvas of gdiplusX. must execute system.app and points to gdiplus.vcx class (put it in the project folder) simply put it on any form and imitialize the wanted parameters as this demo can...

Read more

Advertising
Using gdiplusX drawing technics

Using gdiplusX drawing technics

This code uses known technics of gdiplusX libary on imgcanvas control as -drawing shapes & filling,array points,PathGradientBrush -Lineargradients,blends,factors colors on shapes -surroundcolors,centercolors -drawString... Works with system.app and gdiplusX...

Read more

Drawing texts with gdiplusX

Drawing texts with gdiplusX

Attached 3 codes for drawing texts with gdiplusX adding many effects applyed. 1)This code makes some text drawings on imgcanvas gdiplusX control on forms. Drawing texts with effects: -Embossed -Engraved -Bordered -Reflected -Shared -Halo chose the fontname,fontsize...

Read more

<< < 10 20 21 22 23 24 25 26 27 28 > >>