Click here to Skip to main content
15,909,039 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: List control - MFC Pin
nemarc15-Dec-04 22:39
professionalnemarc15-Dec-04 22:39 
GeneralRe: List control - MFC Pin
vikramlinux15-Dec-04 22:42
vikramlinux15-Dec-04 22:42 
GeneralRe: List control - MFC Pin
nemarc15-Dec-04 23:06
professionalnemarc15-Dec-04 23:06 
GeneralRe: List control - MFC Pin
vikramlinux15-Dec-04 23:27
vikramlinux15-Dec-04 23:27 
GeneralRe: List control - MFC Pin
nemarc16-Dec-04 0:10
professionalnemarc16-Dec-04 0:10 
GeneralRe: List control - MFC Pin
toxcct16-Dec-04 1:56
toxcct16-Dec-04 1:56 
GeneralSend byte Array from VB to C(VC) Pin
pinhas15-Dec-04 20:01
pinhas15-Dec-04 20:01 
GeneralRe: Send byte Array from VB to C(VC) Pin
Cedric Moonen15-Dec-04 21:29
Cedric Moonen15-Dec-04 21:29 
Is the array made of basic types? I mean like integers or float... ?
If yes, you can pass your array by reference (in VB).
It will look like this:

VB:<br />
Declare Function YourFunc Lib "YourLib.dll" (ByRef YourArray As Integer) As Integer


C++:<br />
int __stdcall YourFunc(int* pArray);<br />


(__stdcall modify the calling convention to be compatible with VB calling convention).
GeneralRe: Send byte Array from VB to C(VC) Pin
pinhas15-Dec-04 22:15
pinhas15-Dec-04 22:15 
Generalanswer me if you are american Pin
includeh1015-Dec-04 19:51
includeh1015-Dec-04 19:51 
GeneralRe: answer me if you are american Pin
toxcct16-Dec-04 2:00
toxcct16-Dec-04 2:00 
GeneralRe: answer me if you are american Pin
David Crow16-Dec-04 4:24
David Crow16-Dec-04 4:24 
GeneralRe: answer me if you are american Pin
Chris Meech16-Dec-04 9:33
Chris Meech16-Dec-04 9:33 
Generaltis abt WM_MOUSEWHEEL..... Pin
namaskaaram15-Dec-04 19:26
namaskaaram15-Dec-04 19:26 
GeneralRe: tis abt WM_MOUSEWHEEL..... Pin
namaskaaram15-Dec-04 19:32
namaskaaram15-Dec-04 19:32 
GeneralIphlpapi.h Pin
dex_ter1115-Dec-04 18:28
dex_ter1115-Dec-04 18:28 
GeneralRe: Iphlpapi.h Pin
ThatsAlok15-Dec-04 19:44
ThatsAlok15-Dec-04 19:44 
GeneralRe: Iphlpapi.h Pin
dex_ter1115-Dec-04 20:12
dex_ter1115-Dec-04 20:12 
GeneralRe: Iphlpapi.h Pin
ThatsAlok15-Dec-04 22:01
ThatsAlok15-Dec-04 22:01 
GeneralRe: Iphlpapi.h Pin
Prakash Nadar15-Dec-04 22:33
Prakash Nadar15-Dec-04 22:33 
GeneralRe: Iphlpapi.h Pin
ThatsAlok15-Dec-04 23:06
ThatsAlok15-Dec-04 23:06 
GeneralRe: Iphlpapi.h Pin
Prakash Nadar16-Dec-04 2:51
Prakash Nadar16-Dec-04 2:51 
GeneralRe: Iphlpapi.h Pin
dex_ter1116-Dec-04 13:50
dex_ter1116-Dec-04 13:50 
GeneralRe: Iphlpapi.h Pin
ThatsAlok16-Dec-04 16:58
ThatsAlok16-Dec-04 16:58 
GeneralRe: Iphlpapi.h Pin
dex_ter1120-Dec-04 13:53
dex_ter1120-Dec-04 13:53 

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.