Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("user32.dll")] VB Signature:
Declare Function CreateWindowEx Lib "user32.dll" (dwExStyle As Integer, _ Notes:None. Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:Instantiate a System.Windows.Forms.Form and set its properties to control its style. The System.Windows.Forms.NativeWindow class can be used to encapsulate a window handle. It provides properties and methods that can be used to perform the same behavior as the CreateWindowEx method. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).
|
|