Using Win32 functions in Visual FoxPro Image Gallery
Painting and Drawing
..msdn
DrawAnimatedRects
DrawCaption
DrawEdge
DrawFrameControl
GdiFlush
GdiGetBatchLimit
GdiSetBatchLimit
GetBkMode
GetBoundsRect
GetWindowDC
GetWindowRgnBox
LockWindowUpdate
PaintDesktop
SetBkColor
SetBkMode
SetWindowRgn
WindowFromDC
Code examples:
Creating a clipping region from the path selected into the device context of a form
How to put a horizontal text scrolling on the form (a news line)
How to put a vertical text scrolling on the form (a movie cast)
Placing On-screen Alert on top of all windows
Printing text on the main VFP window
Splash Screen for the VFP application
Subclassing CommandButton control to create BackColor property
Using Font and Text functions
Using the DrawText function
Vertical Label control
SetBkMode
..msdn    Add comment     W32 Constants      Translate this page
Sets the background mix mode of the specified device context. The background mix mode is used with text, hatched brushes, and pen styles that are not solid lines.
Code examples:
Placing On-screen Alert on top of all windows
How to put a horizontal text scrolling on the form (a news line)
Creating a clipping region from the path selected into the device context of a form
Vertical Label control
Subclassing CommandButton control to create BackColor property
How to put a vertical text scrolling on the form (a movie cast)
Using Font and Text functions
Splash Screen for the VFP application
Printing text on the main VFP window
Using the DrawText function
Declaration:
 
int SetBkMode(
  HDC hdc,      // handle to DC
  int iBkMode   // background mode
);
 
FoxPro declaration:
 
DECLARE INTEGER SetBkMode IN gdi32;
    INTEGER hdc,;
    INTEGER iBkMode
 
Parameters:
hdc
[in] Handle to the device context.

iBkMode
[in] Specifies the background mode.
Return value:
If the function succeeds, the return value specifies the previous background mode. If the function fails, the return value is zero.
#DEFINE TRANSPARENT 1
#DEFINE OPAQUE 2
Word Index links for the SetBkMode :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2001-09-11 12:00:00
Modified: 2001-11-26 16:03:36
Visited in last 7 days: 32
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (50.16.132.180)
45.6 min.Example: 'How to display advanced Task Dialog (Vista)'
2.37 hrs.Function: 'AssignProcessToJobObject'
Function group: 'Process and Thread'
3.35 hrs.Example: 'Retrieving local computer and user names'
3.36 hrs.Example: 'Sending email messages with Simple MAPI'
 Function: 'CreateWindow'
4.33 hrs.Example: 'Using the LoadImage function to have a bitmap file loaded and displayed on VFP main window'
 Example: 'Creating the Save dialog box to specify the drive, directory, and name of a file to save'
 Example: 'Class library providing access to the System Registry'
Language: 'Visual Basic'
4.55 hrs.Example: 'Terminating all running applications from a VFP program'
 Function: 'SetMenu'
Function group: 'Menu'
Google
Advertise here!