User penyaskito - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T22:11:38Zhttp://stackoverflow.com/feeds/user/3008http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1906408/drawing-controls-with-gdi-on-compact-framework0Drawing controls with GDI on Compact Frameworkpenyaskito2009-12-15T10:12:04Z2009-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#1655401Answer by penyaskito for Collection Editor at runtimepenyaskito2008-10-03T03:07:32Z2008-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#164843260Answer by penyaskito for What real life bad habits has programming given you?penyaskito2008-10-02T22:13:23Z2008-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#16483810Answer by penyaskito for What are the most relevant OSS projects for .NET?penyaskito2008-10-02T22:11:57Z2008-10-02T22:11:57Z<p>Building frameworks: Nant.</p>
http://stackoverflow.com/questions/1906408/drawing-controls-with-gdi-on-compact-framework/1907300#1907300Comment by penyaskito on Drawing controls with GDI on Compact Frameworkpenyaskito2009-12-15T17:02:28Z2009-12-15T17:02:28ZThe 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#1907300Comment by penyaskito on Drawing controls with GDI on Compact Frameworkpenyaskito2009-12-15T13:59:22Z2009-12-15T13:59:22ZI 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#1906554Comment by penyaskito on Drawing controls with GDI on Compact Frameworkpenyaskito2009-12-15T10:42:20Z2009-12-15T10:42:20ZWith this I can draw text, lines, polygons, bitmaps, etc. But how I can get the "image" from a textbox that is not in any control?http://stackoverflow.com/questions/1906408/drawing-controls-with-gdi-on-compact-frameworkComment by penyaskito on Drawing controls with GDI on Compact Frameworkpenyaskito2009-12-15T10:33:29Z2009-12-15T10:33:29ZI'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#391226Comment by penyaskito on Good free UML tool for Java/Eclipse?penyaskito2008-12-25T18:22:19Z2008-12-25T18:22:19ZCheck ArgoEclipse, that brings ArgoUML functionality to Eclipse.