Pondidum

1,922
Reputation
282 views

Registered User

Name Pondidum
Member for 1 year
Seen 2 hours ago
Website
Location GB
Age 23
.Net WinForms developer specializing in custom controls, usability, design-time interaction, and anything that takes his fancy, or looks 'cool'
2h
comment how does one calculate the minimum _client_ size of a .net windows form?
you might find SystemInformation.Border3DSize combined with the delta might work then.
3h
revised how does one calculate the minimum _client_ size of a .net windows form?
added 139 characters in body
3h
answered how does one calculate the minimum _client_ size of a .net windows form?
5h
comment Why does Visual Studio take so long to delete a file
mhinze.com/slow-file-delete-visual-studio
1d
comment C#: Anything similar to the php ctype_digit function for C#?
Ah, well it works in vb.net :D
Nov
17
comment C#: Anything similar to the php ctype_digit function for C#?
you dont iirc, you can just say int.TryParse("123", new int);
Nov
16
comment What are your favorite extension methods for C#/.NET? (codeplex.com/extensionoverflow)
There is also Mono.Rocks which provides many useful extension methods
Nov
16
revised Solution Explorer Project Context Menu
edited tags
Nov
16
accepted cruisecontrol sourcesafe block
Nov
16
answered cruisecontrol sourcesafe block
Nov
10
comment Why doesn’t C# switch statement allow using typeof/GetType() ?
vb.net allows anything in the switch however
Nov
5
comment Can I call a vb.net dll from a c#.net dll?
they are not any different...
Nov
4
accepted Cruisecontrol:how to view the build results
Nov
4
comment How do you know if you’ve been programming too long?
The debuff/buff system has always fascinated me xD
Nov
3
accepted Get date of first day of week
Nov
3
answered Get date of first day of week
Nov
2
answered Cruisecontrol:how to view the build results
Oct
31
comment How to load an assembly without using Assembly.Load?
related question: stackoverflow.com/questions/1031431
Oct
30
answered Vb.Net Object on top of another
Oct
30
comment Using Image.FromFile does not release handle on a file
ass much as you shouldnt need to do this - it works. I had an image app that loaded 1000's of images in a loop and processed them. if i didn't have img = null in the loop i would get OOM errors very quickly.
Oct
29
comment Win7: Out of Memory exception on Image.FromFile
i am unconvinced by the down-votes; these posts contain useful information, even if it didnt work.
Oct
29
accepted Problem with set related property in designer at first time
Oct
28
revised Problem with set related property in designer at first time
added 1350 characters in body
Oct
28
comment Problem with set related property in designer at first time
Ok, I'm pretty sure its in a book, I will update when I get home and can have a look in the book.
Oct
28
comment Problem with set related property in designer at first time
It might not have been a web page now that i think about it, it could have been in one of my books.
Oct
28
comment Develop a Form Designer Application
"Windows Forms" would suggest to me .Net to me, so C#/vb.net?
Oct
28
comment What design pattern do you use the most?
Whichever is needed?
Oct
28
answered Problem with set related property in designer at first time
Oct
19
comment is this ok? salting
am i the only one who read that number as binary? >.<
Oct
19
comment How can I lock the screen using C#?
i think he means UAC style, not locking the workstation
Oct
16
revised How do I run a Flash exe file within a Window/Form in a VB.Net Project?
edited tags
Oct
14
answered Efficient, flicker-free syntax highligher for vb.net which works as well as the one in the IDE
Oct
14
answered How to determine maximum number of characters given a fixed width font and a maximum width in pixels
Oct
7
comment Changing the DefaultValue of a property on an inherited .net control
It is a shame there is not a way to achieve this without having to reimplement the property just to add an attribute.
Oct
6
comment Is there a BinaryReader in C++ to read data written from a BinaryWriter in C#?
you reading chris.dat in your c# reader and datafile.dat in your C++ reader...
Oct
6
comment Do you say No to C# Regions?
I use them for grouping all properties together in one lump (i work in data access level a lot) and the rest of the methods are fine in a sensible order (by function groupings or name or access level), which ever makes more sense for the class.
Oct
5
answered c# How to add an eventhandler to many menus in a foreach loop?
Oct
5
comment How do you use commercial libraries in a continuous integration build?
We haven't had a problem with that, we use several different pay for components, some of which want the .licx file, some want a .lic file in the appropriate directory, and one that wants a random file to be hidden in C:\Program Files somewhere.
Oct
1
answered How do you use commercial libraries in a continuous integration build?
Sep
30
comment [C#] SerializationException: (…) is not marked as serializable.
+1, not heard of protobuf-net, sounds useful.
Sep
28
comment flip coordinates when drawing to control
why the down vote?
Sep
28
answered flip coordinates when drawing to control
Sep
25
answered changing images in picturebox of windows form using c#
Sep
24
comment What is the history of the creation of C#?
Or possibly to give Balmer a reason to yell "Developers Developers Developers"?
Sep
24
comment What is the history of the creation of C#?
nothing better to do?
Sep
24
comment Shadows vs. Overrides in VB.Net
-1 The C# equivalent is 'new' so private new string Test() {...} does the same thing. Not just a vb.net 'problem'
Sep
22
comment Declaring Enums across derived classes
you don need all those Exit Selects. Its not cascading anyway
Sep
14
awarded  Popular Question
Sep
11
comment Do you celebrate programmer’s day?
+1, made me grin...
Sep
11
comment Source control products that support linked/shared files?
+1 despite not agreeing with "source control without the extra features" its not a DSCM but it still does everything as far as I can tell. (comparing to SVN as that is the other SCM I use)