Desktop Functions: Smart Device Functions:
|
Search Results for "WinForm" in [All]shlwapiSample Code (VB winform):Sample Code (VB winform):kernel32
user324: GetFocus Method for getting WinForm Control associated with the focused window: 5: 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. 6: WinForm
ntdll
ProcessWindowInformation, // 50, q: PROCESS_WINDOW_INFORMATION
SystemSessionMappedViewInformation = 0x0044,
SystemEntropyInterruptTimingRawInformation = 0x0092, 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. 10: SHGetFileInfo For a whole winform sample of Displayname see http://Dzaebel.NET/ShGetFileInfo.htm |