How to declare Dll Procedure?



How to declare Dll Procedure?..

Answer / guest

Declare function "<Function Name>" lib "<Lib Name>"
Alias "<Alias Name>" (Arg, ?..) as Return type.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is file in vb?

0 Answers  


How many File System Controls are there ? Explain.

0 Answers  


Give brief description about class?

1 Answers  


what is the Property used to add a menus at runtime?

0 Answers  


_____ is the property to ___,____,____ are valid for recordsource property of dat control.

0 Answers  






what are the Sequence of events when a MDI form open with two child forms closing?

1 Answers  


reading lines from a file by searching a word(instr) and copying to other textfile,but its only copying only one line but there are some other lines match criteria but not copying to the files

2 Answers  


Explain about form creation in Visual Basic?

0 Answers  


Can you create a tabletype of recordset in Jet connected ODBC dbengine.

0 Answers  


How do you call a function in a DLL?

1 Answers  


What does DoEvents do?

2 Answers  


What is DSN?

1 Answers  


Categories