|
Post by tbakerweb on Jun 6, 2014 21:28:25 GMT
I'm relatively new to .Net programing, and have an application in VB.net that I'd like to use the Blynclight SDK in. I've been poking at it for a while and importing the .dll file only seems to bring the constructs and the Color and speed values.
I don't see any of the Methods that actually do the work. Am I missing something with my limited experience with VB.net and Visual Studios?
|
|
|
Post by Admin on Jun 7, 2014 3:28:28 GMT
Hi takerweb - you can find sample code in the SDK download that will help you control the Blync light in .NET.
|
|
|
Post by tbakerweb on Jun 7, 2014 13:55:13 GMT
Hey there, He code samples in the SDK are all for C# and when adapted to VB.net, the end up in the state that I first described.
|
|
|
Post by joshuc on Jun 11, 2014 14:49:30 GMT
The methods that do the work are all private. The interface to access them are the public methods.
|
|
|
Post by tbakerweb on Jun 16, 2014 18:03:40 GMT
Ahhh. So I'm not properly instancing them and calling the instanced object... I'll give it another try.
|
|
|
Post by cj1994 on Dec 7, 2014 20:39:54 GMT
Did you get your code working in vb.net? If so would you mind posting an example? Thanks!
|
|
|
Post by cj1994 on May 2, 2015 18:23:23 GMT
Hi all, I know this thread is old, but I am working on converting the project to VB.Net instead of C#. I attached what I have so far. I will work on perfecting it later... WindowsApplication4.zip (103.05 KB)
|
|