Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
Questionpassing a collection of objects Pin
jon-804-Sep-07 8:35
professionaljon-804-Sep-07 8:35 
AnswerRe: passing a collection of objects Pin
Christian Graus4-Sep-07 8:50
protectorChristian Graus4-Sep-07 8:50 
GeneralRe: passing a collection of objects Pin
jon-804-Sep-07 12:49
professionaljon-804-Sep-07 12:49 
Questiondraw on transparent form Pin
greekius4-Sep-07 8:06
greekius4-Sep-07 8:06 
AnswerRe: draw on transparent form Pin
Spacix One4-Sep-07 8:55
Spacix One4-Sep-07 8:55 
QuestionCapturing every minimize and restore Pin
Spacix One4-Sep-07 6:37
Spacix One4-Sep-07 6:37 
AnswerRe: Capturing every minimize and restore Pin
Giorgi Dalakishvili4-Sep-07 7:25
mentorGiorgi Dalakishvili4-Sep-07 7:25 
GeneralRe: Capturing every minimize and restore [modified] Pin
Spacix One4-Sep-07 7:48
Spacix One4-Sep-07 7:48 
Ahh crap, it has the same exact issue... Thanks for the input though

The hook methood used is seems like more overhead...
I guess it is easier people who havn't written in Win32 C; IE those who don't handle winproc their self and just want the events to fire.

Even like my application if thie 'bug' occurs and you unfocus the form (goto another window) then click back on the taskbar(or Alt-Tab as both send SC_RESTORE) the state is restored because the command is sent (cool!) but now I need to figure out what command is being sent from taskmanager...
Taskmanager is a weird application! maybe because it loads KM independent from the shell? This looks like a job for Microsoft Wink | ;) Frown | :( (I'll get back to everyone in 5 to 6 months Laugh | :laugh: Laugh | :laugh: )

Just so you know I am capturing the resize event as you said, look at my code I posted the winproc has a case "0x0005" aka WM_SIZE where I trigger my minimize event...



-Spacix
All your skynet questions[^] belong to solved
-- modified at 14:47 Tuesday 4th September, 2007
GeneralRe: Capturing every minimize and restore Pin
Skippums4-Sep-07 12:05
Skippums4-Sep-07 12:05 
GeneralRe: Capturing every minimize and restore Pin
Spacix One4-Sep-07 14:19
Spacix One4-Sep-07 14:19 
AnswerRe: Capturing every minimize and restore Pin
Spacix One6-Sep-07 5:14
Spacix One6-Sep-07 5:14 
GeneralRe: Capturing every minimize and restore Pin
Giorgi Dalakishvili6-Sep-07 5:36
mentorGiorgi Dalakishvili6-Sep-07 5:36 
GeneralRe: Capturing every minimize and restore Pin
Spacix One6-Sep-07 6:52
Spacix One6-Sep-07 6:52 
QuestionFailed to import C++ COM DLL in to C# in .NET 2005 Pin
Jack Rong4-Sep-07 5:48
Jack Rong4-Sep-07 5:48 
QuestionPassing IP from client across servers Pin
Gump6194-Sep-07 5:38
Gump6194-Sep-07 5:38 
Questionhow to get a list of all avilable controls in a namespace Pin
Amar Chaudhary4-Sep-07 5:21
Amar Chaudhary4-Sep-07 5:21 
AnswerRe: how to get a list of all avilable controls in a namespace Pin
led mike4-Sep-07 5:39
led mike4-Sep-07 5:39 
QuestionRe: how to get a list of all avilable controls in a namespace Pin
Amar Chaudhary4-Sep-07 6:55
Amar Chaudhary4-Sep-07 6:55 
AnswerRe: how to get a list of all avilable controls in a namespace Pin
Amar Chaudhary4-Sep-07 7:00
Amar Chaudhary4-Sep-07 7:00 
GeneralRe: how to get a list of all avilable controls in a namespace Pin
Giorgi Dalakishvili4-Sep-07 7:18
mentorGiorgi Dalakishvili4-Sep-07 7:18 
GeneralRe: how to get a list of all avilable controls in a namespace Pin
led mike4-Sep-07 7:28
led mike4-Sep-07 7:28 
GeneralRe: how to get a list of all avilable controls in a namespace Pin
Amar Chaudhary4-Sep-07 19:44
Amar Chaudhary4-Sep-07 19:44 
QuestionRegEx help for a RegEx Newb Pin
flipdoubt4-Sep-07 5:04
flipdoubt4-Sep-07 5:04 
AnswerRe: RegEx help for a RegEx Newb Pin
Christian Graus4-Sep-07 5:11
protectorChristian Graus4-Sep-07 5:11 
GeneralRe: RegEx help for a RegEx Newb Pin
flipdoubt4-Sep-07 5:14
flipdoubt4-Sep-07 5:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.