Click here to Skip to main content
15,879,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to pass Array[Seq[String]] to apache spark udf? (Error: Not Applicable) Pin
Rostand5619-May-16 9:04
Rostand5619-May-16 9:04 
QuestionRe: How to pass Array[Seq[String]] to apache spark udf? (Error: Not Applicable) Pin
David Crow19-May-16 9:15
David Crow19-May-16 9:15 
QuestionHow to organize nested props in VueJS? Pin
Rostand5619-May-16 9:03
Rostand5619-May-16 9:03 
SuggestionRe: How to organize nested props in VueJS? Pin
David Crow19-May-16 9:15
David Crow19-May-16 9:15 
GeneralRe: How to organize nested props in VueJS? Pin
Rostand5619-May-16 9:20
Rostand5619-May-16 9:20 
QuestionEdit Control Problem Pin
programmingalholic19-May-16 5:48
professionalprogrammingalholic19-May-16 5:48 
AnswerRe: Edit Control Problem Pin
Richard MacCutchan19-May-16 6:15
mveRichard MacCutchan19-May-16 6:15 
GeneralRe: Edit Control Problem Pin
programmingalholic19-May-16 6:47
professionalprogrammingalholic19-May-16 6:47 
I've tried to omit the suffix letter and it still produced the same effect.

Below is code that sends the EM_SETSEL message to the Edit control.

C#
int selPos = (int)(pInitialFound - lpWStr1) + 1;
int selEnd = selPos + (lstrlenW(lpWStr0));
SendMessage(hwndEdit, EM_SETSEL, selPos, selEnd);


Are there any suggestions to better correct that problem?

modified 19-May-16 13:02pm.

GeneralRe: Edit Control Problem Pin
Richard MacCutchan19-May-16 7:01
mveRichard MacCutchan19-May-16 7:01 
GeneralRe: Edit Control Problem Pin
programmingalholic19-May-16 7:11
professionalprogrammingalholic19-May-16 7:11 
GeneralRe: Edit Control Problem Pin
David Crow19-May-16 7:37
David Crow19-May-16 7:37 
GeneralRe: Edit Control Problem Pin
Richard MacCutchan19-May-16 21:04
mveRichard MacCutchan19-May-16 21:04 
GeneralRe: Edit Control Problem Pin
programmingalholic21-May-16 3:56
professionalprogrammingalholic21-May-16 3:56 
GeneralRe: Edit Control Problem Pin
leon de boer19-May-16 23:17
leon de boer19-May-16 23:17 
GeneralRe: Edit Control Problem Pin
Victor Nijegorodov20-May-16 0:23
Victor Nijegorodov20-May-16 0:23 
GeneralRe: Edit Control Problem Pin
Richard MacCutchan20-May-16 1:17
mveRichard MacCutchan20-May-16 1:17 
GeneralRe: Edit Control Problem Pin
programmingalholic21-May-16 3:54
professionalprogrammingalholic21-May-16 3:54 
QuestionRe: Edit Control Problem Pin
David Crow19-May-16 6:44
David Crow19-May-16 6:44 
AnswerRe: Edit Control Problem Pin
programmingalholic19-May-16 6:56
professionalprogrammingalholic19-May-16 6:56 
QuestionRe: Edit Control Problem Pin
David Crow19-May-16 7:38
David Crow19-May-16 7:38 
GeneralRe: Edit Control Problem Pin
Richard MacCutchan19-May-16 21:18
mveRichard MacCutchan19-May-16 21:18 
AnswerRe: Edit Control Problem Pin
Jochen Arndt19-May-16 22:45
professionalJochen Arndt19-May-16 22:45 
GeneralRe: Edit Control Problem Pin
programmingalholic21-May-16 3:49
professionalprogrammingalholic21-May-16 3:49 
QuestionConvert string name to Control ID Name Pin
002comp17-May-16 22:03
002comp17-May-16 22:03 
AnswerRe: Convert string name to Control ID Name Pin
Richard MacCutchan17-May-16 22:16
mveRichard MacCutchan17-May-16 22:16 

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.