Click here to Skip to main content
16,005,385 members
Home / Discussions / System Admin
   

System Admin

 
AnswerRe: Microsoft CRM 3.0 installation errors Pin
Mekong River13-Apr-06 17:12
Mekong River13-Apr-06 17:12 
QuestionFTp server on wince Pin
Ahuja Ekta11-Apr-06 0:03
Ahuja Ekta11-Apr-06 0:03 
QuestionScheduler for Real Time Tasks Pin
RabiaAslam10-Apr-06 1:36
RabiaAslam10-Apr-06 1:36 
AnswerRe: Scheduler for Real Time Tasks Pin
Dave Kreskowiak10-Apr-06 5:11
mveDave Kreskowiak10-Apr-06 5:11 
QuestionData Error ( Cyclic Rudundancy Check ) Pin
Vikrant Badhai9-Apr-06 21:17
Vikrant Badhai9-Apr-06 21:17 
AnswerRe: Data Error ( Cyclic Rudundancy Check ) Pin
Dave Kreskowiak10-Apr-06 5:09
mveDave Kreskowiak10-Apr-06 5:09 
QuestionHow do I capture "selected text" on global environment of Win32 ? Pin
supermango9-Apr-06 1:14
supermango9-Apr-06 1:14 
AnswerRe: How do I capture "selected text" on global environment of Win32 ? Pin
Dave Kreskowiak10-Apr-06 5:16
mveDave Kreskowiak10-Apr-06 5:16 
It's FAR easier to just get the text from the clipboard. You can track which control has the focus, but this requires implementing global hooks which are not supported using Managed Code (VB or C#). On top of that, not every control that displays text responds to the WM_GETTEXT message or responds to it in a consistent manor. Just getting which part of that text is selected is not done consistantly between controls. So just highlighting the text and trying to figure out what that text is will be a nightmare!

It's FAR easier if you had your users copy the selected text to the clipboard, then your app could get the text from the clipboard, which IS handled consistantly.


Dave Kreskowiak
Microsoft MVP - Visual Basic

QuestionRepair the network. please help Pin
J51219827-Apr-06 4:05
J51219827-Apr-06 4:05 
AnswerRe: Repair the network. please help Pin
toxcct7-Apr-06 4:44
toxcct7-Apr-06 4:44 
AnswerRe: Repair the network. please help Pin
Mekong River9-Apr-06 3:36
Mekong River9-Apr-06 3:36 
QuestionLaptop Pin
ADY0077-Apr-06 3:36
ADY0077-Apr-06 3:36 
AnswerRe: Laptop Pin
AndyM1037-Apr-06 22:04
AndyM1037-Apr-06 22:04 
AnswerRe: Laptop Pin
Mekong River9-Apr-06 16:57
Mekong River9-Apr-06 16:57 
QuestionWindows Xp does'nt start normally Pin
krishna196-Apr-06 20:33
krishna196-Apr-06 20:33 
AnswerRe: Windows Xp does'nt start normally Pin
AndyM1037-Apr-06 22:05
AndyM1037-Apr-06 22:05 
AnswerRe: Windows Xp does'nt start normally Pin
Mekong River9-Apr-06 4:03
Mekong River9-Apr-06 4:03 
AnswerRe: Windows Xp does'nt start normally Pin
Saksida Bojan9-Apr-06 19:37
Saksida Bojan9-Apr-06 19:37 
QuestionR & R TCP/IP in Win2K Server? Pin
Roger Wright6-Apr-06 17:28
professionalRoger Wright6-Apr-06 17:28 
AnswerRe: R & R TCP/IP in Win2K Server? Pin
Sebastian Schneider7-Apr-06 0:47
Sebastian Schneider7-Apr-06 0:47 
AnswerRe: R & R TCP/IP in Win2K Server? Pin
AndyM1037-Apr-06 22:09
AndyM1037-Apr-06 22:09 
GeneralRe: R & R TCP/IP in Win2K Server? Pin
Roger Wright8-Apr-06 6:27
professionalRoger Wright8-Apr-06 6:27 
AnswerRe: R & R TCP/IP in Win2K Server? Pin
Mekong River9-Apr-06 4:07
Mekong River9-Apr-06 4:07 
QuestionI want to kown the sequence of win_xp boot Pin
u2396-Apr-06 1:17
u2396-Apr-06 1:17 
AnswerRe: I want to kown the sequence of win_xp boot Pin
Mekong River6-Apr-06 16:54
Mekong River6-Apr-06 16:54 

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.