Re: [ADVANCED-DOTNET] interop ActiveX control built with C#

2004-10-07 Thread Luis Abreu
to look at it again tomorrow (though I really don't know if I'll have time :( ) -- Regards, Luis Abreu email: labreu_at_gmail.com http://weblogs.pontonetpt.com/luisabreu http://www.pontonetpt.com http://weblogs.pontonetpt.com/ === This list is hosted

Re: [ADVANCED-DOTNET] interop ActiveX control built with C#

2004-10-07 Thread Luis Abreu
27;m facing another strange error: I can't seem to run a vb6 app with my control inside it. It crashes VB. Another thing: my control has some code associated with the mousedown event (override onmousedown method) which seems like it isn't been called when the vb exe is run. it s

[ADVANCED-DOTNET] interop ActiveX control built with C#

2004-10-04 Thread Luis Abreu
wn (and be read/modified at runtime)? in fact, if it works ok on normal COM objects, the why shouldn't it work with an activex control? thanks. -- Regards, Luis Abreu email: labreu_at_gmail.com http://weblogs.pontonetpt.com/luisabreu http://www.pont

Re: [ADVANCED-DOTNET] windows forms data bind to complex property

2004-09-29 Thread Luis Abreu
Hello Alexander. Thanks a lot. -- Regards, Luis Abreu email: labreu_at_gmail.com http://weblogs.pontonetpt.com/luisabreu http://www.pontonetpt.com http://weblogs.pontonetpt.com/ === This list is hosted by DevelopMentorĀ® http://www.develop.com Some .NET courses

Re: [ADVANCED-DOTNET] windows forms data bind to complex property

2004-09-28 Thread Luis Abreu
diff. row in the DataGrid): hum...is there any event which is fired when a new row is added after the biding? (on the web part, I think that there's an event which is fired when an item is bound to info from data source; however, I don't see a similar event on the windows datagrid class

[ADVANCED-DOTNET] windows forms data bind to complex property

2004-09-28 Thread Luis Abreu
y for me to bind the subproperty B to a datagrid column by using the MappingName property of the datagridtextboxcolumn? thanks -- Regards, Luis Abreu email: labreu_at_gmail.com http://weblogs.pontonetpt.com/luisabreu http://www.pontonetpt.com http://weblogs.pontonetp

Re: [ADVANCED-DOTNET] +how marshal BSTR+

2004-09-28 Thread Luis Abreu
be used if pbstrName is an [out, retval] parameter? thanks. -- Regards, Luis Abreu email: labreu_at_gmail.com http://weblogs.pontonetpt.com/luisabreu http://www.pontonetpt.com http://weblogs.pontonetpt.com/ === This list is hosted by DevelopMentorĀ® http://www.develo

[ADVANCED-DOTNET] +how marshal BSTR+

2004-09-28 Thread Luis Abreu
tName" ); return KnownHResults.S_OK; //same as S_OK for COM } } Can anyone please give me some clues on what's wrong with this code? thanks. -- Regards, Luis Abreu email: labreu_at_gmail.com http://weblogs.pontonetpt.com/luisabreu http://www.pontonetpt.com http://weblogs.pontonetpt

Re: [ADVANCED-DOTNET] Error: 'Visual Studio has detected that the specified Web server is not running ASP.NET 1.1. You will be unable to r un ASP.NET Web applications or services.'

2004-09-07 Thread Luis Abreu
maybe running aspnet_regiis -i will solve the problem (assuming that the problem is that you've installed IIS after installing Visual Studio). -- Regards, Luis Abreu email: labreu_at_gmail.com http://weblogs.pontonetpt.com http://www.pontonetpt.com === This

Re: [ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Luis Abreu
Hello Christopher. You have to realize that this is markup language. Before you can even compile this as an ASP.NET application, it has to be parsed first. The parser is not going to be looking for strings or variables or anything else except for markup tags. is a markup tag to the parser; "" i

Re: [ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Luis Abreu
hello. So could you please tell why this is not a bug? how can a script section interpret a string as a tag? Thanks. Regards, Luis It's not a bug. Try "" so it won't read it incorrectly. Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROT

[ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Luis Abreu
Hello. last night I was doing some tests on asp.net and I've foud that if write code like this the page doesn't compile: <%@ Page Language="C#" %> Untitled Page void ProcessClick( object sender, EventArgs args ) { string sql = @"