Click here to Skip to main content
15,906,097 members
Home / Discussions / C#
   

C#

 
Generalidentity map Pin
ppp0013-Aug-05 5:45
ppp0013-Aug-05 5:45 
GeneralSome way to Notifiy RDBMS changes to Clients Pin
NarayanVl3-Aug-05 4:05
NarayanVl3-Aug-05 4:05 
GeneralRe: Some way to Notifiy RDBMS changes to Clients Pin
Judah Gabriel Himango3-Aug-05 4:31
sponsorJudah Gabriel Himango3-Aug-05 4:31 
GeneralTricky XPath query C# Pin
abcxyz823-Aug-05 3:17
abcxyz823-Aug-05 3:17 
GeneralRe: Tricky XPath query C# Pin
hamster13-Aug-05 8:16
hamster13-Aug-05 8:16 
QuestionCalling C# dll from VC6 MFC application.. Possible ? Pin
Thierry Maurel3-Aug-05 3:10
Thierry Maurel3-Aug-05 3:10 
AnswerRe: Calling C# dll from VC6 MFC application.. Possible ? Pin
Joel Lucsy3-Aug-05 3:58
Joel Lucsy3-Aug-05 3:58 
AnswerRe: Calling C# dll from VC6 MFC application.. Possible ? Pin
Alomgir Miah3-Aug-05 7:36
Alomgir Miah3-Aug-05 7:36 
In the C# DLL do something like

using System;
using System.Windows.Forms;
using System.Data;
using System.Collections;

namespace TestDotNet
{
///
/// Summary description for Class1.
///
[Guid("43A8EB80-A566-4985-BEDE-58312478029D")]
public interface ISearch
{
string ShowAdvancedSearch();
string[] GetSearchData(string inputXml);
string GetXmlSearch();
}
}

Implement the interface. When you build it, the DLL is automatically registered. It uses tlbexp.exe internally.

Hope this helps.

Live Life King Size
Alomgir Miah


Live Life King Size
Alomgir Miah
GeneralExpandableObjectConverter problem Pin
Shane Stevens3-Aug-05 3:09
Shane Stevens3-Aug-05 3:09 
GeneralRe: ExpandableObjectConverter problem Pin
leppie3-Aug-05 6:41
leppie3-Aug-05 6:41 
GeneralPreserving comments with XmlDocument.Load Pin
LannieK3-Aug-05 2:48
LannieK3-Aug-05 2:48 
GeneralRe: Preserving comments with XmlDocument.Load Pin
Lars Niedziolka3-Aug-05 14:19
Lars Niedziolka3-Aug-05 14:19 
GeneralDataGrid need HELP Pin
zaboboa3-Aug-05 2:44
zaboboa3-Aug-05 2:44 
Generaltypecast problem Pin
Goebel3-Aug-05 0:30
Goebel3-Aug-05 0:30 
GeneralRe: typecast problem Pin
Guffa3-Aug-05 0:42
Guffa3-Aug-05 0:42 
GeneralRe: typecast problem Pin
Goebel3-Aug-05 2:15
Goebel3-Aug-05 2:15 
GeneralRe: typecast problem Pin
Goebel3-Aug-05 2:21
Goebel3-Aug-05 2:21 
GeneralRe: typecast problem Pin
Guffa3-Aug-05 5:55
Guffa3-Aug-05 5:55 
GeneralSetup surface Pin
mamudo3-Aug-05 0:16
mamudo3-Aug-05 0:16 
Generalruntime problem Pin
nidhelp2-Aug-05 22:50
nidhelp2-Aug-05 22:50 
GeneralRe: runtime problem Pin
Mohamad Al Husseiny2-Aug-05 23:18
Mohamad Al Husseiny2-Aug-05 23:18 
GeneralRe: runtime problem Pin
mav.northwind2-Aug-05 23:18
mav.northwind2-Aug-05 23:18 
GeneralRe: runtime problem Pin
Mohamad Al Husseiny2-Aug-05 23:30
Mohamad Al Husseiny2-Aug-05 23:30 
GeneralRe: runtime problem Pin
Mohamad Al Husseiny2-Aug-05 23:27
Mohamad Al Husseiny2-Aug-05 23:27 
GeneralRe: runtime problem Pin
nidhelp2-Aug-05 23:58
nidhelp2-Aug-05 23:58 

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.