Click here to Skip to main content
15,900,457 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCalculating the latidude and longitude of an area Pin
Martin@captivasystems25-Apr-05 10:16
Martin@captivasystems25-Apr-05 10:16 
GeneralRe: Calculating the latidude and longitude of an area Pin
msnick25-Apr-05 15:52
msnick25-Apr-05 15:52 
GeneralRe: Calculating the latidude and longitude of an area Pin
Martin@captivasystems26-Apr-05 3:55
Martin@captivasystems26-Apr-05 3:55 
GeneralRe: Calculating the latidude and longitude of an area Pin
Martin@captivasystems26-Apr-05 11:52
Martin@captivasystems26-Apr-05 11:52 
GeneralRe: Calculating the latidude and longitude of an area Pin
msnick26-Apr-05 13:25
msnick26-Apr-05 13:25 
GeneralRe: Calculating the latidude and longitude of an area Pin
Martin@captivasystems27-Apr-05 3:14
Martin@captivasystems27-Apr-05 3:14 
Generalretrieving remote xml data Pin
Coreo25-Apr-05 6:30
Coreo25-Apr-05 6:30 
GeneralRe: retrieving remote xml data Pin
rudy.net26-Apr-05 18:42
rudy.net26-Apr-05 18:42 
Look for information on how to create xml web services. An xml web service is just another class library (dll) that resides in a remote web server. All the methods declared in the xml web service return xml formatted data.
After you create a web service dll and place it in a remote web server, you can create windows app and when you right click on "References" on solution explorer, select "Add Web Reference" and just set the reference to the xml service you created (similar to setting reference to a dll in your hard drive).
After you set a reference to your xml web service, you should be able to create an instance of any class in your web service and you should be able to call any methods that have [WebService] defined in front of the method. Note that you probably want to call methods asynchronously due to slow response over internet, so look for information in it. VS automatically creates methods that can be called asynchronously and you just pass a callback function to let you know when it's done.
GeneralRe: retrieving remote xml data Pin
Coreo27-Apr-05 14:36
Coreo27-Apr-05 14:36 
GeneralProblems with DSOFile 2.0 Pin
cad_guru25-Apr-05 6:00
cad_guru25-Apr-05 6:00 
GeneralRe: Problems with DSOFile 2.0 Pin
Dave Kreskowiak25-Apr-05 6:40
mveDave Kreskowiak25-Apr-05 6:40 
GeneralRe: Problems with DSOFile 2.0 Pin
cad_guru25-Apr-05 6:49
cad_guru25-Apr-05 6:49 
GeneralSleep and wake up Mode. Pin
Mkanchha25-Apr-05 5:00
Mkanchha25-Apr-05 5:00 
Generalapplication config Pin
Lisana25-Apr-05 4:27
Lisana25-Apr-05 4:27 
GeneralRe: application config Pin
Colin Angus Mackay25-Apr-05 6:29
Colin Angus Mackay25-Apr-05 6:29 
GeneralRe: application config Pin
Lisana25-Apr-05 7:59
Lisana25-Apr-05 7:59 
GeneralRe: application config Pin
Len Miller25-Apr-05 9:51
Len Miller25-Apr-05 9:51 
GeneralSecuring VB.NET applications Pin
Member 190968425-Apr-05 1:02
Member 190968425-Apr-05 1:02 
GeneralRe: Securing VB.NET applications Pin
Dave Kreskowiak25-Apr-05 4:48
mveDave Kreskowiak25-Apr-05 4:48 
GeneralRe: Securing VB.NET applications Pin
Mitch F.25-Apr-05 18:25
Mitch F.25-Apr-05 18:25 
GeneralRe: Securing VB.NET applications Pin
Dave Kreskowiak26-Apr-05 4:50
mveDave Kreskowiak26-Apr-05 4:50 
GeneralPersisting an object into DB Pin
alex120524-Apr-05 21:27
alex120524-Apr-05 21:27 
GeneralRe: Persisting an object into DB Pin
Member 190575425-Apr-05 2:19
Member 190575425-Apr-05 2:19 
GeneralDataGrid Column Resize Pin
nitin_ion24-Apr-05 20:13
nitin_ion24-Apr-05 20:13 
GeneralRe: DataGrid Column Resize Pin
Dave Kreskowiak26-Apr-05 6:29
mveDave Kreskowiak26-Apr-05 6:29 

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.