blah blah blah is here! blah blah » Close

0
votes
0 answers

validating listview data against xml schema

Hi, Can someone tell me, is it posible to validate listview data against an xml schema when user edits listview column data in c# win forms applications. Thanks. Regards,

-2
votes
1 answers

Help with homework

I have to answer the question. What built in function converts a string to an integer (include parentheses but no argument)? in c# I am a beginner at this and am struggling to find out how to do this. Can anyone help please?

0
votes
1 answers

C# DateTime.TimeOfDay

How do I split DateTime.TimeOfDay into seperate integers for Minute, Second and Hour as well as a Boolean for AM/PM? Thanks, Theo

0
votes
1 answers

how do i put 2 integer beside each other when a spacing in de middle, at label?

int Random1 = 0; int Random2 = 0; string StrRandom1 = ""; string StrRandom2 = ""; string StrRandom1PlusRandom2 = ""; int Multiplyer = 0; int BandMultiplyer ...

Feedback