Click here to Skip to main content
16,013,918 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow does he do that?!! Pin
Diagon Alley17-Mar-06 0:49
Diagon Alley17-Mar-06 0:49 
AnswerRe: How does he do that?!! Pin
Karim Mribti17-Mar-06 0:54
Karim Mribti17-Mar-06 0:54 
AnswerRe: How does he do that?!! Pin
Ștefan-Mihai MOGA17-Mar-06 2:23
professionalȘtefan-Mihai MOGA17-Mar-06 2:23 
AnswerRe: How does he do that?!! Pin
Diagon Alley10-Apr-06 8:46
Diagon Alley10-Apr-06 8:46 
Questionhow to check machine offline or online Pin
baldha rakesh17-Mar-06 0:36
baldha rakesh17-Mar-06 0:36 
AnswerRe: how to check machine offline or online Pin
ThatsAlok17-Mar-06 0:56
ThatsAlok17-Mar-06 0:56 
QuestionTCP Pin
viliam17-Mar-06 0:33
viliam17-Mar-06 0:33 
Questionloading VC++ Component in a web page Pin
gayatri.b17-Mar-06 0:20
gayatri.b17-Mar-06 0:20 
hey people,

i developed a vc++ COM component and i want to invoke it in my web page. i registered the component successfully n tried following code in ASP:
<%<br />
  dim obj,temp,try<br />
  set try=CreateObject("NEW.CReply")<br />
  obj=try.CReply<br />
  temp=obj.Reply(login,reply)<br />
  Response.Redirect("Login.asp?reply="&reply)<br />
 %>

this gave me the error:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'NEW.CReply'


some suggested me to use ASP.NET - the .Net-COM interoperability feature. but i've no idea as to how to do it! i read some books and found out that i should use tlbimp utility.
but tlbimp says 'NEW.dll is not compatible type library'

one of my friend said i should check the binary compatibility of the dll.

can anyone please help me out?
QuestionHow to display XP Style buttons using VC++6.0? Pin
K. narasimharao17-Mar-06 0:10
K. narasimharao17-Mar-06 0:10 
AnswerRe: How to display XP Style buttons using VC++6.0? Pin
Naveen17-Mar-06 0:34
Naveen17-Mar-06 0:34 
AnswerRe: How to display XP Style buttons using VC++6.0? Pin
ThatsAlok17-Mar-06 0:35
ThatsAlok17-Mar-06 0:35 
AnswerRe: How to display XP Style buttons using VC++6.0? Pin
Hamid_RT17-Mar-06 1:00
Hamid_RT17-Mar-06 1:00 
AnswerRe: How to display XP Style buttons using VC++6.0? Pin
Ștefan-Mihai MOGA17-Mar-06 2:14
professionalȘtefan-Mihai MOGA17-Mar-06 2:14 
Questionhelp requested Pin
thierrypp17-Mar-06 0:09
thierrypp17-Mar-06 0:09 
AnswerRe: help requested Pin
RichardS17-Mar-06 0:54
RichardS17-Mar-06 0:54 
GeneralRe: help requested Pin
thierrypp17-Mar-06 1:42
thierrypp17-Mar-06 1:42 
Questioncan recursive functions be inline functions? Pin
namaskaaram16-Mar-06 23:59
namaskaaram16-Mar-06 23:59 
AnswerRe: can recursive functions be inline functions? Pin
Rajesh R Subramanian17-Mar-06 0:15
professionalRajesh R Subramanian17-Mar-06 0:15 
GeneralRe: can recursive functions be inline functions? Pin
namaskaaram17-Mar-06 0:28
namaskaaram17-Mar-06 0:28 
GeneralRe: can recursive functions be inline functions? Pin
Rajesh R Subramanian17-Mar-06 0:57
professionalRajesh R Subramanian17-Mar-06 0:57 
AnswerRe: can recursive functions be inline functions? Pin
Stephen Hewitt17-Mar-06 0:18
Stephen Hewitt17-Mar-06 0:18 
QuestionGetLocalTime and GetCurrentTime in Managed App(Windows form.net)---VC7 Pin
luhfluh16-Mar-06 23:40
luhfluh16-Mar-06 23:40 
QuestionVisualisers in other programmes Pin
RichardS16-Mar-06 23:26
RichardS16-Mar-06 23:26 
QuestionC Question Pin
<color>Aljechin 16-Mar-06 23:03
<color>Aljechin 16-Mar-06 23:03 
AnswerRe: C Question Pin
RichardS16-Mar-06 23:24
RichardS16-Mar-06 23:24 

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.