I finally had a full afternoon free to give your VariableGridLayout class a go. It is excellent and works brilliantly, I am pleased with the results so far (still work in progress...
No second socked object is created in the code. Did you mean a new IPEndPoint? If so then I should mention that since posting yesterday I've discovered that if you create...
I didn't fully appreciate the problem. My experience with MFC was fairly limited and I last programmed using it over ten years ago, I'd say 1996 or 1997.
Well this may not be exactly what you're looking for, it's not MFC for starters, but I needed to do something similar yesterday and used the code below. So this might help get you started, though...
I need some socket programming source code explained please. Here's the source that I'm currently using in a class that I got from the web - my question is below the source.
I just got around to writing the software today, I want an icon on the notifications bar that I can use to turn the monitor off, and it's working a treat so far.
...
I have 2 pieces of freeware (one dedicated, one a suite of utilities) that will turn my PC's monitor off. I like to be able to hit my monitor off with a double click on a desktop icon.
When designing a form in Visual C# you can set 'anchors' for controls in their properties. In so doing you can set how that control behaves when a user resizes a form at run time. Buttons can stay...
Errr no. Maybe different versions behave differently but in Visual C# 2008 Express Edition the event handlers are not lost when you do that. I've now done it several times and the control's events...