Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to detect that cd rom drive is opened? Pin
Mukkie8-Mar-03 3:39
Mukkie8-Mar-03 3:39 
GeneralCProgressBar Pin
wavewave8-Mar-03 1:19
wavewave8-Mar-03 1:19 
GeneralRe: CProgressBar Pin
AnTri8-Mar-03 7:11
AnTri8-Mar-03 7:11 
GeneralRe: CProgressBar Pin
wavewave8-Mar-03 23:28
wavewave8-Mar-03 23:28 
GeneralRe: CProgressBar Pin
AnTri9-Mar-03 0:39
AnTri9-Mar-03 0:39 
GeneralRe: CProgressBar Pin
AnTri9-Mar-03 0:40
AnTri9-Mar-03 0:40 
GeneralRe: CProgressBar Pin
wavewave9-Mar-03 2:08
wavewave9-Mar-03 2:08 
GeneralRe: CProgressBar Pin
AnTri9-Mar-03 2:23
AnTri9-Mar-03 2:23 
'to define the Usertype Array:

Public Type MyArray
String1 As String * 81 ' : array[1..81] of char; // 80 byte string
String2 As String * 11 ' : array[1..11] of char; // 10 byte string
end type

dim MyRecord as MyArray


'to define the dll-function in vba:

Declare Function MyCppDLL Lib "CppTest.dll" Alias "FirstFunctionName" (MyRecord As MyArray) As Byte


'in c++ define the same record with struct.... and you can access the strings (char String[n]) stored in the UserRecord (struct)
GeneralRe: CProgressBar Pin
wavewave9-Mar-03 3:54
wavewave9-Mar-03 3:54 
GeneralNetWkstaGetInfo () Pin
vin7-Mar-03 23:29
vin7-Mar-03 23:29 
GeneralRe: NetWkstaGetInfo () Pin
Michael Dunn8-Mar-03 5:22
sitebuilderMichael Dunn8-Mar-03 5:22 
GeneralRe: NetWkstaGetInfo () Pin
vin11-Mar-03 9:39
vin11-Mar-03 9:39 
GeneralRe: NetWkstaGetInfo () Pin
Michael Dunn11-Mar-03 11:04
sitebuilderMichael Dunn11-Mar-03 11:04 
GeneralCHtmlView from a DLL Pin
GoddFadda7-Mar-03 19:59
GoddFadda7-Mar-03 19:59 
GeneralRe: CHtmlView from a DLL Pin
GoddFadda8-Mar-03 4:14
GoddFadda8-Mar-03 4:14 
QuestionHow to create a Photoshop plugin Pin
Larry Antram7-Mar-03 15:20
Larry Antram7-Mar-03 15:20 
AnswerRe: How to create a Photoshop plugin Pin
Larry Antram7-Mar-03 16:13
Larry Antram7-Mar-03 16:13 
GeneralCTabCtrl Pin
Chris Losinger7-Mar-03 14:19
professionalChris Losinger7-Mar-03 14:19 
GeneralRe: CTabCtrl Pin
TomKat14-Mar-03 16:36
TomKat14-Mar-03 16:36 
GeneralRe: CTabCtrl Pin
Chris Losinger15-Mar-03 9:06
professionalChris Losinger15-Mar-03 9:06 
GeneralChanging IP address Pin
Baatezu_Not_Home7-Mar-03 12:42
sussBaatezu_Not_Home7-Mar-03 12:42 
GeneralRe: Changing IP address Pin
Dana Epp8-Mar-03 13:42
Dana Epp8-Mar-03 13:42 
Generalleaked GDI objects! Pin
netx20037-Mar-03 11:21
netx20037-Mar-03 11:21 
GeneralRe: leaked GDI objects! Pin
Christian Graus7-Mar-03 11:42
protectorChristian Graus7-Mar-03 11:42 
GeneralRe: leaked GDI objects! Pin
MAAK7-Mar-03 14:13
MAAK7-Mar-03 14:13 

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.