Click here to Skip to main content
15,901,035 members
Home / Discussions / Article Writing
   

Article Writing

 
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 
QuestionAssembly language Pin
LloydA1114-Oct-08 3:41
LloydA1114-Oct-08 3:41 
AnswerRe: Assembly language Pin
Vasudevan Deepak Kumar26-Oct-08 10:25
Vasudevan Deepak Kumar26-Oct-08 10:25 
GeneralToaster Pop-ups Pin
Programble30-Sep-08 11:39
Programble30-Sep-08 11:39 
GeneralRe: Toaster Pop-ups Pin
Jaime Olivares4-Oct-08 2:21
Jaime Olivares4-Oct-08 2:21 
GeneralRe: Toaster Pop-ups Pin
Programble4-Oct-08 4:53
Programble4-Oct-08 4:53 
GeneralRe: Toaster Pop-ups Pin
Jaime Olivares4-Oct-08 6:46
Jaime Olivares4-Oct-08 6:46 
GeneralRe: Toaster Pop-ups Pin
Programble4-Oct-08 10:31
Programble4-Oct-08 10:31 
GeneralMaybe he means, literally, Toaster Pop-ups Pin
Gregory Gadow17-Nov-08 11:27
Gregory Gadow17-Nov-08 11:27 
Questionwhere to begin? Pin
stuttgart26-Sep-08 12:39
stuttgart26-Sep-08 12:39 
AnswerRe: where to begin? Pin
Pete O'Hanlon26-Sep-08 23:35
mvePete O'Hanlon26-Sep-08 23:35 
AnswerRe: where to begin? Pin
Paul Conrad27-Sep-08 5:18
professionalPaul Conrad27-Sep-08 5:18 
AnswerRe: where to begin? Pin
LloydA1114-Oct-08 3:38
LloydA1114-Oct-08 3:38 
Questionneed a c++ program Pin
juhi.sweetest23-Sep-08 6:13
juhi.sweetest23-Sep-08 6:13 
AnswerRe: need a c++ program Pin
Paul Conrad27-Sep-08 5:20
professionalPaul Conrad27-Sep-08 5:20 
AnswerRe: need a c++ program Pin
Vivi Chellappa26-Oct-08 5:49
professionalVivi Chellappa26-Oct-08 5:49 

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.