Click here to Skip to main content
16,014,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with Open of a query to a recordset Pin
SWDevil19-Jun-06 10:04
SWDevil19-Jun-06 10:04 
QuestionRe: problem with Open of a query to a recordset Pin
David Crow19-Jun-06 10:24
David Crow19-Jun-06 10:24 
AnswerRe: problem with Open of a query to a recordset Pin
Viorel.19-Jun-06 3:15
Viorel.19-Jun-06 3:15 
GeneralRe: problem with Open of a query to a recordset Pin
SWDevil19-Jun-06 10:06
SWDevil19-Jun-06 10:06 
GeneralRe: problem with Open of a query to a recordset Pin
David Crow19-Jun-06 10:22
David Crow19-Jun-06 10:22 
GeneralRe: problem with Open of a query to a recordset Pin
Milton Karimbekallil19-Jun-06 21:32
Milton Karimbekallil19-Jun-06 21:32 
QuestionRestore after HIDE? Pin
ROWALI19-Jun-06 2:52
ROWALI19-Jun-06 2:52 
AnswerRe: Restore after HIDE? Pin
Rage19-Jun-06 3:14
professionalRage19-Jun-06 3:14 
ROWALI wrote:
How can I restore it programatically when my application is not having focus


You need a handle or a pointer on your window, and then use ShowWindow(SW_SHOW).

BUT the question is : what is the reason for your window to be showed again ? According to the answer, you'll find the method to bring the window back (e.g. do it from another app -- a hook, or from within your app).

~RaGE();

I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus

AnswerRe: Restore after HIDE? Pin
Randor 19-Jun-06 3:18
professional Randor 19-Jun-06 3:18 
AnswerRe: Restore after HIDE? Pin
Eytukan19-Jun-06 3:56
Eytukan19-Jun-06 3:56 
AnswerRe: Restore after HIDE? Pin
Sarath C19-Jun-06 4:44
Sarath C19-Jun-06 4:44 
QuestionI need suggestion on dealing with char terminator in packet Pin
zhangbaodi19-Jun-06 2:43
zhangbaodi19-Jun-06 2:43 
AnswerRe: I need suggestion on dealing with char terminator in packet Pin
NiceNaidu19-Jun-06 2:55
NiceNaidu19-Jun-06 2:55 
GeneralRe: I need suggestion on dealing with char terminator in packet Pin
Randor 19-Jun-06 3:00
professional Randor 19-Jun-06 3:00 
GeneralRe: I need suggestion on dealing with char terminator in packet Pin
NiceNaidu19-Jun-06 3:08
NiceNaidu19-Jun-06 3:08 
GeneralRe: I need suggestion on dealing with char terminator in packet Pin
zhangbaodi19-Jun-06 14:59
zhangbaodi19-Jun-06 14:59 
AnswerRe: I need suggestion on dealing with char terminator in packet Pin
Randor 19-Jun-06 2:57
professional Randor 19-Jun-06 2:57 
AnswerRe: I need suggestion on dealing with char terminator in packet Pin
Viorel.19-Jun-06 3:05
Viorel.19-Jun-06 3:05 
QuestionHow we can get portnumbers of different applications Pin
johnalek19-Jun-06 2:41
johnalek19-Jun-06 2:41 
AnswerRe: How we can get portnumbers of different applications Pin
NiceNaidu19-Jun-06 2:43
NiceNaidu19-Jun-06 2:43 
GeneralRe: How we can get portnumbers of different applications Pin
johnalek19-Jun-06 2:48
johnalek19-Jun-06 2:48 
GeneralRe: How we can get portnumbers of different applications Pin
NiceNaidu19-Jun-06 2:56
NiceNaidu19-Jun-06 2:56 
GeneralRe: How we can get portnumbers of different applications Pin
johnalek19-Jun-06 3:02
johnalek19-Jun-06 3:02 
GeneralRe: How we can get portnumbers of different applications Pin
toxcct19-Jun-06 3:32
toxcct19-Jun-06 3:32 
AnswerRe: How we can get portnumbers of different applications Pin
Eytukan19-Jun-06 3:58
Eytukan19-Jun-06 3:58 

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.