I'm pulling my hair out. I've been pouring over forums for a couple of days, tried using the msdn information, but i can't figure this out. I see a lot of code examples for C, but i use VB.
Can someone please post VB code example that will take an existing visual studio dataset/tableadapter with name, address, city, state, zip fields and use it to add pushpins to an embedded map (axmappointcontrol). I see plenty of code on how to import from access, excel, csv, etc... shouldn't i be able to pull data from a dataset from within the app i'm writing?
Thanks in advance for any help.