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

.NET (Core and Framework)

 
QuestionMaximum password age for local user Pin
Stephen Grundy10-Aug-09 2:18
Stephen Grundy10-Aug-09 2:18 
AnswerRe: Maximum password age for local user Pin
Luc Pattyn10-Aug-09 2:58
sitebuilderLuc Pattyn10-Aug-09 2:58 
GeneralRe: Maximum password age for local user Pin
Stephen Grundy10-Aug-09 3:13
Stephen Grundy10-Aug-09 3:13 
Questiondatareader Pin
myinstincts10-Aug-09 0:43
myinstincts10-Aug-09 0:43 
AnswerRe: datareader [modified] Pin
Moreno Airoldi10-Aug-09 0:44
Moreno Airoldi10-Aug-09 0:44 
AnswerRe: datareader Pin
Muhammad Mazhar10-Aug-09 1:22
Muhammad Mazhar10-Aug-09 1:22 
Questionimplementing filter for listbox in windows application Pin
sandhya149-Aug-09 23:31
sandhya149-Aug-09 23:31 
AnswerRe: implementing filter for listbox in windows application Pin
Luc Pattyn10-Aug-09 0:05
sitebuilderLuc Pattyn10-Aug-09 0:05 
Hi,

I see basically three ways to achieve this:

1.
adapt the database query as you type, using a "LIKE '+myInitialText+"%'" clause. That would be easiest.

2.
adapt the items shown in some other way, maybe by copying them to a list, working on the list, and setting the new list as the new datasource

3.
leaving the items as is, however simply not showing some; that takes DrawMode.OwnerDrawVariable, and returning height zero in MeasureItem for the items you want to hide. (I haven't done this yet, but I think it should work).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

Questionadding a program to right-click menu during installation Pin
oedipusrex9-Aug-09 6:51
oedipusrex9-Aug-09 6:51 
AnswerRe: adding a program to right-click menu during installation Pin
Arindam Sinha9-Aug-09 7:25
Arindam Sinha9-Aug-09 7:25 
GeneralRe: adding a program to right-click menu during installation Pin
oedipusrex10-Aug-09 13:13
oedipusrex10-Aug-09 13:13 
GeneralRe: adding a program to right-click menu during installation Pin
Arindam Sinha10-Aug-09 22:41
Arindam Sinha10-Aug-09 22:41 
GeneralRe: adding a program to right-click menu during installation Pin
oedipusrex10-Aug-09 22:47
oedipusrex10-Aug-09 22:47 
GeneralRe: adding a program to right-click menu during installation Pin
Arindam Sinha11-Aug-09 0:41
Arindam Sinha11-Aug-09 0:41 
QuestionLinq Vs Stored Procedure Pin
Rolando Y. Puno7-Aug-09 16:08
Rolando Y. Puno7-Aug-09 16:08 
AnswerRe: Linq Vs Stored Procedure Pin
N a v a n e e t h7-Aug-09 18:25
N a v a n e e t h7-Aug-09 18:25 
GeneralRe: Linq Vs Stored Procedure Pin
Not Active8-Aug-09 6:22
mentorNot Active8-Aug-09 6:22 
QuestionBroadcasting custom windows message(Interprocess communication) Pin
callousfantom7-Aug-09 2:17
callousfantom7-Aug-09 2:17 
AnswerRe: Broadcasting custom windows message(Interprocess communication) Pin
Moreno Airoldi7-Aug-09 2:45
Moreno Airoldi7-Aug-09 2:45 
GeneralRe: Broadcasting custom windows message(Interprocess communication) Pin
callousfantom9-Aug-09 18:43
callousfantom9-Aug-09 18:43 
GeneralRe: Broadcasting custom windows message(Interprocess communication) Pin
Moreno Airoldi9-Aug-09 22:46
Moreno Airoldi9-Aug-09 22:46 
AnswerRe: Broadcasting custom windows message(Interprocess communication) Pin
Mark Salsbery7-Aug-09 6:21
Mark Salsbery7-Aug-09 6:21 
GeneralRe: Broadcasting custom windows message(Interprocess communication) Pin
callousfantom9-Aug-09 18:47
callousfantom9-Aug-09 18:47 
GeneralRe: Broadcasting custom windows message(Interprocess communication) Pin
callousfantom9-Aug-09 23:14
callousfantom9-Aug-09 23:14 
QuestionHow to communicate with Win CE device connected by usb Pin
Deflinek7-Aug-09 1:23
Deflinek7-Aug-09 1:23 

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.