Click here to Skip to main content
15,867,141 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Which delimiter i have used while parsing a string with multiple delimeters? Pin
Herl the Pearl11-Apr-08 3:08
Herl the Pearl11-Apr-08 3:08 
Generaluse vb.net to develop web based application Pin
shee_dee8610-Apr-08 22:50
shee_dee8610-Apr-08 22:50 
GeneralRe: use vb.net to develop web based application Pin
Christian Graus11-Apr-08 1:45
protectorChristian Graus11-Apr-08 1:45 
GeneralRe: use vb.net to develop web based application Pin
shee_dee8613-Apr-08 15:19
shee_dee8613-Apr-08 15:19 
GeneralRe: use vb.net to develop web based application Pin
Christian Graus13-Apr-08 15:57
protectorChristian Graus13-Apr-08 15:57 
GeneralArray of objects in an array of objects Pin
Mycroft Holmes10-Apr-08 22:26
professionalMycroft Holmes10-Apr-08 22:26 
GeneralRe: Array of objects in an array of objects Pin
Christian Graus11-Apr-08 1:45
protectorChristian Graus11-Apr-08 1:45 
GeneralRe: Array of objects in an array of objects - resolved Pin
Mycroft Holmes11-Apr-08 14:39
professionalMycroft Holmes11-Apr-08 14:39 
The problem is caused when loading the array of objects for each WorkItem.
The array must be created inside the loop Blush | :O

For Each oItem As ListViewItem In lvData.Items<br />
	oWI = New WorkItem
<<<< This must be inside the for next loop
<br />
	Dim arList(2) As Object
<<<< This must be inside the for next loop
<br />
	arList(0) = oItem.SubItems(1).Text<br />
	arList(1) = oItem.SubItems(2).Text<br />
	arList(2) = oItem.SubItems(3).Text<br />
	oWI.sLabel = oItem.Text<br />
	oWI.oList = arList<br />
	oInQ.Enqueue(oWI)<br />
Next






QuestionSending Extended ASCII values from serial port Pin
kranthikiran.a10-Apr-08 21:13
kranthikiran.a10-Apr-08 21:13 
GeneralRe: Sending Extended ASCII values from serial port Pin
Rajesh Anuhya10-Apr-08 21:48
professionalRajesh Anuhya10-Apr-08 21:48 
QuestionCrystal Report from SP ask Login Password Pin
bharat khandelwal10-Apr-08 19:53
bharat khandelwal10-Apr-08 19:53 
QuestionHow I can check cookies are enable or disable? Pin
Ashish Kumar Vyas10-Apr-08 19:23
Ashish Kumar Vyas10-Apr-08 19:23 
AnswerRe: How I can check cookies are enable or disable? Pin
Christian Graus10-Apr-08 20:03
protectorChristian Graus10-Apr-08 20:03 
GeneralVB.NET form location Pin
Joe Surls10-Apr-08 16:54
Joe Surls10-Apr-08 16:54 
GeneralRe: VB.NET form location Pin
Christian Graus10-Apr-08 17:40
protectorChristian Graus10-Apr-08 17:40 
GeneralRe: VB.NET form location Pin
Joe Surls10-Apr-08 17:52
Joe Surls10-Apr-08 17:52 
GeneralRe: VB.NET form location Pin
Herl the Pearl10-Apr-08 23:41
Herl the Pearl10-Apr-08 23:41 
Generalweb based application Pin
shee_dee8610-Apr-08 15:58
shee_dee8610-Apr-08 15:58 
GeneralRe: web based application Pin
LloydA11110-Apr-08 17:08
LloydA11110-Apr-08 17:08 
GeneralRe: web based application Pin
Christian Graus10-Apr-08 17:30
protectorChristian Graus10-Apr-08 17:30 
GeneralVS 2005 VB - MS ACCESS 2007 - Crystal Report XI R2 "Error: Logon failed.." Please help!! [modified] Pin
vbDigger'z10-Apr-08 14:33
vbDigger'z10-Apr-08 14:33 
GeneralID3v2 tag size not sync byte Pin
clusto10-Apr-08 11:35
clusto10-Apr-08 11:35 
GeneralText Box and String Manipulation Pin
Debi 10-Apr-08 10:39
Debi 10-Apr-08 10:39 
GeneralRe: Text Box and String Manipulation Pin
Dave Kreskowiak10-Apr-08 12:37
mveDave Kreskowiak10-Apr-08 12:37 
GeneralRe: Text Box and String Manipulation Pin
Luc Pattyn10-Apr-08 12:44
sitebuilderLuc Pattyn10-Apr-08 12: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.