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

.NET (Core and Framework)

 
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 
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 
Actually, I am trying to send message to a listview which does not allow me click to the checkbox. This is a trainning for a online game. Since character'level less than 10 I can click on the checkbox and this trainning will train my character. but if character'level greater than 10. The trainner will not allow me click to the checkbox.

In the first case(level < 10). I have tried send message to click the first row items. It works properly.
ListView_SetCheckState(hwnd,0,true);


But when my character'level reachs to 11. The list view seems be blocked(Notice that listview still be actived). In this case, the code does not work. I cannot only click to the checkbox but also using ListView_SetCheckState.

I guest that I need to send a message to update the property of listview before I can use ListView_SetCheckState. But what needs to be updated?

Plz help me!

thanks

[N][Q][H]

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 
Questionhow do my Windows forms buttons change their border appearance at runtime? Pin
mnemonic6913-Oct-09 0:41
mnemonic6913-Oct-09 0:41 
AnswerRe: how do my Windows forms buttons change their border appearance at runtime? Pin
Richard MacCutchan13-Oct-09 1:14
mveRichard MacCutchan13-Oct-09 1:14 

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.