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

.NET (Core and Framework)

 
QuestionDisconnected Context? Pin
#realJSOP18-Oct-09 8:57
professional#realJSOP18-Oct-09 8:57 
AnswerRe: Disconnected Context? Pin
Pete O'Hanlon18-Oct-09 9:50
mvePete O'Hanlon18-Oct-09 9:50 
GeneralRe: Disconnected Context? Pin
#realJSOP19-Oct-09 0:22
professional#realJSOP19-Oct-09 0:22 
GeneralRe: Disconnected Context? Pin
Bernhard Hiller13-Jul-10 20:19
Bernhard Hiller13-Jul-10 20:19 
QuestionHow to display animated gif in datagridview columns? Pin
Viji Raj17-Oct-09 18:34
Viji Raj17-Oct-09 18:34 
AnswerRe: How to display animated gif in datagridview columns? Pin
Xmen Real 18-Oct-09 0:20
professional Xmen Real 18-Oct-09 0:20 
QuestionHow to prevent user click to the checkbox on a listview control Pin
[N][Q][H]17-Oct-09 8:13
[N][Q][H]17-Oct-09 8:13 
AnswerRe: How to prevent user click to the checkbox on a listview control Pin
Mark Salsbery17-Oct-09 8:37
Mark Salsbery17-Oct-09 8:37 
Assuming this is Forms...

Maybe you could handle the ListView.ItemCheck event, and in
your handler check if the ItemCheckEventArgs.NewValue is
different from the ItemCheckEventArgs.CurrentValue, and if so,
set the ItemCheckEventArgs.NewValue to ItemCheckEventArgs.CurrentValue.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: How to prevent user click to the checkbox on a listview control Pin
Richard MacCutchan17-Oct-09 9:25
mveRichard MacCutchan17-Oct-09 9:25 
GeneralRe: How to prevent user click to the checkbox on a listview control Pin
[N][Q][H]17-Oct-09 16:40
[N][Q][H]17-Oct-09 16:40 
GeneralRe: How to prevent user click to the checkbox on a listview control Pin
Richard MacCutchan17-Oct-09 21:27
mveRichard MacCutchan17-Oct-09 21:27 
AnswerRe: How to prevent user click to the checkbox on a listview control Pin
vsaratkar19-Oct-09 7:29
vsaratkar19-Oct-09 7:29 
QuestionHow do I create an unstopable thread? Pin
Paulo Zemek15-Oct-09 13:19
Paulo Zemek15-Oct-09 13:19 
AnswerRe: How do I create an unstopable thread? Pin
Dave Kreskowiak16-Oct-09 5:23
mveDave Kreskowiak16-Oct-09 5:23 
QuestionAny chance of reversing the encoding Pin
cristi82gt15-Oct-09 6:03
cristi82gt15-Oct-09 6:03 
AnswerRe: Any chance of reversing the encoding Pin
Dave Kreskowiak15-Oct-09 7:55
mveDave Kreskowiak15-Oct-09 7:55 
GeneralRe: Any chance of reversing the encoding Pin
cristi82gt15-Oct-09 8:35
cristi82gt15-Oct-09 8:35 
GeneralRe: Any chance of reversing the encoding Pin
Dave Kreskowiak15-Oct-09 8:46
mveDave Kreskowiak15-Oct-09 8:46 
GeneralRe: Any chance of reversing the encoding Pin
cristi82gt15-Oct-09 8:52
cristi82gt15-Oct-09 8:52 
Question???Some function exists: Pin
GuilleB0914-Oct-09 9:46
GuilleB0914-Oct-09 9:46 
AnswerRe: ???Some function exists: Pin
Abhijit Jana14-Oct-09 17:10
professionalAbhijit Jana14-Oct-09 17:10 
QuestionHow to refresh the child window dropdown Pin
sandhya1413-Oct-09 19:53
sandhya1413-Oct-09 19:53 
AnswerRe: How to refresh the child window dropdown Pin
Shameel19-Oct-09 0:02
professionalShameel19-Oct-09 0:02 
QuestionCloning winforms Pin
Starkie7013-Oct-09 9:01
Starkie7013-Oct-09 9:01 
AnswerRe: Cloning winforms Pin
Henry Minute13-Oct-09 10:11
Henry Minute13-Oct-09 10:11 

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.