473,569 Members | 2,762 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Missing UITypeEditors?

Hello

I'm trying to use the ImageEditor attribute as explained in http://msdn.microsoft.com/library/de...classtopic.asp and http://www.thecodeproject.com/cs/mis...edlistviews.as
EditorAttribute (__typeof(Syste m::Drawing::Des ign::ImageEdito r), __typeof(System ::Drawing::Desi gn::UITypeEdito r)
However I get the following errors

c:\Documents and Settings\Neo\My Documents\Visua l Studio Projects\Modele r\Form1.h(209): error C2065: 'System::Drawin g::Design::Imag eEditor' : undeclared identifie
c:\Documents and Settings\Neo\My Documents\Visua l Studio Projects\Modele r\Form1.h(209): error C3742: 'System::Drawin g::Design::Imag eEditor': could not convert to System::Type
c:\Documents and Settings\Neo\My Documents\Visua l Studio Projects\Modele r\Form1.h(206): error C3725: 'System::Compon entModel::Edito rAttribute': cannot resolve attribute overloa
could be 'System::Compon entModel::Edito rAttribute::Edi torAttribute(Sy stem::Type __gc *,System::Type __gc *)
or 'System::Compon entModel::Edito rAttribute::Edi torAttribute(Sy stem::String __gc *,System::Type __gc *)
or 'System::Compon entModel::Edito rAttribute::Edi torAttribute(Sy stem::String __gc *,System::Strin g __gc *)
or 'System::Compon entModel::Edito rAttribute::Edi torAttribute(vo id)
c:\Documents and Settings\Neo\My Documents\Visua l Studio Projects\Modele r\Form1.h(209): fatal error C1075: end of file found before the left brace '{' at 'c:\Documents and Settings\Neo\My Documents\Visua l Studio Projects\Modele r\Form1.h(155)' was matche

I get the same errors with

System.Windows. Forms.Design.Fi leNameEditor and System.Drawing. Design.FontEdit o

Do I need to include something

I'm using VC++ .NET 200

Thanks in advance.
Nov 17 '05 #1
3 1746
Did you add the System.Design.d ll to the projects "References "? This needs
to be done in addition to including them. At least in C# it does.

Regards,
Erin.

--
Visit us on the web at: http://www.databasementsoftware.com
Nov 17 '05 #2
Thanks Erin. Yes I did, but it doesn't work :0(
Nov 17 '05 #3
Did you add a #using directive for it?

--
Tomas Restrepo
to****@mvps.org
"NeoGeo" <an*******@disc ussions.microso ft.com> wrote in message
news:BA******** *************** ***********@mic rosoft.com...
Thanks Erin. Yes I did, but it doesn't work :0(

Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
1677
by: Steven T. Hatton | last post by:
If you happen to have Accelerated C++ by Koenig and Moo, and haven't gotten around to reading it, I suggest you count the pages between page 18 and page 51. I came up with zero. This is very disappointing since I have been intending to read the book for some time now. I finally picked it up with the expectation that I would breeze through...
7
5351
by: Corepaul | last post by:
Missing Help Files When I enter "recordset" as the keyword and search the Visual Basic Help index, I get many topics of interest in the resulting list. But there isn't any information available from clicking on many of the available topics (mostly methods but some properties are also unavailable). This same problem occurs with many, if not...
102
5618
by: Skybuck Flying | last post by:
Sometime ago on the comp.lang.c, I saw a teacher's post asking why C compilers produce so many error messages as soon as a closing bracket is missing. The response was simply because the compiler can't tell where a bracket is missing.... a few weeks have past, I requested a feature for the delphi ide/editor "automatic identation of code in...
0
3085
by: kris | last post by:
hi can any one help me out, i have written a code for Word Indexing using Dll's i think this is an incomplete code for WORD INDEX. I had encountered this error "Error! No index entries found" when i opened word document can any one fill out the missing code with this.
17
3001
by: Justin Emlay | last post by:
I'm hopping someone can help me out on a payroll project I need to implement. To start we are dealing with payroll periods. So we are dealing with an exact 10 days (Monday - Friday, 2 weeks). I have a dataset as follows (1 week to keep it short): Employee 1 - Date 1 Employee 1 - Date 2
9
2406
by: Mario Vázquez | last post by:
Hi, I have a component which exposes an extended property. I want to edit this property using a UITypeEditor. The problem is that when the designer raises my UITypeEditor sends a reference of the component it's being edited (a TextBox for example) but not of my component. How can I receive a reference of the component that owns the extended...
0
1680
by: youth | last post by:
I am trying to bind the DB2 utlities to a new database that was created by our DBAs. Each time I try I get the following: db2ajgrt.bnd - No errors db2clish.bnd - 13 errors all for missing package SQLABD01 db2clisn.bnd - 13 errors all for missing package SQLABD01 db2clibh.bnd - 13 errors all for missing package SQLABD01 db2clibn.bnd - 13...
5
2435
by: le0 | last post by:
Hello guys, Im really having a hard time doing this, I have a record set with the ItemNo field with the data type as Text. In the record that I have, I want to find the missing number in the series for example: 1 3 4.1
1
4275
by: BobPaul | last post by:
I'm following code out of a howto book and this is really bugging me. This header file was created by VStudio 6.0 when I did a "Right Click: Add Member Function" CLine is a class I wrote (per the book's instructions) and Line.h in included in Day10Doc.cpp Here is the contents of Day10Doc.h #if...
3
2812
by: Fred Chateau | last post by:
Still working on my XML DataSet... Having moved on past difficult and complex problems, resolved with the assistance of everyone here, I find myself facing yet another problem. My XML document breaks the schema. There are missing tags everywhere, on purpose I'm told, because we don't need them. I'm getting a "System.Data: There is no row...
0
7694
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8118
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6278
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5504
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2107
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.