Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
AnswerRe: Iterating through all values of an ORed enum variable... Pin
PhilDanger9-Jul-07 7:17
PhilDanger9-Jul-07 7:17 
GeneralRe: Iterating through all values of an ORed enum variable... Pin
Shy Agam9-Jul-07 8:02
Shy Agam9-Jul-07 8:02 
AnswerRe: Iterating through all values of an ORed enum variable... Pin
PhilDanger9-Jul-07 10:55
PhilDanger9-Jul-07 10:55 
QuestionHow to play at the same time 2 or more sounds Pin
mayhem709-Jul-07 4:58
mayhem709-Jul-07 4:58 
AnswerRe: How to play at the same time 2 or more sounds Pin
mav.northwind9-Jul-07 19:21
mav.northwind9-Jul-07 19:21 
AnswerRe: How to play at the same time 2 or more sounds Pin
Hesham Yassin9-Jul-07 22:38
Hesham Yassin9-Jul-07 22:38 
Questionhow to sort datagridview ? (a numeric field) Pin
cmpeng349-Jul-07 4:53
cmpeng349-Jul-07 4:53 
AnswerRe: how to sort datagridview ? (a numeric field) Pin
velkropie9-Jul-07 6:24
velkropie9-Jul-07 6:24 
here is a bubble sort for you...


for (i=0; i<n-1; i++)="" {
="" for="" (j="0;" j<n-1-i;="" j++)
="" if="" (a[j+1]="" <="" a[j])="" {="" *="" compare="" the="" two="" neighbors=""
="" tmp="a[j];" swap="" a[j]="" and="" a[j+1]="" }
}
=""

<div="" class="ForumSig">The Devil Lives in all of us, It's up to you to let HIM/HER out!!!!!
AnswerRe: how to sort datagridview ? (a numeric field) Pin
Luc Pattyn9-Jul-07 7:12
sitebuilderLuc Pattyn9-Jul-07 7:12 
QuestionHow do I Marshal Vector using Pinvoke Pin
Subodh Borker9-Jul-07 4:41
Subodh Borker9-Jul-07 4:41 
QuestionCrystal Reports Gurus - need help - please Pin
Rome'9-Jul-07 4:27
Rome'9-Jul-07 4:27 
QuestionUdp client Programming Pin
ramdil9-Jul-07 3:57
ramdil9-Jul-07 3:57 
AnswerRe: Udp client Programming Pin
Jimmanuel9-Jul-07 4:18
Jimmanuel9-Jul-07 4:18 
GeneralRe: Udp client Programming Pin
ramdil9-Jul-07 4:41
ramdil9-Jul-07 4:41 
GeneralRe: Udp client Programming Pin
Jimmanuel9-Jul-07 4:52
Jimmanuel9-Jul-07 4:52 
GeneralRe: Udp client Programming Pin
Luc Pattyn9-Jul-07 5:05
sitebuilderLuc Pattyn9-Jul-07 5:05 
GeneralRe: Udp client Programming Pin
ramdil9-Jul-07 5:12
ramdil9-Jul-07 5:12 
GeneralRe: Udp client Programming Pin
Jimmanuel9-Jul-07 5:20
Jimmanuel9-Jul-07 5:20 
GeneralRe: Disconnecting your Ethernet may keep your app alive ! Pin
Luc Pattyn9-Jul-07 5:56
sitebuilderLuc Pattyn9-Jul-07 5:56 
GeneralRe: Disconnecting your Ethernet may keep your app alive ! Pin
Jimmanuel9-Jul-07 6:34
Jimmanuel9-Jul-07 6:34 
GeneralRe: Udp client Programming Pin
ramdil9-Jul-07 5:14
ramdil9-Jul-07 5:14 
GeneralRe: Udp client Programming Pin
Jimmanuel9-Jul-07 5:23
Jimmanuel9-Jul-07 5:23 
GeneralRe: Udp client Programming Pin
ramdil9-Jul-07 5:38
ramdil9-Jul-07 5:38 
GeneralRe: Udp client Programming Pin
Luc Pattyn9-Jul-07 5:56
sitebuilderLuc Pattyn9-Jul-07 5:56 
GeneralRe: Udp client Programming Pin
ramdil9-Jul-07 22:02
ramdil9-Jul-07 22:02 

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.