Possible to combine an fbc dll with VB.net as main programm??
-
- Posts: 90
- Joined: Feb 11, 2013 12:23
Possible to combine an fbc dll with VB.net as main programm??
With my methods, the application will simply freeze..??
Re: Possible to combine an fbc dll with VB.net as main programm??
Almost everything is possible, but nowadays crystal balls don't work any more. What about some code to demonstrate what you mean? Like this perhaps, VBA calling a sub written in Assembler:
Code: Select all
Private Declare Sub SayHello Lib "MbDll.dll" (ByVal StrPtr As String)
Sub EveryThingIsPossible()
SayHello "Hello mrminecrafttnt, how are you?" ' Shows a MessageBox created with an external DLL
End Sub
Who is online
Users browsing this forum: No registered users and 15 guests