Click here to Skip to main content
15,905,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Hide window from taskbar and alt+tab window Pin
Perspx18-Jul-07 7:21
Perspx18-Jul-07 7:21 
AnswerRe: Hide window from taskbar and alt+tab window Pin
James R. Twine18-Jul-07 7:25
James R. Twine18-Jul-07 7:25 
QuestionClass structure with character array Pin
bsharp5218-Jul-07 5:45
bsharp5218-Jul-07 5:45 
AnswerRe: Class structure with character array Pin
Mark Salsbery18-Jul-07 5:58
Mark Salsbery18-Jul-07 5:58 
GeneralRe: Class structure with character array Pin
bsharp5218-Jul-07 6:21
bsharp5218-Jul-07 6:21 
GeneralRe: Class structure with character array Pin
Mark Salsbery18-Jul-07 6:58
Mark Salsbery18-Jul-07 6:58 
GeneralRe: Class structure with character array Pin
John R. Shaw19-Jul-07 2:38
John R. Shaw19-Jul-07 2:38 
GeneralRe: Class structure with character array Pin
Michael Dunn18-Jul-07 7:16
sitebuilderMichael Dunn18-Jul-07 7:16 
You can keep the ctor if you initialize the array like this:
DataStruct data1[2] = { DataStruct("Andy",'A',1,20,30), DataStruct("Andy",'A',1,20,30) };


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

GeneralRe: Class structure with character array Pin
Mark Salsbery18-Jul-07 7:19
Mark Salsbery18-Jul-07 7:19 
QuestionHow to handle click event on icon.... Pin
Super Hornet18-Jul-07 5:37
Super Hornet18-Jul-07 5:37 
AnswerRe: How to handle click event on icon.... Pin
Mark Salsbery18-Jul-07 6:03
Mark Salsbery18-Jul-07 6:03 
GeneralRe: How to handle click event on icon.... Pin
Super Hornet18-Jul-07 6:43
Super Hornet18-Jul-07 6:43 
GeneralRe: How to handle click event on icon.... Pin
Mark Salsbery18-Jul-07 6:51
Mark Salsbery18-Jul-07 6:51 
GeneralRe: How to handle click event on icon.... Pin
Hans Dietrich18-Jul-07 8:31
mentorHans Dietrich18-Jul-07 8:31 
GeneralRe: How to handle click event on icon.... Pin
Mark Salsbery18-Jul-07 8:41
Mark Salsbery18-Jul-07 8:41 
GeneralRe: How to handle click event on icon.... Pin
Mark Salsbery18-Jul-07 14:42
Mark Salsbery18-Jul-07 14:42 
GeneralRe: How to handle click event on icon.... Pin
Hans Dietrich18-Jul-07 19:16
mentorHans Dietrich18-Jul-07 19:16 
GeneralRe: How to handle click event on icon.... Pin
Mark Salsbery18-Jul-07 19:51
Mark Salsbery18-Jul-07 19:51 
AnswerRe: How to handle click event on icon.... Pin
Hans Dietrich18-Jul-07 6:10
mentorHans Dietrich18-Jul-07 6:10 
GeneralRe: How to handle click event on icon.... Pin
Super Hornet18-Jul-07 6:38
Super Hornet18-Jul-07 6:38 
GeneralRe: How to handle click event on icon.... Pin
Hans Dietrich18-Jul-07 7:50
mentorHans Dietrich18-Jul-07 7:50 
QuestionActive Movie Window appearing while using Video Mixing Renderer 9 in windowless mode Pin
djin9418-Jul-07 4:21
djin9418-Jul-07 4:21 
QuestionHandling Double-Click in the header-control of a CListCtrl Pin
GuyM18-Jul-07 4:08
GuyM18-Jul-07 4:08 
AnswerRe: Handling Double-Click in the header-control of a CListCtrl Pin
James R. Twine18-Jul-07 7:06
James R. Twine18-Jul-07 7:06 
QuestionProblem with internet file download Pin
sasi8318-Jul-07 3:28
sasi8318-Jul-07 3:28 

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.