User penyaskito - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T22:11:38Z http://stackoverflow.com/feeds/user/3008 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1906408/drawing-controls-with-gdi-on-compact-framework 0 Drawing controls with GDI on Compact Framework penyaskito 2009-12-15T10:12:04Z 2009-12-15T13:30:14Z <p>I need to draw a textbox in a Compact Framework app, but using directly a Graphics object.</p> <p>I've found the Control.DrawToBitmap method, which I could use for drawing with GDI, but it's not available on Compact Framework.</p> <p>Any hints?</p> http://stackoverflow.com/questions/165525/collection-editor-at-runtime/165540#165540 1 Answer by penyaskito for Collection Editor at runtime penyaskito 2008-10-03T03:07:32Z 2008-10-03T03:07:32Z <p>I think that this article explains what you need: <a href="http://www.codeproject.com/KB/cs/dzcollectioneditor.aspx" rel="nofollow">How to Edit and Persist Collections with CollectionEditor</a></p> http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164843#164843 260 Answer by penyaskito for What real life bad habits has programming given you? penyaskito 2008-10-02T22:13:23Z 2008-10-02T22:13:23Z <p>I really need control+Z in real world.</p> http://stackoverflow.com/questions/164809/what-are-the-most-relevant-oss-projects-for-net/164838#164838 10 Answer by penyaskito for What are the most relevant OSS projects for .NET? penyaskito 2008-10-02T22:11:57Z 2008-10-02T22:11:57Z <p>Building frameworks: Nant.</p> http://stackoverflow.com/questions/1906408/drawing-controls-with-gdi-on-compact-framework/1907300#1907300 Comment by penyaskito on Drawing controls with GDI on Compact Framework penyaskito 2009-12-15T17:02:28Z 2009-12-15T17:02:28Z The problem is that in Windows Mobile I can only have an active screen, so puting the StartLocation out of the bounds of it it's not an option. http://stackoverflow.com/questions/1906408/drawing-controls-with-gdi-on-compact-framework/1907300#1907300 Comment by penyaskito on Drawing controls with GDI on Compact Framework penyaskito 2009-12-15T13:59:22Z 2009-12-15T13:59:22Z I did the BitBit p/Invoke, but got a black image (I think that's because of the controls not being visible in any form). If I use visible controls it works. Thanks anyway :( http://stackoverflow.com/questions/1906408/drawing-controls-with-gdi-on-compact-framework/1906554#1906554 Comment by penyaskito on Drawing controls with GDI on Compact Framework penyaskito 2009-12-15T10:42:20Z 2009-12-15T10:42:20Z With this I can draw text, lines, polygons, bitmaps, etc. But how I can get the &quot;image&quot; from a textbox that is not in any control? http://stackoverflow.com/questions/1906408/drawing-controls-with-gdi-on-compact-framework Comment by penyaskito on Drawing controls with GDI on Compact Framework penyaskito 2009-12-15T10:33:29Z 2009-12-15T10:33:29Z I'm not using the standard WinForms controls, but other library of GDI based controls. I need to create my own TextBox from scratch (time-constraints don't let me do this), or being able of drawing a WinForms TextBox with GDI. I have not found how to direct draw on Graphics on CF. http://stackoverflow.com/questions/390438/good-free-uml-tool-for-java-eclipse/391226#391226 Comment by penyaskito on Good free UML tool for Java/Eclipse? penyaskito 2008-12-25T18:22:19Z 2008-12-25T18:22:19Z Check ArgoEclipse, that brings ArgoUML functionality to Eclipse.