Skip to main content
Martin Verjans's user avatar
Martin Verjans's user avatar
Martin Verjans's user avatar
Martin Verjans
  • Member for 8 years, 5 months
  • Last seen more than a week ago
  • Belgium
5 votes
1 answer
687 views

Is there a VB .NET equivalent to C Fall Through switch?

3 votes
2 answers
1k views

What's the interest of PropertyGrid.BrowsableAttributes?

3 votes
0 answers
74 views

Why Cast<long> cannot cast from List<int>? [duplicate]

2 votes
1 answer
363 views

Adapt the height of a TextBox

2 votes
2 answers
1k views

Application shutting down without notice

2 votes
1 answer
1k views

Different ways of raising a Custom Event in .NET Framework

1 vote
2 answers
7k views

Regional Settings Override in .NET Framework

1 vote
1 answer
87 views

Are operators or IEquatable interface CLS Compliant?

1 vote
2 answers
297 views

Select Items based on a list containing the IDs

1 vote
0 answers
175 views

Is EventHandler.BeginInvoke "safe" to use?

1 vote
2 answers
889 views

Avoiding duplicate keys in Entity Framework

0 votes
2 answers
331 views

ListView throwing ArgumentException when form is shown

0 votes
1 answer
418 views

Why is CRC16 calculation so slow?

0 votes
2 answers
3k views

Impossible to update Variable from Variable Group (Library)

0 votes
1 answer
3k views

Azure Pipelines, iterate through files

0 votes
3 answers
1k views

Nested inline if statement

0 votes
1 answer
98 views

if() not recognized in VB .Net 3.5 VS2012

0 votes
1 answer
968 views

How to handle events with dynamically created controls? [duplicate]

0 votes
1 answer
303 views

Custom Designer changes the display of my components on the Design Surface

-2 votes
3 answers
212 views

Is it a waste of time to call a function in the foreach definition?