Click here to Skip to main content
15,918,168 members

Rakesh R. Yadava - Professional Profile



Summary

    Blog RSS
1
Debator
0
Enquirer
350
Organiser
575
Participant
0
Author
0
Authority
0
Editor
myself Rakesh Yadav, I have done B.Tech in CSE.

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralEvent sink message map for win32 not MFC. Pin
Rakesh R. Yadava10-Jun-06 4:09
Rakesh R. Yadava10-Jun-06 4:09 
Hi,

I am developing a win32 application, in which i am importing an OCX(Activex control)and that's done perfectly.

I am trying to use the events of the OCX control but i am unable to get access them.
I am able to use them by MFC application code:

BEGIN_EVENTSINK_MAP(CPluginDemoDlg, CDialog)
//{{AFX_EVENTSINK_MAP(CPluginDemoDlg)
ON_EVENT(CPluginDemoDlg, IDC_BCONTROL1, 12 /* UserVerify */, OnUserVerifyBcontrol1, VTS_I4 VTS_VARIANT VTS_I4 VTS_BSTR VTS_PBOOL)
//}}AFX_EVENTSINK_MAP
END_EVENTSINK_MAP()

void CPluginDemoDlg::OnUserVerifyBcontrol1(long vBioType, const VARIANT FAR& vTemplate, long vKeyType, LPCTSTR vkeyValue, BOOL FAR* IsVerified)
{
MessageBox((LPSTR )&vTemplate);
}


i wanted to map this function "OnUserVerifyBcontrol1" into win32 application.

Please help me for same?

Thanks in advance.

Rakesh


I am a Software Er.

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.