![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi all, just wondering what the correct procedure is for creating a new dll library.
So far I've created my own test dll in VB.Net, added the dll to my Basic4PPC project, and created an instance of that object in the basic4ppc app start event. No error there. However, when trying to get a result from a function in the library, I cannot see the function name in the popup options in the Basic4PPC IDE. Here's my function: Public Function getV() As String Return Me.v End Function I've also tried creating a class property, like this: Public Readonly Property _V() As String Get Return Me.v End Get End Property Am I on the right track? How do I return a value from the library? Thanks! Andrew. |
|
||||
|
See this thread for more information about Basic4ppc libraries:
How to create a Basic4ppc library Functions that start with get or set (lower case letters) will not appear as they are usually helper methods of properties. Your second property should work. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| creating chm files | Ricky D | Questions & Help Needed | 2 | 10-15-2008 11:03 AM |
| Creating process-real!!! | Byak@ | Code Samples & Tips | 6 | 10-06-2008 02:59 PM |
| Creating SIP | spectra9 | Questions & Help Needed | 2 | 05-21-2008 03:32 PM |
| Creating code faster | pmu5757 | Basic4ppc Wishlist | 0 | 04-13-2008 12:33 PM |
| Help Creating a dll | Cableguy | Questions & Help Needed | 23 | 08-15-2007 05:30 PM |