mhamsa
Posts
-
"Browse for folder" dialog in ASP.NET -
Code Project StoreWho can I get in touch with in reference to an MSDN Universal Subscription order I placed at the Code Project Store Friday (9/27). I still have not be contacted to confirm order details as the Order Confirmation page said I would be.
-
Visual Studio 6This may be a "dated" question but does anyone know where you can purchase Visual Studio 6.0? I've been unable to find it at any of the major software outlets. We've got lots of VC++ (and VB 6) code to maintain with a few new programmers coming on and I'd to do the right thing and purchase copied of VS6 for them. Any Ideas? mike...
-
Inheritence & Virtual functions with COM/ATLTake a look through the MS documentation (or other sources) for topics pertaining to Aggregation and/or containment. It is possible mimic inheritence in ATL by having one COM component aggregate the implementation of another COM component, expose these interfaces, and extend upon them by exposing additional interfaces. This is how inheritence in practiced in ATL and more specifically COM.
-
CastingCan't you implement a propget on IUser that returns the contents of m_SomeData?
-
Hi,all, I want to paint a bias and never use LineTo(),Because I want get every point's coordinate in the bias.How can i do?Have you looked at Polyline()? It takes an array on points (coordinates) and draw them all at once. mike...