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

.NET (Core and Framework)

 
GeneralRe: VS Editor Extensions, Split Code View? Pin
Richard MacCutchan21-Jun-12 3:20
mveRichard MacCutchan21-Jun-12 3:20 
GeneralRe: VS Editor Extensions, Split Code View? Pin
irving1221-Jun-12 15:39
irving1221-Jun-12 15:39 
QuestionHow to Change Default On Screen Keyboard? Pin
FUNCTOR9915-Jun-12 8:08
FUNCTOR9915-Jun-12 8:08 
AnswerRe: How to Change Default On Screen Keyboard? Pin
FUNCTOR9920-Jun-12 12:32
FUNCTOR9920-Jun-12 12:32 
GeneralRe: How to Change Default On Screen Keyboard? Pin
Richard MacCutchan20-Jun-12 21:10
mveRichard MacCutchan20-Jun-12 21:10 
Questionproblem with PasswordDeriveBytes on windows ce Pin
iman_kh7-Jun-12 20:36
iman_kh7-Jun-12 20:36 
AnswerRe: problem with PasswordDeriveBytes on windows ce Pin
Dave Kreskowiak8-Jun-12 3:37
mveDave Kreskowiak8-Jun-12 3:37 
QuestionDevelop COM class / ActiveX with data bound properties in .NET? Pin
vware4-Jun-12 8:55
vware4-Jun-12 8:55 
I posted this question in "Quick Answers", no replies so far, I hope I am having more luck on here...

I've re-developed a ActiveX control in C# (basically a drop-in replacement for a age-old VB6 control). Most things work, however, I need to implement property data binding for it.

In VB6, that was an easy thing to do, thanks to the dialog here: Binding a Control to a Data Source. Simply checking the first 3 options in "Data Binding" would do the trick, and COM-aware applications could bind data to the control.


A similar problem has surfaced already, it seems, with quite a complicated workaround:

You might have to reverse engineer some of the generated code to do this. Offhand, I would create the TLB file, and then use OLEVIEW to view
the IDL.

Then, I would copy and paste the IDL into a new file, and add the
bindable attribute to the idl in the appropriate places. Once that is done,
I would run that IDL file through MIDL, and create a type library. Once you
do that, you should be able to register that type library to create your
CCW's.


It seems there is no facility in .NET to add the [bindable] attribute to a COM class.

Please, any help with this would be greatly appreciated!
QuestionParadise Trojan - Wonderfulll trojan made with vb.net Pin
mustoyildiz2-Jun-12 5:04
mustoyildiz2-Jun-12 5:04 
QuestionUnable to deploy the Application into server from VS 2010 using Web set deployment type Pin
ChandrakanthGaddam31-May-12 4:20
ChandrakanthGaddam31-May-12 4:20 
AnswerRe: Unable to deploy the Application into server from VS 2010 using Web set deployment type Pin
Sandeep Mewara4-Jun-12 19:23
mveSandeep Mewara4-Jun-12 19:23 
Questioni want know how to calculate characters in vb.net Pin
sallu_maddy29-May-12 23:02
sallu_maddy29-May-12 23:02 
AnswerRe: i want know how to calculate characters in vb.net Pin
Richard MacCutchan29-May-12 23:45
mveRichard MacCutchan29-May-12 23:45 
AnswerRe: i want know how to calculate characters in vb.net Pin
vvashishta30-May-12 21:27
vvashishta30-May-12 21:27 
AnswerRe: i want know how to calculate characters in vb.net Pin
Sandeep Mewara4-Jun-12 19:25
mveSandeep Mewara4-Jun-12 19:25 
QuestionCreating complete layout in expression blend instead of using the NavigateService Pin
g3rdi29-May-12 2:05
g3rdi29-May-12 2:05 
QuestionWCF Foundation Pin
vvashishta28-May-12 23:48
vvashishta28-May-12 23:48 
AnswerRe: WCF Foundation Pin
Eddy Vluggen29-May-12 1:03
professionalEddy Vluggen29-May-12 1:03 
AnswerRe: WCF Foundation Pin
CodingLover30-May-12 15:59
CodingLover30-May-12 15:59 
AnswerRe: WCF Foundation Pin
Oleksandr Kulchytskyi31-May-12 7:04
professionalOleksandr Kulchytskyi31-May-12 7:04 
AnswerRe: WCF Foundation Pin
Sander Rossel1-Jun-12 11:26
professionalSander Rossel1-Jun-12 11:26 
QuestionTcp Shared Messages Pin
trampel_ba28-May-12 1:46
trampel_ba28-May-12 1:46 
AnswerRe: Tcp Shared Messages Pin
Ankit Rajput28-May-12 10:15
Ankit Rajput28-May-12 10:15 
GeneralRe: Tcp Shared Messages Pin
CodingLover30-May-12 16:00
CodingLover30-May-12 16:00 
GeneralRe: Tcp Shared Messages Pin
trampel_ba1-Jun-12 23:32
trampel_ba1-Jun-12 23:32 

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.