Click here to Skip to main content
15,886,589 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Access to the path 'Global\.net clr networking' is denied Pin
Christian Graus11-Jul-09 2:21
protectorChristian Graus11-Jul-09 2:21 
GeneralRe: Access to the path 'Global\.net clr networking' is denied Pin
Anubhava Dimri12-Jul-09 18:10
Anubhava Dimri12-Jul-09 18:10 
QuestionI want to click a link in the web page [modified] Pin
pobre1210-Jul-09 23:25
pobre1210-Jul-09 23:25 
Questionsomething like windows vista sidebar or google sidebar Pin
Ali Hojjati10-Jul-09 21:15
Ali Hojjati10-Jul-09 21:15 
AnswerRe: something like windows vista sidebar or google sidebar Pin
Henry Minute11-Jul-09 0:44
Henry Minute11-Jul-09 0:44 
QuestionCan't get combo box to update with data [modified] Pin
Dominick Marciano10-Jul-09 8:01
professionalDominick Marciano10-Jul-09 8:01 
AnswerRe: Can't get combo box to update with data Pin
Henry Minute10-Jul-09 10:45
Henry Minute10-Jul-09 10:45 
QuestionRe: Can't get combo box to update with data Pin
Dominick Marciano16-Jul-09 7:18
professionalDominick Marciano16-Jul-09 7:18 
As to your first comment, I have used the debugger and have watched the items being added to the files. Also I didn't use generics because at the initial writing of this program I didn't understand them well enough and figured an ArrayList would be adequate.

As to your second comment, would I be able to use data binding with the way my ArrayList is set up? The ArrayList named ComponentArray holds a list of structures called CurrentComponent that is set up as follows:
Public Structure Component
    Dim ComponentStructure as String
    Dim ComponentMember as String
End Structure

The ComponentStructure may have something like "Window" while the ComponentMember has "Sash, Casing, Sill, Well." When I loop through the ArrayList I pull out the current ComponentStructure and add it to the cboStructures combo box, but the ComponentMember has to be comma delimited to get the individual members. Is this still possible using DataBinding? Also, I tried commenting out everything after where the code clears the cboStructures combo box and seeing if the combo box items would clear (cboStructures.Items.Clear()), and they would not. Any idea on why the combo box would not clear the items?
AnswerRe: Can't get combo box to update with data Pin
Henry Minute17-Jul-09 0:03
Henry Minute17-Jul-09 0:03 
QuestionPrinting in .net Pin
No-e10-Jul-09 7:55
No-e10-Jul-09 7:55 
AnswerRe: Printing in .net Pin
Henry Minute10-Jul-09 11:16
Henry Minute10-Jul-09 11:16 
GeneralRe: Printing in .net Pin
No-e10-Jul-09 11:45
No-e10-Jul-09 11:45 
QuestionFind a 16bit Process Pin
nlarson1110-Jul-09 4:01
nlarson1110-Jul-09 4:01 
AnswerRe: Find a 16bit Process Pin
Dave Kreskowiak10-Jul-09 9:47
mveDave Kreskowiak10-Jul-09 9:47 
GeneralRe: Find a 16bit Process Pin
nlarson1110-Jul-09 9:55
nlarson1110-Jul-09 9:55 
QuestionGoogle Earth in Web Application with adress search capabilities Pin
Member 442053410-Jul-09 3:38
Member 442053410-Jul-09 3:38 
AnswerRe: Google Earth in Web Application with adress search capabilities Pin
DoctorMick10-Jul-09 4:55
DoctorMick10-Jul-09 4:55 
AnswerRe: Google Earth in Web Application with adress search capabilities Pin
DoctorMick10-Jul-09 5:03
DoctorMick10-Jul-09 5:03 
QuestionHow to convert number to indian rupees format text in crystal report??? Pin
JC.KaNNaN9-Jul-09 21:25
JC.KaNNaN9-Jul-09 21:25 
AnswerRe: How to convert number to indian rupees format text in crystal report??? Pin
Nagy Vilmos9-Jul-09 21:58
professionalNagy Vilmos9-Jul-09 21:58 
GeneralRe: How to convert number to indian rupees format text in crystal report??? Pin
JC.KaNNaN9-Jul-09 22:15
JC.KaNNaN9-Jul-09 22:15 
GeneralRe: How to convert number to indian rupees format text in crystal report??? Pin
Nagy Vilmos10-Jul-09 1:03
professionalNagy Vilmos10-Jul-09 1:03 
QuestionMoves data From Program Files in VISTA Pin
Anubhava Dimri9-Jul-09 21:14
Anubhava Dimri9-Jul-09 21:14 
AnswerRe: Moves data From Program Files in VISTA Pin
Dave Kreskowiak10-Jul-09 3:11
mveDave Kreskowiak10-Jul-09 3:11 
GeneralRe: Moves data From Program Files in VISTA Pin
Anubhava Dimri10-Jul-09 18:16
Anubhava Dimri10-Jul-09 18:16 

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.