Click here to Skip to main content
15,895,084 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Locking a record Pin
Dave Kreskowiak16-Jul-07 4:11
mveDave Kreskowiak16-Jul-07 4:11 
QuestionRND FUNCTION Pin
swallow4eva16-Jul-07 2:32
swallow4eva16-Jul-07 2:32 
AnswerRe: RND FUNCTION Pin
Tom Deketelaere16-Jul-07 2:50
professionalTom Deketelaere16-Jul-07 2:50 
GeneralRe: RND FUNCTION Pin
swallow4eva16-Jul-07 3:09
swallow4eva16-Jul-07 3:09 
GeneralRe: RND FUNCTION Pin
Tom Deketelaere16-Jul-07 3:30
professionalTom Deketelaere16-Jul-07 3:30 
GeneralRe: RND FUNCTION Pin
swallow4eva16-Jul-07 4:18
swallow4eva16-Jul-07 4:18 
Questionweb services Pin
ankur123416-Jul-07 2:11
ankur123416-Jul-07 2:11 
AnswerRe: web services Pin
Dave Kreskowiak16-Jul-07 3:51
mveDave Kreskowiak16-Jul-07 3:51 
If the web service you're talking about follows standards, all you need to do is add a web reference to it. Double-click MyProject in the Solution Explorer, click on the References tab, then click on the little downward facing triangle on the Add button and pick "Web Reference..." Type in the URL for the web service and click Go. If the web service comes back good, you can click Add Reference. Then you can create an instance of the web service just like you do any other object.
Dim myService As New WebServiceName



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: web services Pin
ankur123416-Jul-07 17:42
ankur123416-Jul-07 17:42 
GeneralRe: web services Pin
ankur123416-Jul-07 18:28
ankur123416-Jul-07 18:28 
GeneralRe: web services Pin
Dave Kreskowiak17-Jul-07 1:57
mveDave Kreskowiak17-Jul-07 1:57 
Questionmdiclient Pin
WhiteGirl2316-Jul-07 1:13
WhiteGirl2316-Jul-07 1:13 
AnswerRe: mdiclient Pin
Tom Deketelaere16-Jul-07 1:43
professionalTom Deketelaere16-Jul-07 1:43 
AnswerRe: mdiclient Pin
Dave Kreskowiak16-Jul-07 2:08
mveDave Kreskowiak16-Jul-07 2:08 
AnswerRe: mdiclient Pin
Tom Deketelaere16-Jul-07 2:21
professionalTom Deketelaere16-Jul-07 2:21 
GeneralRe: mdiclient Pin
WhiteGirl2316-Jul-07 2:36
WhiteGirl2316-Jul-07 2:36 
Questionhow to fetch no.of data from sql using Macro(VB) Pin
Tech_spidy16-Jul-07 0:37
Tech_spidy16-Jul-07 0:37 
AnswerRe: how to fetch no.of data from sql using Macro(VB) Pin
Tom Deketelaere16-Jul-07 1:36
professionalTom Deketelaere16-Jul-07 1:36 
QuestionRE: SQL select error Pin
dienadel15-Jul-07 23:11
dienadel15-Jul-07 23:11 
AnswerRe: RE: SQL select error Pin
Tom Deketelaere16-Jul-07 0:30
professionalTom Deketelaere16-Jul-07 0:30 
Questioncan i able to create imageviewer control using picture box in vb.net Pin
babusat15-Jul-07 23:00
babusat15-Jul-07 23:00 
AnswerRe: can i able to create imageviewer control using picture box in vb.net Pin
The ANZAC15-Jul-07 23:04
The ANZAC15-Jul-07 23:04 
AnswerRe: can i able to create imageviewer control using picture box in vb.net Pin
Tom Deketelaere15-Jul-07 23:08
professionalTom Deketelaere15-Jul-07 23:08 
QuestionRE: datagrid show dates instead of time [modified] Pin
dienadel15-Jul-07 22:07
dienadel15-Jul-07 22:07 
AnswerRe: RE: datagrid show dates instead of time Pin
Dave Kreskowiak16-Jul-07 3:44
mveDave Kreskowiak16-Jul-07 3:44 

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.