Click here to Skip to main content
15,881,172 members
Home / Discussions / C#
   

C#

 
QuestionSending pdf file directly to printer Pin
Support12316-Aug-06 21:34
Support12316-Aug-06 21:34 
QuestionUsing Flat Files with NHibernate Pin
rakesh.motghare16-Aug-06 21:26
rakesh.motghare16-Aug-06 21:26 
Questionhow to use ListView Control in C#.net? Pin
yousafzai16-Aug-06 21:05
yousafzai16-Aug-06 21:05 
AnswerRe: how to use ListView Control in C#.net? Pin
coolestCoder16-Aug-06 21:19
coolestCoder16-Aug-06 21:19 
GeneralRe: how to use ListView Control in C#.net? Pin
chandler8316-Aug-06 21:26
chandler8316-Aug-06 21:26 
GeneralRe: how to use ListView Control in C#.net? Pin
yousafzai16-Aug-06 21:45
yousafzai16-Aug-06 21:45 
GeneralRe: how to use ListView Control in C#.net? Pin
chandler8316-Aug-06 22:48
chandler8316-Aug-06 22:48 
QuestionActiveX control in C#, client in C++, subscribe to event Pin
__alex16-Aug-06 20:37
__alex16-Aug-06 20:37 
I implemented an ActiveX control in C#. The interface looks like this:

public delegate void FooDelegate(string bar);

[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface IMyActiveX
{
// ...
event FooDelegate Foobar;
}

Now, I'm stuck. I've got a client application for my control written in C++ / MFC and I can't figure out how to subscribe to the event.

Anyone?

-----------------
Alex

QuestionPlease Help Me Pin
salman_syed_0116-Aug-06 20:31
salman_syed_0116-Aug-06 20:31 
AnswerRe: Please Help Me Pin
alexey N16-Aug-06 20:48
alexey N16-Aug-06 20:48 
QuestionLoad Screens Pin
kkadir16-Aug-06 20:16
kkadir16-Aug-06 20:16 
AnswerRe: Load Screens Pin
coolestCoder16-Aug-06 20:33
coolestCoder16-Aug-06 20:33 
GeneralRe: Load Screens Pin
kkadir16-Aug-06 20:45
kkadir16-Aug-06 20:45 
GeneralRe: Load Screens Pin
coolestCoder16-Aug-06 21:01
coolestCoder16-Aug-06 21:01 
AnswerRe: Load Screens Pin
kkadir16-Aug-06 22:00
kkadir16-Aug-06 22:00 
AnswerRe: Load Screens [modified] Pin
alexey N16-Aug-06 22:08
alexey N16-Aug-06 22:08 
QuestionApplication UnInstaller Pin
maaran16-Aug-06 20:14
maaran16-Aug-06 20:14 
QuestionWhat can I set privilige of saving avi file realtime in c# code? Pin
bhatem16-Aug-06 20:10
bhatem16-Aug-06 20:10 
QuestionA .Net remoting question Pin
Xiaoming Qian16-Aug-06 20:06
Xiaoming Qian16-Aug-06 20:06 
QuestionIE Addons Pin
Illegal Operation16-Aug-06 20:05
Illegal Operation16-Aug-06 20:05 
QuestionHandling Web Browser Control in C# application Pin
farrukh_saeed8016-Aug-06 19:55
farrukh_saeed8016-Aug-06 19:55 
AnswerRe: Handling Web Browser Control in C# application Pin
chandler8316-Aug-06 19:57
chandler8316-Aug-06 19:57 
GeneralRe: Handling Web Browser Control in C# application Pin
farrukh_saeed8017-Aug-06 0:24
farrukh_saeed8017-Aug-06 0:24 
QuestionTreeview control - selecting a particular child node by coding Pin
chandler8316-Aug-06 19:45
chandler8316-Aug-06 19:45 
AnswerRe: Treeview control - selecting a particular child node by coding Pin
mav.northwind16-Aug-06 20:13
mav.northwind16-Aug-06 20:13 

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.