Click here to Skip to main content
15,911,360 members
Home / Discussions / COM
   

COM

 
AnswerRe: Where I can found definition of some interface Pin
Christian Graus30-Oct-05 18:36
protectorChristian Graus30-Oct-05 18:36 
QuestionCompatability of a dll generated in Delphi Pin
sukanyavarma29-Oct-05 0:30
sukanyavarma29-Oct-05 0:30 
QuestionHey i have problem accessing the activeX Pin
zammy28-Oct-05 4:00
zammy28-Oct-05 4:00 
QuestionNeed for dll registration??? Pin
Diana Fernandez28-Oct-05 0:07
Diana Fernandez28-Oct-05 0:07 
AnswerRe: Need for dll registration??? Pin
Roger Stoltz31-Oct-05 2:24
Roger Stoltz31-Oct-05 2:24 
GeneralRe: Need for dll registration??? Pin
Diana Fernandez7-Nov-05 18:03
Diana Fernandez7-Nov-05 18:03 
Questionhow to implementate a registration script Pin
T.J.27-Oct-05 22:51
T.J.27-Oct-05 22:51 
QuestionActiveX contrl Pin
LiYS27-Oct-05 17:03
LiYS27-Oct-05 17:03 
Never used ATL COM, but today I came across a little ATL COM test program, it is created by ATL COM AppWizard, all the settings are by default. a new ATL object was added into the project, and a new property Score with it.

STDMETHODIMP CContrl::put_Score(float newVal)
{
	// TODO: Add your implementation code here
	MessageBox("afsf");
	return S_OK;
}


Then I inserted this ActiveX Contrl into another Dialog base project, and when Score property value was changed, the message box was prompted.
But the problem is when I add this contrl to a webpage inside Frontpage and going through the same process, the message box doesn't shows upD'Oh! | :doh:




Question.NET to COM interoperability Pin
sirmongo27-Oct-05 10:50
sirmongo27-Oct-05 10:50 
QuestionWord AddIn will not start in second document Pin
hendriks24-Oct-05 2:42
hendriks24-Oct-05 2:42 
QuestionQuery about RTC application Pin
eDip23-Oct-05 23:22
eDip23-Oct-05 23:22 
QuestionAsp.net question Pin
ramenk23-Oct-05 20:50
ramenk23-Oct-05 20:50 
QuestionHelp with ASP.Net application Pin
ramenk23-Oct-05 19:17
ramenk23-Oct-05 19:17 
AnswerRe: Help with ASP.Net application Pin
Christian Graus23-Oct-05 19:39
protectorChristian Graus23-Oct-05 19:39 
GeneralRe: Help with ASP.Net application Pin
ramenk23-Oct-05 19:44
ramenk23-Oct-05 19:44 
GeneralRe: Help with ASP.Net application Pin
Christian Graus23-Oct-05 19:46
protectorChristian Graus23-Oct-05 19:46 
GeneralRe: Help with ASP.Net application Pin
ramenk23-Oct-05 20:27
ramenk23-Oct-05 20:27 
GeneralRe: Help with ASP.Net application Pin
Christian Graus24-Oct-05 12:32
protectorChristian Graus24-Oct-05 12:32 
GeneralRe: Help with ASP.Net application Pin
ramenk23-Oct-05 19:44
ramenk23-Oct-05 19:44 
QuestionFTP using TAPI ??? ( anyone to enlighten me!!!) Pin
fzillion23-Oct-05 18:59
fzillion23-Oct-05 18:59 
AnswerRe: FTP using TAPI ??? ( anyone to enlighten me!!!) Pin
JonEngle26-Oct-05 18:31
JonEngle26-Oct-05 18:31 
QuestionHelp Please? Pin
Wail A.Salem22-Oct-05 13:58
Wail A.Salem22-Oct-05 13:58 
AnswerRe: Help Please? Pin
Christian Graus23-Oct-05 19:39
protectorChristian Graus23-Oct-05 19:39 
QuestionWhich COM interface to export an object into a particular format Pin
Carsten Leue21-Oct-05 22:10
Carsten Leue21-Oct-05 22:10 
AnswerRe: Which COM interface to export an object into a particular format Pin
Vi223-Oct-05 18:33
Vi223-Oct-05 18:33 

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.