Click here to Skip to main content
15,888,351 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to improve performance of VB.Net 2010 / Word Windows Desktop App? Pin
QuickBooksDev11-Dec-14 8:37
QuickBooksDev11-Dec-14 8:37 
SuggestionRe: How to improve performance of VB.Net 2010 / Word Windows Desktop App? Pin
Maciej Los11-Dec-14 10:29
mveMaciej Los11-Dec-14 10:29 
GeneralRe: How to improve performance of VB.Net 2010 / Word Windows Desktop App? Pin
QuickBooksDev11-Dec-14 10:43
QuickBooksDev11-Dec-14 10:43 
AnswerRe: How to improve performance of VB.Net 2010 / Word Windows Desktop App? Pin
Chris Quinn11-Dec-14 20:49
Chris Quinn11-Dec-14 20:49 
GeneralRe: How to improve performance of VB.Net 2010 / Word Windows Desktop App? Pin
QuickBooksDev12-Dec-14 0:22
QuickBooksDev12-Dec-14 0:22 
GeneralRe: How to improve performance of VB.Net 2010 / Word Windows Desktop App? Pin
Mycroft Holmes14-Dec-14 13:22
professionalMycroft Holmes14-Dec-14 13:22 
GeneralRe: How to improve performance of VB.Net 2010 / Word Windows Desktop App? Pin
QuickBooksDev15-Dec-14 0:24
QuickBooksDev15-Dec-14 0:24 
Questionswitching two items in a list box/combo box Pin
Steve-the-elk11-Dec-14 5:04
Steve-the-elk11-Dec-14 5:04 
Hi Everyone
This is an odd one, so please bare with me. I have a list of players in a football team in a list box. I then have two combo boxes with the same list of players in.

For a player substitute I need to be able to select the player on in one combo box, player off in the other and then switch their names round so player one appears where player two was and vice versa.

To then make it more complex, I need this to be reflected in the combo box.

I tried a very basic:

Dim floatingName = SubOn.SelectedItem
               SubOn.SelectedItem = SubOff.SelectedItem
               SubOn.SelectedItem = floatingName

but its not as simple as I'd hoped. Also this wouldn't make a difference to the list box.

Can anyone give me some pointers please?
Thanks in advance.
Steve
Slowly learning... if only there was more time in the day!

AnswerRe: switching two items in a list box/combo box Pin
Richard MacCutchan11-Dec-14 6:45
mveRichard MacCutchan11-Dec-14 6:45 
QuestionHow to test The performance Of a Vb.Net Pc Cleaner Software? Pin
rituz9-Dec-14 1:36
rituz9-Dec-14 1:36 
AnswerRe: How to test The performance Of a Vb.Net Pc Cleaner Software? Pin
Chris Quinn9-Dec-14 2:03
Chris Quinn9-Dec-14 2:03 
AnswerRe: How to test The performance Of a Vb.Net Pc Cleaner Software? Pin
Dave Kreskowiak9-Dec-14 11:00
mveDave Kreskowiak9-Dec-14 11:00 
QuestionIn .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
QuickBooksDev5-Dec-14 11:52
QuickBooksDev5-Dec-14 11:52 
QuestionRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
Richard MacCutchan5-Dec-14 22:22
mveRichard MacCutchan5-Dec-14 22:22 
AnswerRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
QuickBooksDev6-Dec-14 0:15
QuickBooksDev6-Dec-14 0:15 
GeneralRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
Richard MacCutchan6-Dec-14 0:24
mveRichard MacCutchan6-Dec-14 0:24 
GeneralRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
QuickBooksDev7-Dec-14 5:04
QuickBooksDev7-Dec-14 5:04 
GeneralRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
Richard MacCutchan7-Dec-14 6:41
mveRichard MacCutchan7-Dec-14 6:41 
GeneralRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
QuickBooksDev7-Dec-14 8:11
QuickBooksDev7-Dec-14 8:11 
GeneralRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
Dave Kreskowiak7-Dec-14 8:25
mveDave Kreskowiak7-Dec-14 8:25 
GeneralRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
QuickBooksDev7-Dec-14 10:47
QuickBooksDev7-Dec-14 10:47 
GeneralRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
Dave Kreskowiak7-Dec-14 11:55
mveDave Kreskowiak7-Dec-14 11:55 
GeneralRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
Richard MacCutchan7-Dec-14 22:44
mveRichard MacCutchan7-Dec-14 22:44 
GeneralRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
QuickBooksDev8-Dec-14 0:23
QuickBooksDev8-Dec-14 0:23 
GeneralRe: In .Net how can I get a response to WebClient.Open write instead of Stream was not readable Pin
Richard MacCutchan8-Dec-14 0:48
mveRichard MacCutchan8-Dec-14 0:48 

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.