Search results for query: *

  • Users: diegoher
  • Content: Threads
  • Order by date
  1. diegoher

    Image mirror reflection effect?

    I'm trying to find any example code in vb.net or C# to create a mirror effect like this http://msdn2.microsoft.com/en-us/library/ms749021.aspx (Example: Create a Reflection) but in vs2005 using the GDI anyone have any expirience with this? thanks!
  2. diegoher

    Child form access to mdi parent

    Hi, I'm working in a simple multi document editor, each time I click on a new document I call to a new form like this: Dim xfrm As New frmNewDocument xfrm.MdiParent = Me xfrm.Show() In the mdi form I have some controls, like tabs and toolstrip, my questions is, if there is a way that I can...
Back
Top