Click here to Skip to main content
15,922,894 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSetting Focus inside a text box Pin
New_Coder17-Jun-08 15:25
New_Coder17-Jun-08 15:25 
AnswerRe: Setting Focus inside a text box Pin
jzonthemtn17-Jun-08 15:38
jzonthemtn17-Jun-08 15:38 
QuestionGraduation project Pin
salam ellayan17-Jun-08 10:45
salam ellayan17-Jun-08 10:45 
AnswerRe: Graduation project PinPopular
Christian Graus17-Jun-08 17:37
protectorChristian Graus17-Jun-08 17:37 
GeneralRe: Graduation project Pin
Mark Churchill17-Jun-08 18:38
Mark Churchill17-Jun-08 18:38 
AnswerRe: Graduation project Pin
Noctris18-Jun-08 0:16
Noctris18-Jun-08 0:16 
AnswerRe: Graduation project Pin
Paul Conrad18-Jun-08 20:26
professionalPaul Conrad18-Jun-08 20:26 
Questionbit shift operation Pin
nik05070617-Jun-08 7:53
nik05070617-Jun-08 7:53 
Hi,

Given an Integer which is coded as defined in the following XML, how to compare it with the selected
values on a window form. All Properties can be selected ex. both male and female flag can be on.
Thanks in advance. Hope I have explained the problem correctly.

<employeefeatures>

<feature featuresid="1" bitpos="1" bitcount="1" descr="sex">
<property propertyid="1" val="0" txt="Male" />
<property propertyid="2" val="1" txt="Femele" />
</feature>
<feature featuresid="2" bitpos="2" bitcount="2" descr="agegroup">
<property propertyid="3" val="0" txt="20" />
<property propertyid="4" val="1" txt="30" />
<property propertyid="5" val="2" txt="40" />
</feature>
<feature featuresid="3" bitpos="4" bitcount="1" descr="CompanyCar">
<property propertyid="6" val="0" txt="Yes" />
<property propertyid="7" val="1" txt="No" />
</feature>
<feature featuresid="4" bitpos="5" bitcount="4" descr="status">
<property propertyid="8" val="0" txt="married" />
<property propertyid="9" val="1" txt="unmarried" />
<property propertyid="10" val="2" txt="single" />
<property propertyid="11" val="3" txt="unknown" />
</feature>

</employeefeatures>
AnswerRe: bit shift operation Pin
Guffa18-Jun-08 22:10
Guffa18-Jun-08 22:10 
GeneralRe: bit shift operation Pin
nik05070620-Jun-08 7:28
nik05070620-Jun-08 7:28 
GeneralRe: bit shift operation Pin
Guffa20-Jun-08 13:40
Guffa20-Jun-08 13:40 
GeneralRe: bit shift operation Pin
nik05070620-Jun-08 21:20
nik05070620-Jun-08 21:20 
QuestionHow do I use the IBiDiSpl Interface? Pin
Brandon Legault17-Jun-08 7:17
Brandon Legault17-Jun-08 7:17 
Questionstring comparision Pin
Member 183766117-Jun-08 4:06
Member 183766117-Jun-08 4:06 
AnswerRe: string comparision Pin
Helen Bull17-Jun-08 4:10
Helen Bull17-Jun-08 4:10 
AnswerRe: string comparision Pin
Christian Graus17-Jun-08 4:28
protectorChristian Graus17-Jun-08 4:28 
AnswerRe: string comparision Pin
Guffa17-Jun-08 4:37
Guffa17-Jun-08 4:37 
AnswerRe: string comparision Pin
Luc Pattyn17-Jun-08 12:46
sitebuilderLuc Pattyn17-Jun-08 12:46 
QuestionProblem accessing Application Event Log programatically Pin
Helen Bull17-Jun-08 3:58
Helen Bull17-Jun-08 3:58 
AnswerRe: Problem accessing Application Event Log programatically Pin
Noctris18-Jun-08 3:21
Noctris18-Jun-08 3:21 
GeneralRe: Problem accessing Application Event Log programatically Pin
Helen Bull20-Jun-08 2:29
Helen Bull20-Jun-08 2:29 
QuestionWebBrowser control Session issue ? Pin
imran_rafique17-Jun-08 3:43
imran_rafique17-Jun-08 3:43 
AnswerRe: WebBrowser control Session issue ? Pin
Noctris18-Jun-08 3:24
Noctris18-Jun-08 3:24 
Questionproblem wit autentication Pin
Ebube17-Jun-08 3:18
Ebube17-Jun-08 3:18 
AnswerRe: problem wit autentication Pin
Christian Graus17-Jun-08 3:27
protectorChristian Graus17-Jun-08 3:27 

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.