Click here to Skip to main content
15,887,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I retrieve handlw of dropdown list box ? Pin
Code-o-mat24-Feb-11 9:54
Code-o-mat24-Feb-11 9:54 
GeneralRe: How can I retrieve handle of dropdown list box ? Pin
_Flaviu24-Feb-11 22:03
_Flaviu24-Feb-11 22:03 
GeneralRe: How can I retrieve handle of dropdown list box ? Pin
Code-o-mat24-Feb-11 22:06
Code-o-mat24-Feb-11 22:06 
GeneralRe: How can I retrieve handle of dropdown list box ? Pin
_Flaviu26-Feb-11 22:09
_Flaviu26-Feb-11 22:09 
QuestionDisabling Keypress on MessageBox Pin
si_6924-Feb-11 0:45
si_6924-Feb-11 0:45 
AnswerRe: Disabling Keypress on MessageBox PinPopular
Andrew Brock24-Feb-11 1:13
Andrew Brock24-Feb-11 1:13 
AnswerRe: Disabling Keypress on MessageBox Pin
David Crow24-Feb-11 2:57
David Crow24-Feb-11 2:57 
QuestionHow to Call C# DLL in VC++ win32? Pin
mathivanaan24-Feb-11 0:35
mathivanaan24-Feb-11 0:35 
I am working in (Windows Presentation Foundation)WPF with C# environment.
I have created simple DLL for C# with WPF.

but how to call C# DLL from VC++ win32?.

Following code of DLL:
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace Test
{
    /// <summary>
    /// Interaction logic for UserControl1.xaml
    /// </summary>
    public partial class UserControl1 : UserControl
    {
        public UserControl1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, RoutedEventArgs e)
        {
            textBox1.Text = "Welcome to Tessolve";
        }
    }
}


Actually how to call C# dll function in Vc++ environment?

Please share ur ideas or urls

Regards,
M.Mathivanan
AnswerRe: How to Call C# DLL in VC++ win32? Pin
Richard MacCutchan24-Feb-11 0:52
mveRichard MacCutchan24-Feb-11 0:52 
AnswerRe: How to Call C# DLL in VC++ win32? Pin
Cool_Dev24-Feb-11 1:15
Cool_Dev24-Feb-11 1:15 
AnswerRe: How to Call C# DLL in VC++ win32? Pin
Bernhard Hiller24-Feb-11 4:07
Bernhard Hiller24-Feb-11 4:07 
AnswerRe: How to Call C# DLL in VC++ win32? [modified] Pin
Rolf Kristensen24-Feb-11 10:09
Rolf Kristensen24-Feb-11 10:09 
Questionhow to change quick launch shortcut and start menu shortcut path? Pin
yogish29323-Feb-11 22:51
yogish29323-Feb-11 22:51 
AnswerRe: how to change quick launch shortcut and start menu shortcut path? Pin
Richard MacCutchan23-Feb-11 22:54
mveRichard MacCutchan23-Feb-11 22:54 
AnswerRe: how to change quick launch shortcut and start menu shortcut path? Pin
Hans Dietrich23-Feb-11 23:07
mentorHans Dietrich23-Feb-11 23:07 
QuestionDynamically adding Menu in Mainframe menu Pin
Anu_Bala23-Feb-11 22:35
Anu_Bala23-Feb-11 22:35 
AnswerRe: Dynamically adding Menu in Mainframe menu Pin
Richard MacCutchan23-Feb-11 22:53
mveRichard MacCutchan23-Feb-11 22:53 
GeneralRe: Dynamically adding Menu in Mainframe menu Pin
Anu_Bala23-Feb-11 23:15
Anu_Bala23-Feb-11 23:15 
QuestionRe: Dynamically adding Menu in Mainframe menu Pin
David Crow24-Feb-11 3:00
David Crow24-Feb-11 3:00 
AnswerRe: Dynamically adding Menu in Mainframe menu Pin
Anu_Bala24-Feb-11 19:58
Anu_Bala24-Feb-11 19:58 
GeneralRe: Dynamically adding Menu in Mainframe menu Pin
David Crow25-Feb-11 2:10
David Crow25-Feb-11 2:10 
AnswerRe: Dynamically adding Menu in Mainframe menu Pin
Hans Dietrich23-Feb-11 22:59
mentorHans Dietrich23-Feb-11 22:59 
QuestionRe: Dynamically adding Menu in Mainframe menu Pin
David Crow24-Feb-11 3:02
David Crow24-Feb-11 3:02 
AnswerRe: Dynamically adding Menu in Mainframe menu Pin
Roger Allen3-Mar-11 1:48
Roger Allen3-Mar-11 1:48 
Questionhow to hide the vertical scrollbar of listbox Pin
raj157623-Feb-11 21:45
raj157623-Feb-11 21:45 

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.