working on #17, program mdi window is now created and sized properly, close to completing the group part once i finish... registry functions and a group dialog
This commit is contained in:
@@ -75,7 +75,7 @@ BOOL InitializeGroups();
|
||||
VOID TempCreateGroup();
|
||||
// Group Window
|
||||
LRESULT CALLBACK GroupWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
||||
GROUPWND CreateGroupWindow(PGROUP pgGroup);
|
||||
PGROUPWND CreateGroupWindow(PGROUP pgGroup);
|
||||
// Group information
|
||||
DWORD GetGroupFlags(PGROUPWND pgw);
|
||||
// Import/export functions
|
||||
|
||||
Reference in New Issue
Block a user