Click here to Skip to main content
15,902,492 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows ThumbNail Pin
kilt11-Aug-09 6:13
kilt11-Aug-09 6:13 
QuestionHow to change BSTR in Visual Basic as VC++? Pin
lsh486love9-Aug-09 18:16
lsh486love9-Aug-09 18:16 
AnswerRe: How to change BSTR in Visual Basic as VC++? Pin
Stuart Dootson10-Aug-09 0:39
professionalStuart Dootson10-Aug-09 0:39 
QuestionI want to display a Bitmap on the splitter Pin
lan_63738369-Aug-09 17:43
lan_63738369-Aug-09 17:43 
QuestionNeed help writing a few basic c programs to get through a college course...PAYING OUT THE NOSE!!! Pin
afbmet9-Aug-09 16:37
afbmet9-Aug-09 16:37 
QuestionVC++ 6.0 adding a function with struct variable gives an error in .CPP file. Pin
Vaclav_9-Aug-09 15:18
Vaclav_9-Aug-09 15:18 
AnswerRe: VC++ 6.0 adding a function with struct variable gives an error in .CPP file. Pin
_AnsHUMAN_ 9-Aug-09 20:14
_AnsHUMAN_ 9-Aug-09 20:14 
GeneralRe: VC++ 6.0 adding a function with struct variable gives an error in .CPP file. Pin
Vaclav_10-Aug-09 12:48
Vaclav_10-Aug-09 12:48 
I appears that the VC 6.0 wizard has a problem using struct as a function variable. If I add all the necessary code manually it works as expected,but in the file tab the VC editor cannot find the function definition.
It would be interesting to know if never VS have same problem.
For now call it hacked.  

Here is "normal" definition / declaration I am using

Declaration
struct NewTest
     {
          int a;
     }aa,bb,*CC;

     struct TEST
     {
          int a;
     }a,b,c,*d;

     int Test(struct TEST );
     void TestOne(struct NewTest *);



Definition
int CStructTestView::Test(struct TEST   a)
{

     return 0;
}

void CStructTestView::TestOne(struct NewTest *d)
{

}

I have no clue where did this &xxx junk came from.
Questionwhere to get information about shell in registry and files. Pin
mr.dot9-Aug-09 7:52
mr.dot9-Aug-09 7:52 
AnswerRe: where to get information about shell in registry and files. Pin
Michael Schubert10-Aug-09 4:34
Michael Schubert10-Aug-09 4:34 
GeneralRe: where to get information about shell in registry and files. Pin
mr.dot10-Aug-09 15:11
mr.dot10-Aug-09 15:11 
QuestionMultiple language installation (setup) Pin
includeh109-Aug-09 3:35
includeh109-Aug-09 3:35 
AnswerRe: Multiple language installation (setup) Pin
«_Superman_»9-Aug-09 17:35
professional«_Superman_»9-Aug-09 17:35 
QuestionExecution Speed of C++ in different circumstances!!!! [modified] Pin
auto98178-Aug-09 11:46
auto98178-Aug-09 11:46 
AnswerRe: Execution Speed of C++ in different circumstances!!!! [modified] Pin
Moak8-Aug-09 12:46
Moak8-Aug-09 12:46 
AnswerRe: Execution Speed of C++ in different circumstances!!!! Pin
Maximilien9-Aug-09 1:47
Maximilien9-Aug-09 1:47 
QuestionDisable esc key exit for MFC Application Pin
swinder8-Aug-09 9:11
swinder8-Aug-09 9:11 
AnswerRe: Disable esc key exit for MFC Application Pin
Code-o-mat8-Aug-09 9:43
Code-o-mat8-Aug-09 9:43 
AnswerRe: Disable esc key exit for MFC Application Pin
David Crow8-Aug-09 11:38
David Crow8-Aug-09 11:38 
GeneralRe: Disable esc key exit for MFC Application Pin
jon_fallon9-Aug-09 2:45
jon_fallon9-Aug-09 2:45 
AnswerRe: Disable esc key exit for MFC Application Pin
jon_fallon9-Aug-09 2:44
jon_fallon9-Aug-09 2:44 
QuestionRead Text File line be line.... Pin
spalanivel8-Aug-09 8:23
spalanivel8-Aug-09 8:23 
AnswerRe: Read Text File line be line.... Pin
PJ Arends8-Aug-09 9:23
professionalPJ Arends8-Aug-09 9:23 
AnswerRe: Read Text File line be line.... Pin
dybs9-Aug-09 16:20
dybs9-Aug-09 16:20 
QuestionStatus bar, owner-draw theme background? Pin
Moak8-Aug-09 8:15
Moak8-Aug-09 8:15 

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.