Desktop Functions: Smart Device Functions:
|
Search Results for "WinForm" in [All]user321: GetFocus Method for getting WinForm Control associated with the focused window: 2: MessageBox System.Windows.Forms.MessageBox (WinForms) 3: SetParent An example of this that I have encountered is using the FarPoint Spread 3.0/6.0 ActiveX controls. These controls will throw a Runtime protected memory violation exception if they are hosted in a WinForms Form, instantiated and then the Form.MDIParent property is set to an MDI container Form but using the SetParent(childForm.Handle, Me.Handle) call works. 4: WinForm
kernel32
shell32Consider a Winform application with a OpenFileDialog that helps pick some file. This is then passed to the ExtractAssociatedIcon method to get the icon and display in a picture box. For a whole winform sample of Displayname see http://Dzaebel.NET/ShGetFileInfo.htm shlwapiSample Code (VB winform):Sample Code (VB winform):Enums
/// The return value of the DefWindowProc function, or the Message.Result value used in a WndProc(ref Message) method of a .NET WinForms Form object, is one of the following values, indicating the position of the cursor hot spot. ntdll11: PROCESSINFOCLASS
ProcessWindowInformation = 0x32,
SystemSessionMappedViewInformation = 0x44,
SystemEntropyInterruptTimingRawInformation = 0x92,
SystemKernelVaShadowInformation = 0xC4, |