Click here to Skip to main content
15,914,905 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: Multi Process Pin
Paul Conrad27-Oct-08 12:34
professionalPaul Conrad27-Oct-08 12:34 
QuestionHow do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
howardjr24-Oct-08 10:21
howardjr24-Oct-08 10:21 
GeneralWrong forum PinPopular
Pete O'Hanlon25-Oct-08 1:07
mvePete O'Hanlon25-Oct-08 1:07 
AnswerRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
Member 416955625-Oct-08 9:57
Member 416955625-Oct-08 9:57 
GeneralRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
Pete O'Hanlon26-Oct-08 10:12
mvePete O'Hanlon26-Oct-08 10:12 
GeneralRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
Member 416955626-Oct-08 11:51
Member 416955626-Oct-08 11:51 
GeneralRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
Pete O'Hanlon26-Oct-08 11:54
mvePete O'Hanlon26-Oct-08 11:54 
GeneralRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
Member 416955627-Oct-08 12:31
Member 416955627-Oct-08 12:31 
GeneralRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
Pete O'Hanlon27-Oct-08 23:14
mvePete O'Hanlon27-Oct-08 23:14 
GeneralRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
Member 416955628-Oct-08 14:04
Member 416955628-Oct-08 14:04 
GeneralRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
Member 416955626-Oct-08 11:46
Member 416955626-Oct-08 11:46 
GeneralRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
Michael Dunn5-Dec-08 15:01
sitebuilderMichael Dunn5-Dec-08 15:01 
AnswerRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? PinPopular
Paul Conrad27-Oct-08 4:52
professionalPaul Conrad27-Oct-08 4:52 
GeneralRe: How do you customize the windows context menu so that it shows specific options only only when opened for a specific application? Pin
Member 416955627-Oct-08 12:45
Member 416955627-Oct-08 12:45 
QuestionF# Articles? Pin
Dr.Walt Fair, PE15-Oct-08 8:01
professionalDr.Walt Fair, PE15-Oct-08 8:01 
AnswerRe: F# Articles? Pin
Pete O'Hanlon15-Oct-08 8:55
mvePete O'Hanlon15-Oct-08 8:55 
QuestionId like to see an article Pin
EliottA15-Oct-08 2:42
EliottA15-Oct-08 2:42 
AnswerRe: Id like to see an article Pin
Paul Conrad15-Oct-08 6:36
professionalPaul Conrad15-Oct-08 6:36 
GeneralRe: Id like to see an article Pin
EliottA15-Oct-08 8:40
EliottA15-Oct-08 8:40 
QuestionTo create a forum Pin
Shashank R. Shandilya12-Oct-08 20:37
Shashank R. Shandilya12-Oct-08 20:37 
AnswerRe: To create a forum Pin
Paul Conrad15-Oct-08 6:37
professionalPaul Conrad15-Oct-08 6:37 
AnswerRe: To create a forum Pin
Rajesh R Subramanian15-Oct-08 22:39
professionalRajesh R Subramanian15-Oct-08 22:39 
Questionvb.net programe Pin
sagar_p_parakh11-Oct-08 7:05
sagar_p_parakh11-Oct-08 7:05 
If i had 5 numbers in an array . I want to check for any repetation of integer value in that array.
eg: {1 2 3 1}
Answer should be 1 - 1
2 - 0
3 - 0

****************************************************************
I had design this code , but not working properly
****************************************************************

Dim j As Integer
Dim k As Integer
Dim m = 0
Dim temp As Integer
For j = 0 To 3
For k = 0 To 3
temp = a(j)
m = 0
If (a(k) <> temp) Then
Else
m = m + 1
End If

Next
Next
TextBox2.Text = TextBox2.Text & m

End Sub



PLEASE ANY ONE CAN HELP ME TO SORT OUT THIS QUERY..........
AnswerRe: vb.net programe Pin
Perspx11-Oct-08 7:30
Perspx11-Oct-08 7:30 
AnswerRe: vb.net programe Pin
Vasudevan Deepak Kumar26-Oct-08 10:26
Vasudevan Deepak Kumar26-Oct-08 10:26 

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.