Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDragging the window Pin
Chandrasekharan P19-Mar-08 2:12
Chandrasekharan P19-Mar-08 2:12 
Generalwindows api to netstat Pin
vineeshV18-Mar-08 23:46
vineeshV18-Mar-08 23:46 
QuestionRe: windows api to netstat Pin
David Crow19-Mar-08 3:22
David Crow19-Mar-08 3:22 
Questionhow to resolve WM_MOUSEMOVE message when a button was disabled Pin
kcynic18-Mar-08 23:31
kcynic18-Mar-08 23:31 
AnswerRe: how to resolve WM_MOUSEMOVE message when a button was disabled Pin
Rajesh R Subramanian18-Mar-08 23:37
professionalRajesh R Subramanian18-Mar-08 23:37 
GeneralRe: how to resolve WM_MOUSEMOVE message when a button was disabled Pin
kcynic19-Mar-08 3:18
kcynic19-Mar-08 3:18 
GeneralRe: how to resolve WM_MOUSEMOVE message when a button was disabled Pin
ThatsAlok19-Mar-08 19:48
ThatsAlok19-Mar-08 19:48 
Questionabout parameter passing Pin
savitri18-Mar-08 23:18
savitri18-Mar-08 23:18 
Hi everyone,
Please Help me that how to pass the parameters to the activex controls.Please tell me.
i am writing one OCX file.in that file i am doing read and write functions. and in another project i am using that OCX.When i am passing parameters to that function then that time values taking as null.in runtime when i given some values to that parameters that time also they are takingas null only.in VC++ how can i pass the parameters by refence please. In OCX file write function is
READBLK(LPCTSTR MemId, LPCTSTR MemName, LPCTSTR eDate, LPCTSTR Balance, LPCTSTR TagId);
and in my main project write block is like this:
OCX.READBLK(MemId,Memname,Date,Balance,Tagig)
{m_MemId=MemId;}like this i am assigning the value.
these MemId,Memname,Date,Balance and Tagid are of type CString
after writing the data in the card.after writing i want read that data from the card but the data is not printing on the form or not returning to my project from OCX file.

Please Help me i am in tension.
THANKU IN ADVANCE,
savitriX|
GeneralRe: about parameter passing Pin
CPallini19-Mar-08 0:30
mveCPallini19-Mar-08 0:30 
GeneralRe: about parameter passing Pin
savitri19-Mar-08 0:55
savitri19-Mar-08 0:55 
QuestionRe: about parameter passing Pin
CPallini19-Mar-08 1:03
mveCPallini19-Mar-08 1:03 
General[Message Deleted] Pin
savitri19-Mar-08 1:17
savitri19-Mar-08 1:17 
GeneralRe: about parameter passing Pin
Demian Panello19-Mar-08 1:44
Demian Panello19-Mar-08 1:44 
GeneralRe: about parameter passing Pin
savitri19-Mar-08 2:04
savitri19-Mar-08 2:04 
GeneralRe: about parameter passing Pin
CPallini19-Mar-08 2:06
mveCPallini19-Mar-08 2:06 
GeneralRe: about parameter passing Pin
David Crow19-Mar-08 3:44
David Crow19-Mar-08 3:44 
GeneralRe: about parameter passing Pin
CPallini19-Mar-08 4:26
mveCPallini19-Mar-08 4:26 
GeneralRe: about parameter passing Pin
David Crow19-Mar-08 4:30
David Crow19-Mar-08 4:30 
GeneralRe: about parameter passing Pin
savitri19-Mar-08 19:45
savitri19-Mar-08 19:45 
QuestionRe: about parameter passing Pin
David Crow20-Mar-08 2:28
David Crow20-Mar-08 2:28 
AnswerRe: about parameter passing Pin
savitri20-Mar-08 21:17
savitri20-Mar-08 21:17 
GeneralRe: about parameter passing Pin
David Crow21-Mar-08 2:53
David Crow21-Mar-08 2:53 
Questionhow to pause execution on a form based application without Sleep() effect Pin
reteset18-Mar-08 23:07
reteset18-Mar-08 23:07 
GeneralRe: how to pause execution on a form based application without Sleep() effect Pin
Cedric Moonen18-Mar-08 23:10
Cedric Moonen18-Mar-08 23:10 
GeneralRe: how to pause execution on a form based application without Sleep() effect Pin
reteset18-Mar-08 23:32
reteset18-Mar-08 23:32 

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.