-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: vb.net
.net WriteXmlSchema ReadXmlSchema Stream Root Element Missing
So today i decided i needed to clone the schema of a dataset and then put it in an empty dataset. Once this was done i could selectively move rows to the new dataset. The first thing i did was to … Continue reading
The Awesomeness Of Interfaces
It is a wonder how i went so long without the greatness of the vb.net Interfaces. We’ve all made classes that we about the same so we just made a base class to hold all of the like data and … Continue reading
Posted in Uncategorized
Tagged .net, cool code, interfaces, vb.net
Comments Off on The Awesomeness Of Interfaces
Item Of the Day. Playing .net io.stream using FMOD
So lets say you want to connect to a website to stream their music through your app, but the problem is they dont give you a direct link only a connectstream from system.net.connectstream. How do you play this with fmod? … Continue reading