CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: khalameizer

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,565

    Re: Creating a dialog from a dll

    Attached above the formatted code.
    Thank you,
    Alex
  2. Replies
    4
    Views
    1,565

    Creating a dialog from a dll

    Hello,

    I have a dll I built to be loaded as a pluging. As part of the dll I have a dialog I'm trying to create and display.
    The dialog is created and displayed using CreateDialog, however once...
  3. Replies
    2
    Views
    620

    Re: Loading dll from C++ code

    Thank you very much for your help.
    After reviewing the links, I came to a conclusion that it's not practical to distribute code this way, so instead I'm rewriting the code in C++.

    Have a great...
  4. Replies
    2
    Views
    620

    Loading dll from C++ code

    Hello,

    I have a dll written in C# and I need to use this dll from C++ code.
    How can I do this using the Window API?

    Best Regards,
    Alex
  5. Replies
    1
    Views
    533

    Client implementation

    Hello,

    I need to implement network client in c++ for windows. I'm not familiar with the headers and the APIs. Can anyone help me?

    Thanks.
  6. Replies
    4
    Views
    1,016

    Re: Array of template classes.

    I think that you can get what you need if you will define some other class that will be inherited by your Base class, this class won't be a template. Then you will have no problem to create an array...
  7. Thread: Qt

    by khalameizer
    Replies
    0
    Views
    668

    Qt

    Hi I have a question about programming with QT3.
    I have a QListView and I need to dynamically assign a different tooltip to the headers of the QListView. Anyone can tell me how do I do that?
    ...
  8. Replies
    4
    Views
    812

    Re: Problem compiling code

    It's not supposed to be type declaration, I just have a variable of type iterator which is called it.
  9. Replies
    4
    Views
    812

    Problem compiling code

    Hi!

    I have written a small example of my problem:
    #include <vector>

    template < class T >
    class A
    {
    private:
    T a;
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured