Text chat : not able to type any text.

Hi, 

I am using C# wrapper into my .net product. 

When i start the the meeting, i am not able to type any text on text area.

 

would you please suggest me on how to resolve this?

hi,

could you tell us which version of the sdk c# wrap you used? Test the latest c# wrap and c++ sdk, it is worked.

please use the latest c# demo to try again.

c# wrap and demo:

https://github.com/zoom/zoom-c-sharp-wrapper

the latest c++ sdk binary and head file:

https://github.com/zoom/zoom-sdk-windows

 

thanks

dats

Hi, 

 

Thank you for the response!!

I have taken latest version of C# wrapper and C++ SDK. 

 

And also, C# zoom_sdk_demo application is working as expected as well!! 

 Zoom_sdk_demo is wpf application by my application is C# winform application. 

 

should i use wpf strictly to use all the features of SDK? but my product is in C# winform app. 

So i would like to request help to work this on C# winforms. 

Thanks in advance!!

thanks for your feedback, we will look into this. 

regards

dats

root cause:

winform app is based on MFC and not friendly with native win32 windows.

we will fix this issue in next release.

workaround:

you can add a message filter in your app to process the WM_GETDLGCODE windows message.

when you recv this message, please return DLGC_WANTMESSAGE as the return code. 

thanks

dats.