This forum is closed. Thank you for your contributions.
Hi WM Developer's.
Working on the autocomplete in window mobile 6.5 with textbox.
its working fine in window form but in WM form. the properties of the autocomplete are not coming.
Thanks in Advance.
Regards,
Hi Sanjeev,
Unfortunately .NET Compact Framework, does not supports AutoComplete properties
See MSDN documentation.
http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox_members%28v=vs.80%29.aspx
To achieve the functionality you have to write your own logic with your text box control.
In addition you can also refer below link to get an idea.
http://www.victorespina.com.ve/hs/en/index.php/AutoComplete_for_NETcf
hope it helps.