Click here to Skip to main content
15,879,474 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sqlserver Triggers Pin
Christian Wikander29-Apr-08 23:07
Christian Wikander29-Apr-08 23:07 
AnswerRe: Sqlserver Triggers Pin
Christian Graus29-Apr-08 23:23
protectorChristian Graus29-Apr-08 23:23 
AnswerRe: Sqlserver Triggers Pin
Nissim Salomon30-Apr-08 2:14
Nissim Salomon30-Apr-08 2:14 
AnswerRe: Sqlserver Triggers Pin
Rob Graham30-Apr-08 4:44
Rob Graham30-Apr-08 4:44 
QuestionForce TextBox to show cursor Pin
Christian Wikander29-Apr-08 23:02
Christian Wikander29-Apr-08 23:02 
AnswerRe: Force TextBox to show cursor Pin
Zoltan Balazs29-Apr-08 23:20
Zoltan Balazs29-Apr-08 23:20 
GeneralRe: Force TextBox to show cursor Pin
Christian Wikander29-Apr-08 23:23
Christian Wikander29-Apr-08 23:23 
GeneralRe: Force TextBox to show cursor Pin
Simon P Stevens29-Apr-08 23:52
Simon P Stevens29-Apr-08 23:52 
After showing the popup list, return focus to the text box to allow the cursor to be displayed. Handle keypresses on the text box and when appropriate respond to them by navigating through the list.

Or

Implement your own custom text box class, inherited from the TextBox and handle the drawing of the cursor yourself.

The first option is defiantly the easier.

Simon

AnswerRe: Force TextBox to show cursor Pin
Christian Graus29-Apr-08 23:24
protectorChristian Graus29-Apr-08 23:24 
GeneralRe: Force TextBox to show cursor Pin
Christian Wikander29-Apr-08 23:26
Christian Wikander29-Apr-08 23:26 
GeneralRe: Force TextBox to show cursor Pin
Christian Graus29-Apr-08 23:32
protectorChristian Graus29-Apr-08 23:32 
QuestionC#.Net MS Access and DataGridView Problem Pin
Blackhawk5000029-Apr-08 23:00
Blackhawk5000029-Apr-08 23:00 
AnswerRe: C#.Net MS Access and DataGridView Problem Pin
Blackhawk5000030-Apr-08 1:07
Blackhawk5000030-Apr-08 1:07 
AnswerRe: C#.Net MS Access and DataGridView Problem Pin
Ashfield30-Apr-08 1:30
Ashfield30-Apr-08 1:30 
GeneralRe: C#.Net MS Access and DataGridView Problem Pin
Blackhawk5000030-Apr-08 1:34
Blackhawk5000030-Apr-08 1:34 
QuestionSQL Server Replication Pin
abdurrahman oğuz29-Apr-08 22:58
abdurrahman oğuz29-Apr-08 22:58 
QuestionC#.Net and MS Excel merging Pin
codingrocks29-Apr-08 22:14
codingrocks29-Apr-08 22:14 
QuestionGIS Travel Time Estimations Pin
devil8529-Apr-08 21:54
devil8529-Apr-08 21:54 
GeneralRe: GIS Travel Time Estimations Pin
phannon8629-Apr-08 22:22
professionalphannon8629-Apr-08 22:22 
GeneralRe: GIS Travel Time Estimations Pin
devil8529-Apr-08 22:27
devil8529-Apr-08 22:27 
GeneralRe: GIS Travel Time Estimations Pin
Guffa29-Apr-08 23:42
Guffa29-Apr-08 23:42 
JokeRe: GIS Travel Time Estimations Pin
Big Daddy Farang30-Apr-08 8:55
Big Daddy Farang30-Apr-08 8:55 
JokeRe: GIS Travel Time Estimations Pin
Guffa30-Apr-08 10:33
Guffa30-Apr-08 10:33 
QuestionHow to pass datatable as parameter into webservice method Pin
Balaji.KJ29-Apr-08 21:28
Balaji.KJ29-Apr-08 21:28 
AnswerRe: How to pass datatable as parameter into webservice method Pin
Vikram A Punathambekar29-Apr-08 21:39
Vikram A Punathambekar29-Apr-08 21:39 

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.