0

i am creating windows application's for PDA Windows CE.

i have a requirement to create text box with auto-complete option , it seems auto-complete property available in VS 2005 , but in VS 2008 this property is does not exist.

because PDA applications can be created only in visual studio 2008 , other higher versions are not supporting.

FYI,Property Image, enter image description here any advise regarding above?

Archana Palani
  • 247
  • 1
  • 6
  • 23

1 Answers1

0

I recommend you to check the Visual Studio settings for Statement Completion, found in:

Tools | Options | Text Editor | All Languages | General | Statement completion

Make sure that the "Auto list members" and "Parameter information" text boxes are checked. If the control assemblies are installed correctly, the members should show up in Intellisense properly.

  • i have checked the above path , as u said Auto list members and Parameter Information check boxes was in checked mode. what will be the other problems ? why VS 2008 is not having autocomplete property ? – Archana Palani Feb 15 '16 at 06:12