Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionArray Question Pin
Programm3r26-Oct-06 20:20
Programm3r26-Oct-06 20:20 
AnswerRe: Array Question Pin
User 58385226-Oct-06 20:32
User 58385226-Oct-06 20:32 
GeneralRe: Array Question Pin
Programm3r26-Oct-06 20:36
Programm3r26-Oct-06 20:36 
GeneralRe: Array Question Pin
User 58385226-Oct-06 20:45
User 58385226-Oct-06 20:45 
GeneralRe: Array Question Pin
Programm3r26-Oct-06 20:48
Programm3r26-Oct-06 20:48 
QuestionSetFocus problem Pin
prithaa26-Oct-06 19:03
prithaa26-Oct-06 19:03 
AnswerRe: SetFocus problem Pin
Archyami26-Oct-06 22:15
Archyami26-Oct-06 22:15 
QuestionAccessing GetInvocationList method in event Pin
engsrini26-Oct-06 18:45
engsrini26-Oct-06 18:45 
Hello all,
Iam trying to raise the event asynchronously, by invoking each subscriber using begininvoke method like this
C#
public event DrawTreeNodeEventHandler dr;


     Delegate[] del= dr.GetInvocationList(); //line1
     object[] obj=null;
 foreach (Delegate d in del)
 {
     BeginInvoke(d, obj);
 }


But this is not working in VC++(this is working in C#), its not compiling saying the error @ line1 "Usage requires to be a data member"
How to do that in VC++
Questionhow to format my xml file? Pin
sharkmouse26-Oct-06 17:51
sharkmouse26-Oct-06 17:51 
AnswerRe: how to format my xml file? Pin
Captain See Sharp26-Oct-06 18:10
Captain See Sharp26-Oct-06 18:10 
AnswerRe: how to format my xml file? Pin
sharkmouse26-Oct-06 18:35
sharkmouse26-Oct-06 18:35 
GeneralRe: how to format my xml file? Pin
User 58385226-Oct-06 20:30
User 58385226-Oct-06 20:30 
AnswerRe: how to format my xml file? Pin
kakan26-Oct-06 20:53
professionalkakan26-Oct-06 20:53 
AnswerRe: how to format my xml file? Pin
ThatsAlok28-Oct-06 1:43
ThatsAlok28-Oct-06 1:43 
GeneralRe: how to format my xml file? Pin
sharkmouse2-Nov-06 21:26
sharkmouse2-Nov-06 21:26 
QuestionHow to get all the flash's url from IHTMLDoument? Pin
314159265326-Oct-06 17:36
314159265326-Oct-06 17:36 
AnswerRe: How to get all the flash's url from IHTMLDoument? Pin
ThatsAlok28-Oct-06 1:30
ThatsAlok28-Oct-06 1:30 
AnswerRe: How to get all the flash's url from IHTMLDoument? Pin
ThatsAlok28-Oct-06 1:30
ThatsAlok28-Oct-06 1:30 
Question.Net Windows App installation Pin
vinkprasad26-Oct-06 16:31
vinkprasad26-Oct-06 16:31 
AnswerRe: .Net Windows App installation Pin
Lord Kixdemp27-Oct-06 8:21
Lord Kixdemp27-Oct-06 8:21 
Questioncapture stdout and stderr of cmd.exe concurrently? [modified] Pin
queshaw26-Oct-06 13:46
queshaw26-Oct-06 13:46 
QuestionDo I use wrong directshow includes? Pin
Talemin26-Oct-06 11:48
Talemin26-Oct-06 11:48 
AnswerRe: Do I use wrong directshow includes? Pin
Mark Salsbery26-Oct-06 15:21
Mark Salsbery26-Oct-06 15:21 
GeneralRe: Do I use wrong directshow includes? Pin
Talemin27-Oct-06 5:02
Talemin27-Oct-06 5:02 
GeneralRe: Do I use wrong directshow includes? Pin
Mark Salsbery27-Oct-06 6:51
Mark Salsbery27-Oct-06 6:51 

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.