Click here to Skip to main content
15,888,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello!

I am creating a simple map application. There is a list of establishments in a datagrid and a balloon pointer objects(gif image) on a map. whenever an establishment is selected, all balloon pointers will be invisible or disabled except to the selected establishment.


My question is, how will i able to start doing that?

I am using vb.net, wpf, my database is in SQL, i designed it in expression blend.


THANKS in advance great brains. :)
Posted
Comments
Mahesh Bailwal 27-Jul-13 11:44am    
What you have tried so far?
hoyice 27-Jul-13 12:07pm    
actually, i've already created my design what is driving me crazy is how to code it on vb.net. I've searched for several examples but i can't find one that i'm looking for. I think i kinda lost. :(
Mahesh Bailwal 27-Jul-13 12:33pm    
No one can provide you whole solution. You need to tell where you got stuck and what you tried in vb.net?
hoyice 28-Jul-13 3:18am    
I'm trying to figure out the code for a specific cell selector in datagrid view.

I would like to ask how do i translate this one to a code?

If "select name from establishment where name = 'mcdonalds" in datagridview1 is selected then mcdonalds image will be visible.

Mahesh Bailwal 28-Jul-13 11:42am    
Refer link below for determine Selected Cell's Value In DataGrid(WPF)

http://stackoverflow.com/questions/3837876/how-can-determine-selected-cells-value-in-datagrid-wpf

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900