Click here to Skip to main content
15,914,642 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Button shortcuts problem Pin
Wendelius31-Jan-09 5:28
mentorWendelius31-Jan-09 5:28 
GeneralRe: Button shortcuts problem Pin
jdcorr31-Jan-09 8:06
jdcorr31-Jan-09 8:06 
GeneralRe: Button shortcuts problem Pin
Wendelius31-Jan-09 8:39
mentorWendelius31-Jan-09 8:39 
QuestionAnswer Bind Listview Item text to TextBox1.text Pin
casmang30-Jan-09 11:01
casmang30-Jan-09 11:01 
AnswerRe: Answer Bind Listview Item text to TextBox1.text Pin
Wendelius31-Jan-09 7:41
mentorWendelius31-Jan-09 7:41 
Questioncan the windows form controlls as buttons or prograss bars be skinned...? Pin
Mubeen.asim30-Jan-09 10:18
Mubeen.asim30-Jan-09 10:18 
AnswerRe: can the windows form controlls as buttons or prograss bars be skinned...? Pin
Dave Kreskowiak30-Jan-09 10:35
mveDave Kreskowiak30-Jan-09 10:35 
QuestionGMap.dll - Reg. Pin
SreehariG30-Jan-09 2:15
SreehariG30-Jan-09 2:15 
Hi All,

Good Moning,

I have read the article from "http://www.codeproject.com/KB/miscctrl/GMapNET.aspx"

I am trying to use GMap.dll in my windows application project,to display locations in google map.

I am able to get the lat and longs for perticular address by using GMap.dll,and able to store those lat and longitutes into database, however I am not able to display those lat and longs in to Map.

Can anyone please guide me how to display lat and longitute in Map view?

I am using the below code to get lat and longs:


MainMap.GetLatLngFromGeocoder("2334 Fuller way, Tucker, GA - 30084").ToString();

and I try to display the reusultant lat and logs as below:

MainMap.CurrentPosition = new PointLatLng(33.853907, 84.205594);

MainMap.ReloadMap();


Thanks,
Sreehari.G
AnswerRe: GMap.dll - Reg. Pin
dan!sh 30-Jan-09 4:51
professional dan!sh 30-Jan-09 4:51 
QuestionPlease. help with control's search Pin
Skiv2230-Jan-09 2:14
Skiv2230-Jan-09 2:14 
AnswerRe: Please. help with control's search Pin
dan!sh 30-Jan-09 3:42
professional dan!sh 30-Jan-09 3:42 
GeneralRe: Please. help with control's search Pin
Skiv2230-Jan-09 4:37
Skiv2230-Jan-09 4:37 
GeneralRe: Please. help with control's search Pin
dan!sh 30-Jan-09 4:54
professional dan!sh 30-Jan-09 4:54 
GeneralRe: Please. help with control's search Pin
Skiv2230-Jan-09 7:54
Skiv2230-Jan-09 7:54 
GeneralRe: Please. help with control's search Pin
Dave Kreskowiak30-Jan-09 8:02
mveDave Kreskowiak30-Jan-09 8:02 
AnswerRe: Please. help with control's search Pin
Eddy Vluggen31-Jan-09 23:40
professionalEddy Vluggen31-Jan-09 23:40 
GeneralRe: Please. help with control's search Pin
Skiv221-Feb-09 19:03
Skiv221-Feb-09 19:03 
GeneralRe: Please. help with control's search Pin
Wendelius31-Jan-09 11:56
mentorWendelius31-Jan-09 11:56 
QuestionWindows Forms/C# - Controls disappear from Design mode of winform. Pin
Member 477535830-Jan-09 0:27
Member 477535830-Jan-09 0:27 
AnswerRe: Windows Forms/C# - Controls disappear from Design mode of winform. Pin
vaghelabhavesh30-Jan-09 6:01
vaghelabhavesh30-Jan-09 6:01 
QuestionCustom Cotnrols and Windows Controls Usage Pin
NazarHussain29-Jan-09 11:53
NazarHussain29-Jan-09 11:53 
AnswerRe: Custom Cotnrols and Windows Controls Usage Pin
Dave Kreskowiak30-Jan-09 6:24
mveDave Kreskowiak30-Jan-09 6:24 
GeneralRe: Custom Cotnrols and Windows Controls Usage Pin
NazarHussain30-Jan-09 8:53
NazarHussain30-Jan-09 8:53 
GeneralRe: Custom Cotnrols and Windows Controls Usage Pin
Dave Kreskowiak30-Jan-09 10:08
mveDave Kreskowiak30-Jan-09 10:08 
GeneralRe: Custom Cotnrols and Windows Controls Usage Pin
NazarHussain30-Jan-09 17:50
NazarHussain30-Jan-09 17:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.