Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Platform
Embedded
Remove
License
Any
: Can anyone explain me the basic difference between embedded VC++ & mfc
:
eVC ( latel 4.x ) is the IDE..
MFC is the API used for targetting Pocket PC based devices.
I need to pass a null value to the function CreateFile API in Visual Basic Embedded 3.0. But I cannot do it as in the visual Basic 6.0 as Byval 0&
Do you know why & is after 0 in Byval0&?