Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~547 People Reached
About Me

C# Developer

Interests
History
PC Specs
Programmer
Favorite Forums
Member Avatar for edek

:The problem: enum:[CODE] enum Choice { A, B, C }[/CODE] I would like to pass it to function like that:[CODE] void function(Choice.A | Choice.B) { //how do I determine what was passed here?? //how to handle two or more values?? }[/CODE] Thanks in adv

Member Avatar for alc6379
0
340
Member Avatar for Chaster

Hi everyone, I have a panel which will be 'filled' with a form in runtime. My question is: how could I determine the size of the panel (becouse I want the form to change its size dinamically). thanks

Member Avatar for 4M-world
0
207