PC Review


Reply
Thread Tools Rate Thread

ComboBox.DropDownStyle

 
 
ED
Guest
Posts: n/a
 
      9th Apr 2009
Hi,

VS2008 .net compact framework 2 for Windows Mobile 6.

ComboBox.DropDownStyle doesn't seem to be available, but MSDN Library claims
it is (ComboBoxStyle.DropDown).

How can I get the combobox to allow text entry if item is not in the list of
choices?

Thanks in advance,

ED


 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      9th Apr 2009
DropDown is what you want to be able to edit the text, as well as select
items from the list.

Paul T.

"ED" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi,
>
> VS2008 .net compact framework 2 for Windows Mobile 6.
>
> ComboBox.DropDownStyle doesn't seem to be available, but MSDN Library
> claims
> it is (ComboBoxStyle.DropDown).
>
> How can I get the combobox to allow text entry if item is not in the list
> of
> choices?
>
> Thanks in advance,
>
> ED
>
>



 
Reply With Quote
 
ED
Guest
Posts: n/a
 
      9th Apr 2009
I know, but it's not there. Intellisense doesn't show it and if I use it, I
get a compile/build error.


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:%23FYvL%(E-Mail Removed)...
DropDown is what you want to be able to edit the text, as well as select
items from the list.

Paul T.

"ED" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi,
>
> VS2008 .net compact framework 2 for Windows Mobile 6.
>
> ComboBox.DropDownStyle doesn't seem to be available, but MSDN Library
> claims
> it is (ComboBoxStyle.DropDown).
>
> How can I get the combobox to allow text entry if item is not in the list
> of
> choices?
>
> Thanks in advance,
>
> ED
>
>




 
Reply With Quote
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      9th Apr 2009
What SDK are you targeting? Can you add a button to the Form?


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com

"ED" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I know, but it's not there. Intellisense doesn't show it and if I use it, I
> get a compile/build error.
>
>
> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
> com> wrote in message news:%23FYvL%(E-Mail Removed)...
> DropDown is what you want to be able to edit the text, as well as select
> items from the list.
>
> Paul T.
>
> "ED" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Hi,
>>
>> VS2008 .net compact framework 2 for Windows Mobile 6.
>>
>> ComboBox.DropDownStyle doesn't seem to be available, but MSDN Library
>> claims
>> it is (ComboBoxStyle.DropDown).
>>
>> How can I get the combobox to allow text entry if item is not in the list
>> of
>> choices?
>>
>> Thanks in advance,
>>
>> ED
>>
>>

>
>
>



 
Reply With Quote
 
ED
Guest
Posts: n/a
 
      9th Apr 2009
Hi,

Windows Mobile 6 Standard.

You're right, I don't have a button in the toolbox. Could you please explain
how this ties to the combobox not having the DropDownStyle property?

My objective is to have the combobox display a list of names. If the name is
not in the list, the user can type it in (which will then be added to the
list the next time.)

Thanks,
ED.


"Chris Tacke, eMVP" <ctacke.at.opennetcf.dot.com> wrote in message
news:%23z%(E-Mail Removed)...
What SDK are you targeting? Can you add a button to the Form?


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com

"ED" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I know, but it's not there. Intellisense doesn't show it and if I use it, I
> get a compile/build error.
>
>
> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
> com> wrote in message news:%23FYvL%(E-Mail Removed)...
> DropDown is what you want to be able to edit the text, as well as select
> items from the list.
>
> Paul T.
>
> "ED" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Hi,
>>
>> VS2008 .net compact framework 2 for Windows Mobile 6.
>>
>> ComboBox.DropDownStyle doesn't seem to be available, but MSDN Library
>> claims
>> it is (ComboBoxStyle.DropDown).
>>
>> How can I get the combobox to allow text entry if item is not in the list
>> of
>> choices?
>>
>> Thanks in advance,
>>
>> ED
>>
>>

>
>
>




 
Reply With Quote
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      10th Apr 2009
On SmartPhone the ComboBox is different than on a PocketPC or CE device.
It's part of the "minimal" UI (just like the fact you can't use a button).
In fact it's not even an actual ComboBox on that platform.

Here are some further notes on it:
http://www.christec.co.nz/blog/archives/270
http://www.oreillynet.com/pub/a/wire...martphone.html


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com


"ED" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> Windows Mobile 6 Standard.
>
> You're right, I don't have a button in the toolbox. Could you please
> explain
> how this ties to the combobox not having the DropDownStyle property?
>
> My objective is to have the combobox display a list of names. If the name
> is
> not in the list, the user can type it in (which will then be added to the
> list the next time.)
>
> Thanks,
> ED.
>
>
> "Chris Tacke, eMVP" <ctacke.at.opennetcf.dot.com> wrote in message
> news:%23z%(E-Mail Removed)...
> What SDK are you targeting? Can you add a button to the Form?
>
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Giving back to the embedded community
> http://community.OpenNETCF.com
>
> "ED" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>I know, but it's not there. Intellisense doesn't show it and if I use it,
>>I
>> get a compile/build error.
>>
>>
>> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
>> DOT
>> com> wrote in message news:%23FYvL%(E-Mail Removed)...
>> DropDown is what you want to be able to edit the text, as well as select
>> items from the list.
>>
>> Paul T.
>>
>> "ED" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> Hi,
>>>
>>> VS2008 .net compact framework 2 for Windows Mobile 6.
>>>
>>> ComboBox.DropDownStyle doesn't seem to be available, but MSDN Library
>>> claims
>>> it is (ComboBoxStyle.DropDown).
>>>
>>> How can I get the combobox to allow text entry if item is not in the
>>> list
>>> of
>>> choices?
>>>
>>> Thanks in advance,
>>>
>>> ED
>>>
>>>

>>
>>
>>

>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ComboBox DropDownStyle question zsessions@att.net Microsoft VB .NET 1 28th Sep 2005 12:25 AM
Problems to insert a combobox (dropdownstyle=dropdown) in a datagrid Xavier Microsoft VB .NET 2 9th Mar 2005 12:05 PM
Autocomplete combobox with dropdownstyle set to dropdownlist =?Utf-8?B?dmVudWdvcGFsLk0=?= Microsoft Dot NET Framework Forms 3 14th Oct 2004 02:22 PM
HOW TO: Avoid *ComboBox DropDownStyle = DropDown* change the textin the textbox? John Smith Microsoft VB .NET 1 30th Mar 2004 01:19 PM
Format Text of a ComboBox with DropDownStyle "DropDown" Microsoft C# .NET 3 13th Jan 2004 05:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:44 AM.