Click here to Skip to main content
15,887,676 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVisual Studio 2010 Express on Windows 8.1 Pin
BobbyStrain12-Jan-15 14:11
BobbyStrain12-Jan-15 14:11 
AnswerRe: Visual Studio 2010 Express on Windows 8.1 Pin
vbmike13-Jan-15 4:15
vbmike13-Jan-15 4:15 
AnswerRe: Visual Studio 2010 Express on Windows 8.1 Pin
RUs12313-Jan-15 4:19
RUs12313-Jan-15 4:19 
GeneralRe: Visual Studio 2010 Express on Windows 8.1 Pin
BobbyStrain13-Jan-15 5:06
BobbyStrain13-Jan-15 5:06 
QuestionWhy this expression produce error Pin
dilkonika12-Jan-15 6:31
dilkonika12-Jan-15 6:31 
AnswerRe: Why this expression produce error Pin
Richard Deeming12-Jan-15 6:56
mveRichard Deeming12-Jan-15 6:56 
GeneralRe: Why this expression produce error Pin
dilkonika12-Jan-15 7:12
dilkonika12-Jan-15 7:12 
AnswerRe: Why this expression produce error Pin
ZurdoDev12-Jan-15 7:23
professionalZurdoDev12-Jan-15 7:23 
SelectedValue is an object, http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.selector.selectedvalue(v=vs.110).aspx[^] and the error says it does not recognize "System.Object CompareObjectEqual(System.Object, System.Object, Boolean)" meaning you can't do what you're doing on Objects.

Assuming you have simple strings in your combobox then all you likely need to do is call .ToString() on the SelectedValue.
There are only 10 types of people in the world, those who understand binary and those who don't.

GeneralRe: Why this expression produce error Pin
dilkonika12-Jan-15 7:32
dilkonika12-Jan-15 7:32 
GeneralRe: Why this expression produce error Pin
ZurdoDev12-Jan-15 7:38
professionalZurdoDev12-Jan-15 7:38 
GeneralRe: Why this expression produce error Pin
dilkonika12-Jan-15 7:50
dilkonika12-Jan-15 7:50 
GeneralRe: Why this expression produce error Pin
ZurdoDev12-Jan-15 7:52
professionalZurdoDev12-Jan-15 7:52 
GeneralRe: Why this expression produce error Pin
dilkonika12-Jan-15 16:48
dilkonika12-Jan-15 16:48 
GeneralRe: Why this expression produce error Pin
ZurdoDev13-Jan-15 1:34
professionalZurdoDev13-Jan-15 1:34 
GeneralRe: Why this expression produce error Pin
dilkonika13-Jan-15 4:19
dilkonika13-Jan-15 4:19 
AnswerRe: Why this expression produce error Pin
ZurdoDev13-Jan-15 4:21
professionalZurdoDev13-Jan-15 4:21 
GeneralRe: Why this expression produce error Pin
dilkonika13-Jan-15 4:29
dilkonika13-Jan-15 4:29 
AnswerRe: Why this expression produce error Pin
ZurdoDev13-Jan-15 4:32
professionalZurdoDev13-Jan-15 4:32 
GeneralRe: Why this expression produce error Pin
dilkonika13-Jan-15 5:00
dilkonika13-Jan-15 5:00 
QuestionHow to implement the Bernstein crc ? Pin
SepPax8-Jan-15 13:09
SepPax8-Jan-15 13:09 
QuestionGet messages sent to external ComboBox Pin
ezio20007-Jan-15 5:40
ezio20007-Jan-15 5:40 
AnswerRe: Get messages sent to external ComboBox Pin
Richard Andrew x647-Jan-15 17:23
professionalRichard Andrew x647-Jan-15 17:23 
QuestionTrying to understand the nature of inherited windows forms.... Pin
Sam Marrocco7-Jan-15 5:26
Sam Marrocco7-Jan-15 5:26 
AnswerRe: Trying to understand the nature of inherited windows forms.... Pin
Eddy Vluggen7-Jan-15 5:56
professionalEddy Vluggen7-Jan-15 5:56 
AnswerRe: Trying to understand the nature of inherited windows forms.... Pin
bojammis7-Jan-15 15:15
professionalbojammis7-Jan-15 15:15 

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.