Write .dll code for control of peripherals

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 : )
 
G

Graham R Seach

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
 
G

Guest

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 : )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top