How to use C# WPF component dll in Delphi Project

Hi,
I have created a WPF component library. It's an autocomplete component.
Now I want to use this library in Delphi 7 . 
I have found some information like - http://www.codeproject.com/Articles/373973/Native-Delphi-callbacks-in-NET-Csharp-COM-assembly
But they are form simple method call . But if I want to use my C# WPF component library in Delphi, how can I do that.
Can somebody give me some instructions or references ?

Hi,
I have created a WPF component library. It's an autocomplete component.
Now I want to use this library in Delphi 7 . 
I have found some information like - http://www.codeproject.com/Articles/373973/Native-Delphi-callbacks-in-NET-Csharp-COM-assembly
But they are form simple method call . But if I want to use my C# WPF component library in Delphi, how can I do that.
Can somebody give me some instructions or references ?
By component library, exactly what do you mean?
If this is like an autocomplete textbox then that isn't going to happen.
You can't just put a .net dll inside a Delphi application and expect it to work.
If it's a com component you have written then that's a Delphi question which is best asked in a Delphi forum.

Similar Messages

  • How to use the same component in different applications

    Hi All,
    I need to use the same component in different applications. i.e In opportunity, Quotation & Promotion.
    The Search help view in the component PRD01QR should be used in all these components but with different search criteria.
    With help of the DO_determine_configuration, different view configurations are possible but Different search criteria is not possible.
    for Eg. search parameter without DDLB, F4 options in another components.
    How can I control the behavior of the search view in different applications with restricting the field properties?
    Is it possible to find out where and in which component these search_help_search component is used?

    Hi Harry,
    Is it possible to find out where and in which component these search_help_search component is used?
    ans: I am giving an Example for your question go through that u might get clear about this.
    Ex: BT115IT_SLSO  sales order component
    below screen they component usage using for populate the product search component.
    please let me know any help required .
    Regards,
    vishwa.

  • How to use GetLastError to get DLL error details ?

    Hi.
    I use Labview 6.1 under W2K pro.
    I try to use a DLL to control a unit plugged in my COM1. This DLL use setLastError in kernel32.dll but when i use GetLastError i have 0 : no error. I thing that the thread that is taken by GetLastError is the run-time of Labview (that has no error) and not the thread of the DLL... not easy to explain in english...
    If someone can help me .. ?? don't hesitate !!
    Jerome

    > I try to use a DLL to control a unit plugged in my COM1. This DLL use
    > setLastError in kernel32.dll but when i use GetLastError i have 0 : no
    > error. I thing that the thread that is taken by GetLastError is the
    > run-time of Labview (that has no error) and not the thread of the
    > DLL... not easy to explain in english...
    > If someone can help me .. ?? don't hesitate !!
    >
    If possible, it would be better if the function returned the error for
    you, as GetLastError is a poor way of doing this in any API.
    In the default settings, it is a little difficult to control which
    thread executes various subVIs or DLLs and in which order. You can
    arrange it to be predictable, though.
    I think you have two problems. First off, you want to make sure that
    the same th
    read calls the function that sets the error and GetLastError.
    The utility for setting threads is in
    vi.lib/utility/sysinfo/threadcfg.vi or something close to that. It will
    indicate how many threads are setup for a given execution system and
    priority. You could arrange for any of these to have only one thread
    and then make sure the VI running the nodes runs in the execution system
    with only a single thread. You could also just set the DLLs to run in
    the UI thread.
    The second problem is that after executing a node, LV can switch over to
    run a different node, then switch back at a later date. During this
    switch, another VI can call SetLastError, GetLastError or
    ClearLastError, all of which affect the thread-global error state. So
    you need to arrange for the nodes to run such that nothing separates
    them. One way of doing this for certain is to make a wrapper DLL around
    the calls such that the calls happen in a synchronous DLL, where LV
    cannot do switching between t
    asks. If you have already setup a VI to
    run in a less used execution system, and nobody else uses the thread,
    then you are good to go.
    Greg McKaskle

  • How to use Java reporting component.

    Hi,
    I want to use the Java reporting component (JRC) in crystal report, could you please tell me which version of CR will support this feture. i am presently using crystal report 12 version and i am not seeing any related info regarding this.
    my actual requirement is i want to use the reports to be hosted in UNIX,or Solaries env. i dont no how can i use the JRC for this perpose.
    can you let me know how can use the JRC and how to host it on unix boxes.
    Regards,
    Prabhakar J.

    Hi Prabhakar,
    There is a separate forum for Java Reporting Component (JRC) SDK.
    Post your question in Java SDK forum.
    [SAP Crystal Reports, version for Eclipse;
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all SDK queries remain in one place and thus can be easily searched in one place.
    Regards,
    Shweta

  • Anyone know how to use the QuickTime Component Manager

    I have been reading that you can somehow enable the DV out in QuickTime to play video out via Firewire, but have had no luck. I guess by using the Quicktime Component Manager you can enable certain features and disable certain features. Does anyone have any idea on how to do this? Thanks everyone for the help.

    You can send a .dv file over Firewire (back to a camera for example) using iMovie.
    Maybe if your better explained your objective we could offer some suggestions.
    Many third party hardware devices can also be used to move .dv files to tape drives (like a VCR) or send the signal to broadcast devices.

  • How to use the calender component in a dashboard?

    Hi Experts:
    In my project i need to show the day wise tickets sold  data through calender.Can any one help me out in using this calender component?
    Thanks
    Regards
    sharathborra

    http://www.xcelsiusjournal.com/index.php?option=com_content&task=view&id=63&Itemid=2
    http://ryangoodman.net/blog/index.php/2007/04/09/calendar_date_formatting_in_xcelsius

  • How to use Xcode Tools with a Command Line Project

    I'm using Xcode 3.2.6, C compiler.  I've had an application for years that is command-line on the terminal, compiling with a makefile.  Now I want to actually use the performance tools included with Xcode, such as threads, time profiler, etc.  How do I do this?
    I created a project for it (never did that before), added source files, etc -- it seems to work.  It created the application, which will run via the terminal like always.  But whenver I try to use Run (inside Xcode), a window opens up saying "Stop Executable".  I have to click OK and that's the end of it.  Nothing has happened.
    I found an old query on the web similar to this from 2008.  The suggestion was to open the console.  Still nothing.  "Sync with Debugger" does no good.  Please help!

    That I understood.  I did try Run > Console.  Nothing intelligible happened.  Then I synced with the debugger.  he program is called fer64.  I get this:
    No executable file specified.
    Use the "file" or "exec-file" command.
    No executable file specified.
    Use the "file" or "exec-file" command.
    The program being debugged is not being run.
    The program being debugged is not being run.
    Not executing.
    (gdb) r fer64
    Data Formatters temporarily unavailable, will re-try after a 'continue'. (Unknown error loading shared library "/Developer/Applications/Xcode.app/Contents/PlugIns/GDBMIDebugging.xcplugin/Con tents/Resources/PBGDBIntrospectionSupport.A.dylib")
    Starting program:  fer64
    Not executing.

  • How to Use SDK compile all MXML file in project ?

    Who can teach me ? Plz
    1.How to Use Adobe SDK to compile all MXML file in project ?
    2.How to Use Ant to compile all MXML file in project ?
    Thanks everyone !!

    Thank you first!
    Yes,you are right,since I am new to illustrator,and I want to try to write a plugin,
    I have read the sdk doc and API and opened the sample in vs2010,but no idea about how to operate the pdf doc in illustrator with api.
    Hope more advise or any examples,thank a lot.

  • How to use a Development Component in One Project

    Hi All,
    In my WebDynPro Project I am using Different tranactions in one application.
    I am planning to create each tranaction as a seperate WebDynPro Component and calling in the Main Componet in a single Project and Application.
    The sub components are having different view and view sets.How to interface with the main component to call the views and view sets of sub components.
    is it any sample document for this type of application.
    Pl help me to solve .
    Thanks in advance.
    Regards,
    Ram

    Hi Ram,
    The following links will give more info about DCs.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro component reuse.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/help/sdn_nw04/saphelp_nw04/helpdata/en/05/8d982c6ec5ce4b90da74d3aa12bc87/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/help/sdn_nw04/saphelp_nw04/helpdata/en/05/8d982c6ec5ce4b90da74d3aa12bc87/content.htm
    WebDynpro DC and Usage
    Regards, Anilkumar

  • How to use  or call component in custom script expression

    i want to use component in custom script expression .(custom script expression is located at :
    when yow will click on one of the steps in criteria workflow
    1)there is a tag named as event on clicking the event tag,there are two buttons named edit and clear on clicking edit.there is a screen having custom as a tag,on clicking that tag there is written custom script expression, here i hav to write a code to include a component).

    you can define code in a component (a service or an IDOC Include) that you can then call from the workflow "custom" tab.
    So if your component has an include like this:
    <@dynamichtml myInclude@>
    <$do Some Stuff$>
    <@end@>
    Then in your workflow step event "custom" tab you can write:
    <$include myInclude$>
    The workflow event will then execute the <$do Some Stuff$> line.
    With a service, you would define the service in your component then call <$executeService("MYService")$> in the step event custom code.
    You cannot define includes or services in the custom script tab for workflow.

  • How to use file upload component inside a portlet

    Hi
    Thank you for reading my post.
    does file upload works inside portlets ?
    can some one help me with a sample code , does it need some tricks ?
    Thank you

    any help is welcomeLegolas,
    You could try your own implementation. Someone was able to implement a file upload with Creator 2004Q4 and the O'Reilly Servlet. See http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=50186.
    You will have to configure O'Reilly Servlet's "MultiPart Filter" in your application. Creator 2 uses a same approach (a filter) to accomplish this. Given that the file upload component is not supported on portlets, this leads me to the following: I don't know anything about portlets and portlet containers, but I'd check first for some architechtural restriction in the portlet subsystem that avoids the use of a filter for a file upload. If think this could be the only thing that will restrict you to implement your own file upload.
    Hope this helps.
    Antonio

  • How to use NiGraph control component in the MFC not measurement studio MFC??

    I want to use the NiGraph control component in the normal MFC(exe) program, but after you add the component to the project ,it will generate a CCWGraph class, and it doesnt work. If I want to use NiGraph class to plot data, What should I do? Help
    Thanks a lot!!!

    I have attached an image of the toolbar items. If there items are not visible on your toolbar, right-click the toolbar, and select the item labeled "MStudio" (if using VC++ 6.0) or "NI-Measurement Studio" (if using VS 2003). These items will only be available if you have Measurement Studio support for C++ installed.
    I hope this helps
    Bilal Durrani
    NI
    Attachments:
    icon.JPG ‏13 KB

  • How to use my Declarative Component in query component ???

    Hi everybody,
    I want to change inputDate in query component to my declarative component for Date fields. I did not find any way except implementing the Model of Query component so read "Web User Interface Developer’s Guide for Oracle Application Development Framework 11g Release 1 (11.1.1) " document and use the ADF Faces Demo Application. now I don't know can I change type of search component to my declarative component in DemoQueryBean class ??
    the code of oracle.adfdemo.view.query.rich.DemoQueryBean that I changed is :
    public static final ComponentType myDatecomponent=ComponentType.valueOf("myDate");
    private void _createPageDef()
    _pageDef = new DemoPageDef();
    _pageDef.addAttributeDef("Ename",
    "Employee Name",
    "Full name of the Employee [Last Name, First Name]",
    String.class,
    persianDate,
    false, null, true, true, true);
    As you can see I changeed type of Employee Name component to my Component but I see below exceptions :
    ]] Root cause of ServletException.
    java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         Truncated. see log file for complete stacktrace
    java.lang.IllegalArgumentException: No enum const class oracle.adf.view.rich.model.AttributeDescriptor$ComponentType.myDate
         at java.lang.Enum.valueOf(Enum.java:192)
         at oracle.adf.view.rich.model.AttributeDescriptor$ComponentType.valueOf(AttributeDescriptor.java:121)
         at oracle.adfdemo.view.query.rich.DemoQueryBean.<clinit>(DemoQueryBean.java:52)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         Truncated. see log file for complete stacktrace
    >
    I think these exceptions happend because of there is not any constant of AttributeDescriptor$ComponentType in ComponentType class for myDate component.
    I try to create a class and extends ContentType and add my component type to it but I can't. is there any way for solving this problem ?
    please help me :(
    Thanks.

    Hi,
    saying it this way: There is no native option to do this. Since I never tried hacking into the framework classes, I can't say if there is a glimpse of hope for you
    Frank

  • How to use flex 4 component inside Flex 3 custom component

    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"   >
    // I would like to use the namespaces below so that I can use some of the Flex 4 components in this mx:VBox component.
    // Note that this is a custom component and not the application file.
    xmlns="http://ns.adobe.com/mxml/2009"
        xmlns:fx="library://ns.adobe.com/flex/spark"
        xmlns:mx="library://ns.adobe.com/flex/halo"
    </mx:VBox>
    Thanks.

    Alex, I was looking forward to your reply to one of my posts that you answered a couple of days ago. It has not been resolved, even though it said "answered," here is the post:
    http://forums.adobe.com/thread/445779?tstart=0
    Regarding this post, I am getting some errors with the code I posted above; give it a go and you will see.
    Thanks.

  • How to use the predefined component such as 'POWL_UI_COMP'

    hi,expert.
    i am new to webdynpro for  abap.  i want to use some sap predefined component such as 'SALV_WD_TABLE' and 'POWL_UI_COMP'.
    can someone give me a simple demo about the application of there component?
    thank you.

    HI,
    Well there are lots and lots of examples and tutorials for the type of material you are searching, may be you can search in the WebDynpro for ABAP forum. I am sure you will get lots of threads there which will help you.
    Well to begin with, to use the standard components you need to include them in your WebDynpro component . You can do that in the Used component tab of you component. After doing this you will be able to use the methods, views of that standard compnent.
    Regards,
    Runal

Maybe you are looking for

  • To all experiencing burn issues since updating to last version of iTunes

    To all that have been experiencing difficulties burning music since updating to iTunes6: After reviewing this discussion board it seems obvious to me -I am not a technician but nonetheless- that the problems that we are experiencing are due to some k

  • How to get around previous owner password on Mac Mini

    Just bought a second hand Mini and there is a password on it. Any way to get around it?

  • Dynamically need to change the report value reference names

    Hi Forum, Greetings to all !!! I have to create one report(document summary report) and the parameters are Document type(Special Information name through lov) and start date and end date. Based on these parameters it will fetch only that document det

  • Migration workbench alternatives?

    Anyone one who has migrated data from SQL Server 7 to Oracle 8i sucessfully without the workbench please post reference material, links etc... We need SQL Server 7 Text type to Oracle Long type and the workbench does not meet the requirment. Thanks i

  • COMPRESSOR ADDS GREY BARS

    Hi, Compressor seems to be adding gray bars - not black bars as it should - when padding a movie's compressed output. Using the Output Image Inset (Padding) in the Inspector, I'm trying to add black pixels to the top and bottom of my rendered output