Write .dll code for control of peripherals

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

i am trying to create a .dll file usins vba and accessxp. i am familiar with
project, reference, class modules etc.. i have written the code in vba and am
trying to create a .dll file but there is no make .dll file option as in
visual basic, this is the point where i get stuck. how do i create a .dll
file?

is it possible to write complete .dll code using vba/accessxp?

thanks

sanjay mehta : )
 
Sanjay,

You can't create executables in VBA. You'll have to rewrite it in VB6 or
VB.Net.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
hi graham,

is there code available to disable the mouse functions such as buttons or
the wheel. i particularly need code to disable the wheel function to stop it
scrolling thru records on a form.

thanks

sanjay Mehta : )
 
Back
Top