Click here to Skip to main content
15,920,508 members
Home / Discussions / C#
   

C#

 
GeneralRe: Extracting subitems from a listview? Pin
shaunAustin9-Jun-03 12:54
shaunAustin9-Jun-03 12:54 
GeneralColorDialog Location Pin
patnsnaudy9-Jun-03 7:24
patnsnaudy9-Jun-03 7:24 
GeneralRe: ColorDialog Location Pin
Rocky Moore9-Jun-03 9:36
Rocky Moore9-Jun-03 9:36 
GeneralRe: ColorDialog Location Pin
patnsnaudy9-Jun-03 11:12
patnsnaudy9-Jun-03 11:12 
GeneralRe: ColorDialog Location Pin
Rocky Moore9-Jun-03 17:13
Rocky Moore9-Jun-03 17:13 
GeneralRe: ColorDialog Location Pin
patnsnaudy10-Jun-03 2:41
patnsnaudy10-Jun-03 2:41 
GeneralDeriving from System.Drawing.Image troubles... Pin
Mike Zinni9-Jun-03 7:22
Mike Zinni9-Jun-03 7:22 
GeneralRe: Deriving from System.Drawing.Image troubles... Pin
krisp9-Jun-03 12:22
krisp9-Jun-03 12:22 
I have no idea if this would work, but possibly the Image abstract class has its default constructor as private and that is what you are calling, so it may require that you use one of its defined constructors, and I noticed the Bitmap class does not use a default contructor either. I think this would work... if it doesn't, then i have no idea.

notice this line:
public EnhancedImage(string imageFilename) : base( imageFileName )



<br />
using System;<br />
using System.Drawing;<br />
<br />
namespace WindowsApplication1<br />
{<br />
	///<br />
 	/// Summary description for EnhancedImage.<br />
	///<br />
 	public class EnhancedImage : Image<br />
 	{<br />
		public EnhancedImage(string imageFilename) : base( imageFileName )<br />
		{<br />
			FromFile(imageFilename);<br />
		}<br />
	}<br />
}<br />

Generalusing unmanaged c in c# Pin
Courtney Layne9-Jun-03 6:22
sussCourtney Layne9-Jun-03 6:22 
GeneralRe: using unmanaged c in c# Pin
Ranjan Banerji9-Jun-03 6:32
Ranjan Banerji9-Jun-03 6:32 
GeneralRe: using unmanaged c in c# Pin
Nathan Blomquist9-Jun-03 7:25
Nathan Blomquist9-Jun-03 7:25 
GeneralRe: using unmanaged c in c# Pin
clayne10-Jun-03 6:23
clayne10-Jun-03 6:23 
GeneralRe: using unmanaged c in c# Pin
Nathan Blomquist10-Jun-03 11:27
Nathan Blomquist10-Jun-03 11:27 
GeneralExtending C# XML comment feature. Pin
Donald_a9-Jun-03 2:12
Donald_a9-Jun-03 2:12 
GeneralOwner draw panel Pin
aeros9-Jun-03 1:41
aeros9-Jun-03 1:41 
GeneralDrives available on PC Pin
Andy H9-Jun-03 1:20
Andy H9-Jun-03 1:20 
GeneralRe: Drives available on PC Pin
Rocky Moore9-Jun-03 6:19
Rocky Moore9-Jun-03 6:19 
QuestionCrystal reports?? Pin
Marix8-Jun-03 21:42
Marix8-Jun-03 21:42 
Generalcopying from File to File Pin
Irisshnirer8-Jun-03 20:05
sussIrisshnirer8-Jun-03 20:05 
GeneralRe: copying from File to File Pin
Kannan Kalyanaraman8-Jun-03 22:14
Kannan Kalyanaraman8-Jun-03 22:14 
GeneralRe: copying from File to File Pin
Anonymous8-Jun-03 22:27
Anonymous8-Jun-03 22:27 
GeneralRe: copying from File to File Pin
Irisshnirer8-Jun-03 22:32
sussIrisshnirer8-Jun-03 22:32 
GeneralRe: copying from File to File Pin
Kannan Kalyanaraman8-Jun-03 22:50
Kannan Kalyanaraman8-Jun-03 22:50 
Generalrename filename Pin
benzite8-Jun-03 17:27
benzite8-Jun-03 17:27 
GeneralRe: rename filename Pin
Rocky Moore8-Jun-03 18:12
Rocky Moore8-Jun-03 18:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.