Click here to Skip to main content
15,881,715 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: crystal report with vb.net and sql server database Pin
Dave Kreskowiak13-Mar-13 1:13
mveDave Kreskowiak13-Mar-13 1:13 
QuestionHow to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Martijnn12-Mar-13 3:55
Martijnn12-Mar-13 3:55 
AnswerRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
David Mujica12-Mar-13 4:46
David Mujica12-Mar-13 4:46 
GeneralRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Martijnn12-Mar-13 4:53
Martijnn12-Mar-13 4:53 
GeneralRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Bernhard Hiller12-Mar-13 5:07
Bernhard Hiller12-Mar-13 5:07 
GeneralRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Martijnn12-Mar-13 5:18
Martijnn12-Mar-13 5:18 
QuestionClass Losing Data? [Solved] Pin
Member 990376112-Mar-13 0:26
Member 990376112-Mar-13 0:26 
AnswerRe: Class Losing Data? Pin
GuyThiebaut12-Mar-13 2:55
professionalGuyThiebaut12-Mar-13 2:55 
What do you reckon might be happening here with ndlist Wink | ;) ?

C#
line 18		dylist.add(new days(a,b,ndlist))	
line 19		ndlist.clear


Try this:

dylist = new list (of days)		
			
for a = 1 to something		

	ndlist = new list (of data)					

	do	

		ndlist.add(new data("blahblah"))
		' do something to ndlist
			
	loop until something	
			
	dylist.add(new days(a,b,ndlist))	
	
			
next a	

“That which can be asserted without evidence, can be dismissed without evidence.”

― Christopher Hitchens


modified 12-Mar-13 9:09am.

GeneralRe: Class Losing Data? Pin
Member 990376112-Mar-13 3:09
Member 990376112-Mar-13 3:09 
QuestionVB.Net & 7-Zip File Manager Pin
Central_IT11-Mar-13 4:43
Central_IT11-Mar-13 4:43 
AnswerRe: VB.Net & 7-Zip File Manager Pin
David Mujica11-Mar-13 5:26
David Mujica11-Mar-13 5:26 
GeneralRe: VB.Net & 7-Zip File Manager Pin
Central_IT11-Mar-13 23:07
Central_IT11-Mar-13 23:07 
AnswerRe: VB.Net & 7-Zip File Manager Pin
Richard Deeming11-Mar-13 6:40
mveRichard Deeming11-Mar-13 6:40 
GeneralRe: VB.Net & 7-Zip File Manager Pin
Central_IT11-Mar-13 23:06
Central_IT11-Mar-13 23:06 
Questionhi am bharat Pin
Member 989980611-Mar-13 3:25
Member 989980611-Mar-13 3:25 
AnswerRe: hi am bharat Pin
David Mujica11-Mar-13 3:52
David Mujica11-Mar-13 3:52 
AnswerRe: hi am bharat Pin
Eddy Vluggen11-Mar-13 3:59
professionalEddy Vluggen11-Mar-13 3:59 
QuestionMultiple MonthCalendars in a form - does not keep all dates in each textbox Pin
PrissySC10-Mar-13 0:54
PrissySC10-Mar-13 0:54 
AnswerRe: Multiple MonthCalendars in a form - does not keep all dates in each textbox Pin
Eddy Vluggen10-Mar-13 2:44
professionalEddy Vluggen10-Mar-13 2:44 
GeneralRe: Multiple MonthCalendars in a form - does not keep all dates in each textbox Pin
PrissySC13-Mar-13 8:01
PrissySC13-Mar-13 8:01 
QuestionCell grid can change color and down the line in the title ? Pin
Member 24584678-Mar-13 16:40
Member 24584678-Mar-13 16:40 
AnswerRe: Cell grid can change color and down the line in the title ? Pin
Dave Kreskowiak9-Mar-13 3:20
mveDave Kreskowiak9-Mar-13 3:20 
QuestionRemote Desktop Accessing Pin
PDBHONGAON7-Mar-13 1:04
PDBHONGAON7-Mar-13 1:04 
AnswerRe: Remote Desktop Accessing Pin
Richard MacCutchan7-Mar-13 1:38
mveRichard MacCutchan7-Mar-13 1:38 
QuestionSerial Communication Pin
sadeghjun6-Mar-13 5:32
sadeghjun6-Mar-13 5:32 

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.