:((:((:(( Well, I'don't understand what's append. I try to generate a WPF windows application with 4 windows form but in the property Application, starting object, i don't see any of my forms. VB2005 show this error Impossibile trovare "Sub Main" in "UTENTI". (Unable to show SUB MAIN) Can someone help me?
R
Roberto Monza
@Roberto Monza
Posts
-
HELP? NON RIESCO PIU' A COMPILARE -
HELP? NON RIESCO PIU' A COMPILAREImpossibile trovare informazioni sullo schema per l'elemento 'http://schemas.microsoft.com/winfx/2006/xaml/presentation:Window' Che succede?
-
image and my.resources (wpf):confused: :confused: :confused: I've defined an image control (System.Windows.Controls.Image) I need to set the image.source property at the run time setting an image loaded from my.resources image.source = system.windows.media.imagesource my.resources è un tipo system.drawing.bitmap If i try to directly assign my,resources.image i got "Cannot convert "System.Drawing.Bitmap" into "System.Windows.Media.ImageSource" Can someone help me? Bob1970