T O P I C R E V I E W |
flight58 |
Posted - Mar 11 2006 : 09:27:10 AM Hi,
In the following c# code, the words "GetMouseArgs" and "Handled" are marked as errors in the IDE with a red underline, but it compiles allright. The code is part of a drop/drag in a MouseMove event and is copied from the DevExpress documentation.
http://devexpress.com/Support/KnowledgeBase/ShowArticle.xml?kbid=A1420
DevExpress.Utils.DXMouseEventArgs ev =DevExpress.Utils.DXMouseEventArgs.GetMouseArgs(e);
ev.Handled = true;
|
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 23 2006 : 5:54:17 PM sorry for the delay here, i have been very busy. looking at this download link there are two versions, one for VS2002/3 and one for VS2005. which IDE are you using? i presumably need to download and test against the correct IDE.
once i have the correct download is there some sample project included that i can use to test this? |
flight58 |
Posted - Mar 12 2006 : 02:03:24 AM Hi,
You can download a trial of DevExpress XtraGrid Suite at this link
http://www.devexpress.com/Downloads/NET/XtraGrid/
|
feline |
Posted - Mar 11 2006 : 3:43:06 PM simply pasting this code into a C# program is leaving me with most of the words being underlined, as expected.
is it possible to download something that will let me produce a working test? i do not have the classes or namespaces for this on my machine. |