Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
AnswerRe: Interrupting service startup Pin
Dave Kreskowiak29-Dec-13 5:43
mveDave Kreskowiak29-Dec-13 5:43 
GeneralRe: Interrupting service startup Pin
Fred283429-Dec-13 7:26
Fred283429-Dec-13 7:26 
QuestionCtrl + MouseClick using PostMessage is not working for DataGridview. Pin
aks.29-Dec-13 3:03
aks.29-Dec-13 3:03 
AnswerRe: Ctrl + MouseClick using PostMessage is not working for DataGridview. Pin
Eddy Vluggen29-Dec-13 3:30
professionalEddy Vluggen29-Dec-13 3:30 
GeneralRe: Ctrl + MouseClick using PostMessage is not working for DataGridview. Pin
aks.29-Dec-13 20:36
aks.29-Dec-13 20:36 
QuestionRe: Ctrl + MouseClick using PostMessage is not working for DataGridview. Pin
Eddy Vluggen30-Dec-13 2:40
professionalEddy Vluggen30-Dec-13 2:40 
AnswerRe: Ctrl + MouseClick using PostMessage is not working for DataGridview. Pin
aks.30-Dec-13 3:39
aks.30-Dec-13 3:39 
GeneralRe: Ctrl + MouseClick using PostMessage is not working for DataGridview. Pin
Eddy Vluggen2-Jan-14 8:00
professionalEddy Vluggen2-Jan-14 8:00 
aks. wrote:
I reassured the DataGridView's MultiSelect property is true.
Can you (debug).print the amount of rows selected? Kinda hoping that the selection is there, but not correctly shown (think "HideSelection" properties and the likes).

aks. wrote:
I surely need to simulate the actual user selection by PostMessage.
Not really; one does not need to test whether the DataGridView still handles mouse-messages correctly - that part of the code did not change. And it does not "have" to be using windows-messages, you could use the PerformClick method from a button to simulate a mouseclick.

Is there anyone looking at the grid and view when the test-suite makes it selection? Or does the test run without supervision?
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionItemCommand(Repeater) not getting fired with modalpopup. Pin
Kundan Saw28-Dec-13 4:08
Kundan Saw28-Dec-13 4:08 
AnswerRe: ItemCommand(Repeater) not getting fired with modalpopup. Pin
Eddy Vluggen29-Dec-13 2:01
professionalEddy Vluggen29-Dec-13 2:01 
GeneralRe: ItemCommand(Repeater) not getting fired with modalpopup. Pin
Kundan Saw29-Dec-13 6:26
Kundan Saw29-Dec-13 6:26 
QuestionThe problem of axShockwaveFlash controls Pin
toodfu28-Dec-13 2:09
toodfu28-Dec-13 2:09 
AnswerRe: The problem of axShockwaveFlash controls Pin
Eddy Vluggen29-Dec-13 2:04
professionalEddy Vluggen29-Dec-13 2:04 
GeneralRe: The problem of axShockwaveFlash controls Pin
toodfu29-Dec-13 15:27
toodfu29-Dec-13 15:27 
GeneralRe: The problem of axShockwaveFlash controls Pin
Eddy Vluggen30-Dec-13 2:42
professionalEddy Vluggen30-Dec-13 2:42 
QuestionCannot Convert Table<T> to Table<object> Pin
talg1828-Dec-13 0:35
talg1828-Dec-13 0:35 
AnswerRe: Cannot Convert Table<T> to Table<object> Pin
OriginalGriff28-Dec-13 2:19
mveOriginalGriff28-Dec-13 2:19 
GeneralRe: Cannot Convert Table<T> to Table<object> Pin
talg1828-Dec-13 2:35
talg1828-Dec-13 2:35 
GeneralRe: Cannot Convert Table<T> to Table<object> Pin
OriginalGriff28-Dec-13 3:20
mveOriginalGriff28-Dec-13 3:20 
QuestionHow configure a virtual printer port to redirect it to a external program Pin
delphix527-Dec-13 22:47
delphix527-Dec-13 22:47 
AnswerRe: How configure a virtual printer port to redirect it to a external program Pin
Richard MacCutchan28-Dec-13 0:37
mveRichard MacCutchan28-Dec-13 0:37 
GeneralRe: How configure a virtual printer port to redirect it to a external program Pin
delphix528-Dec-13 1:15
delphix528-Dec-13 1:15 
GeneralRe: How configure a virtual printer port to redirect it to a external program Pin
Richard MacCutchan28-Dec-13 1:37
mveRichard MacCutchan28-Dec-13 1:37 
GeneralRe: How configure a virtual printer port to redirect it to a external program Pin
delphix528-Dec-13 1:44
delphix528-Dec-13 1:44 
GeneralRe: How configure a virtual printer port to redirect it to a external program Pin
Richard MacCutchan28-Dec-13 2:20
mveRichard MacCutchan28-Dec-13 2:20 

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.