Click here to Skip to main content
15,889,502 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: new (?) .NET memory usage solution Pin
User 221952029-Jan-06 21:55
User 221952029-Jan-06 21:55 
GeneralRe: new (?) .NET memory usage solution Pin
Colin Angus Mackay29-Jan-06 21:23
Colin Angus Mackay29-Jan-06 21:23 
GeneralRe: new (?) .NET memory usage solution Pin
User 221952029-Jan-06 22:03
User 221952029-Jan-06 22:03 
GeneralRe: new (?) .NET memory usage solution Pin
Dave Kreskowiak31-Jan-06 4:47
mveDave Kreskowiak31-Jan-06 4:47 
GeneralRe: new (?) .NET memory usage solution Pin
User 221952031-Jan-06 10:44
User 221952031-Jan-06 10:44 
GeneralRe: new (?) .NET memory usage solution Pin
Dave Kreskowiak31-Jan-06 17:12
mveDave Kreskowiak31-Jan-06 17:12 
GeneralRe: new (?) .NET memory usage solution Pin
Glaxalg31-Mar-06 9:05
Glaxalg31-Mar-06 9:05 
QuestioniActiveScript & C# Pin
veeran29-Jan-06 17:01
veeran29-Jan-06 17:01 
I have a Vb Scripting problem with .NET C# application and also

in Asp.NET.


I have written COM component in VC 6.0 , which execute a VBScript

and return a Recordset.

This componet is perfetly working with VC 6 ,VB 6 applications

but it does not work with .Net

the component is which exposes an interface method
GetCustAdoRecordset

{
========= do the script code here
}


CMyScriptSite::public IActiveScriptSite
{
}


..........

iActiveScript->AddNamedItem(L"MyScriptExicuter", SCRIPTITEM_ISVISIBLE

| SCRIPTITEM_ISSOURCE | SCRIPTTEXT_ISPERSISTENT)
.......

this class is my event handling class
CMyScriptExecuter::public CCmdTarget
{

...
...

// here gobal variables are set and passed to the script engine

BEGIN_DISPATCH_MAP(CMyScriptExecuter, CCmdTarget)
//{{AFX_DISPATCH_MAP(CMyScriptExecuter)
DISP_PROPERTY(CMyScriptExecuter, "MycustTime", m_custTime, VT_DATE)
DISP_PROPERTY_EX(CMyScriptExecuter, "TestCount", GetTestCount,

SetNotSupported, VT_I4)
DISP_FUNCTION(CMyScriptExecuter, "mymethod", mymethod, VT_EMPTY,

VTS_BSTR)
...

//}}AFX_DISPATCH_MAP
END_DISPATCH_MAP()

}

The above message map code is not executing while running from .net.

Can u kindly give a solution for this, is it a .net problem or any

thing else


===============================

thomachanpv
Question.NET equivalent of CStatic? Pin
Ravi Bhavnani29-Jan-06 11:47
professionalRavi Bhavnani29-Jan-06 11:47 
AnswerRe: .NET equivalent of CStatic? Pin
leppie29-Jan-06 18:29
leppie29-Jan-06 18:29 
GeneralRe: .NET equivalent of CStatic? Pin
Ravi Bhavnani30-Jan-06 1:16
professionalRavi Bhavnani30-Jan-06 1:16 
AnswerRe: .NET equivalent of CStatic? Pin
malharone1-Feb-06 11:39
malharone1-Feb-06 11:39 
GeneralRe: .NET equivalent of CStatic? Pin
Ravi Bhavnani4-Feb-06 1:30
professionalRavi Bhavnani4-Feb-06 1:30 
QuestionC#.Net Pin
Net-Programer-and-developer29-Jan-06 6:42
Net-Programer-and-developer29-Jan-06 6:42 
AnswerRe: C#.Net Pin
Guffa29-Jan-06 10:02
Guffa29-Jan-06 10:02 
QuestionDataView.RowFilter / BindingSource.Filter Performance Issue ! Pin
Mehdi Moshtaghi29-Jan-06 4:50
Mehdi Moshtaghi29-Jan-06 4:50 
QuestionGetting handle of the file in use Pin
baburman28-Jan-06 19:46
baburman28-Jan-06 19:46 
Questionsome sort of progress bar Pin
DirA28-Jan-06 5:03
DirA28-Jan-06 5:03 
AnswerRe: some sort of progress bar Pin
kasik28-Jan-06 7:52
kasik28-Jan-06 7:52 
Questionadding xpdfviewer control Pin
raj kumar reddy27-Jan-06 17:48
raj kumar reddy27-Jan-06 17:48 
Questionwhere's ToolStripMenuItem.Index? Pin
happycpp27-Jan-06 17:33
happycpp27-Jan-06 17:33 
Answerand where's ToolStripMenuItem.MenuItems? Pin
happycpp28-Jan-06 19:19
happycpp28-Jan-06 19:19 
QuestionAccess Licnese Pin
elraton27-Jan-06 16:24
elraton27-Jan-06 16:24 
AnswerRe: Access Licnese Pin
Matthew Hazlett27-Jan-06 17:01
Matthew Hazlett27-Jan-06 17:01 
QuestionSMTP SSL Pin
Brisunifreddyp27-Jan-06 12:49
Brisunifreddyp27-Jan-06 12:49 

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.