Click here to Skip to main content
16,004,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ArrayList and Random Pin
nlarson1124-Sep-07 8:22
nlarson1124-Sep-07 8:22 
GeneralRe: ArrayList and Random Pin
demasoft24-Sep-07 8:26
demasoft24-Sep-07 8:26 
QuestionReturning a String() Array Pin
adhsys24-Sep-07 5:59
adhsys24-Sep-07 5:59 
AnswerRe: Returning a String() Array Pin
Luc Pattyn24-Sep-07 6:52
sitebuilderLuc Pattyn24-Sep-07 6:52 
QuestionWebsevice-method returnig a string() (array) : How to? Pin
adhsys24-Sep-07 5:53
adhsys24-Sep-07 5:53 
AnswerRe: Websevice-method returnig a string() (array) : How to? Pin
nlarson1124-Sep-07 7:24
nlarson1124-Sep-07 7:24 
AnswerRe: Websevice-method returnig a string() (array) : How to? Pin
Dave Kreskowiak24-Sep-07 8:00
mveDave Kreskowiak24-Sep-07 8:00 
GeneralRe: Websevice-method returnig a string() (array) : How to? Pin
nlarson1124-Sep-07 8:20
nlarson1124-Sep-07 8:20 
Dave,

I tried it this way and the webserver blew up responding:

<WebMethod()> _
Public Function saTest() As String()
Dim sa(3) As String

sa(0) = "A"
sa(1) = "B"
sa(2) = "C"

Return sa
End Function

GeneralRe: Websevice-method returnig a string() (array) : How to? Pin
Dave Kreskowiak24-Sep-07 10:41
mveDave Kreskowiak24-Sep-07 10:41 
GeneralRe: Websevice-method returnig a string() (array) : How to? Pin
nlarson1125-Sep-07 3:56
nlarson1125-Sep-07 3:56 
GeneralRe: Websevice-method returnig a string() (array) : How to? Pin
Dave Kreskowiak25-Sep-07 12:53
mveDave Kreskowiak25-Sep-07 12:53 
GeneralRe: Websevice-method returnig a string() (array) : How to? Pin
nlarson1126-Sep-07 3:48
nlarson1126-Sep-07 3:48 
GeneralRe: Websevice-method returnig a string() (array) : How to? Pin
Dave Kreskowiak26-Sep-07 12:30
mveDave Kreskowiak26-Sep-07 12:30 
AnswerRe: Websevice-method returnig a string() (array) : How to? Pin
kubben24-Sep-07 8:39
kubben24-Sep-07 8:39 
Questiondisplay a picture in crystal report from a database Pin
steve_rm24-Sep-07 4:49
steve_rm24-Sep-07 4:49 
AnswerRe: display a picture in crystal report from a database Pin
prasuaaron14-Nov-07 23:38
prasuaaron14-Nov-07 23:38 
GeneralRe: display a picture in crystal report from a database Pin
prasuaaron14-Nov-07 23:39
prasuaaron14-Nov-07 23:39 
QuestionSOftware of server & clients Pin
ankur010124-Sep-07 3:19
ankur010124-Sep-07 3:19 
AnswerRe: SOftware of server & clients Pin
DigiOz Multimedia24-Sep-07 4:12
DigiOz Multimedia24-Sep-07 4:12 
Questiondatagrid in vb.net 2003 Pin
prasuaaron24-Sep-07 3:03
prasuaaron24-Sep-07 3:03 
AnswerRe: datagrid in vb.net 2003 Pin
DigiOz Multimedia24-Sep-07 4:25
DigiOz Multimedia24-Sep-07 4:25 
QuestionAccess Pin
mcbunnell24-Sep-07 3:01
mcbunnell24-Sep-07 3:01 
AnswerRe: Access Pin
Kschuler24-Sep-07 4:01
Kschuler24-Sep-07 4:01 
GeneralRe: Access Pin
mcbunnell24-Sep-07 6:53
mcbunnell24-Sep-07 6:53 
GeneralRe: Access Pin
Kschuler24-Sep-07 8:02
Kschuler24-Sep-07 8:02 

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.