Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionchanging the cursor postion in a editable combobox??? Pin
SnaKeBeD15-Nov-07 3:39
SnaKeBeD15-Nov-07 3:39 
AnswerRe: changing the cursor postion in a editable combobox??? Pin
DoomedOne15-Nov-07 5:34
DoomedOne15-Nov-07 5:34 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
Deepu Antony15-Nov-07 7:45
Deepu Antony15-Nov-07 7:45 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
SnaKeBeD15-Nov-07 7:49
SnaKeBeD15-Nov-07 7:49 
QuestionRe: changing the cursor postion in a editable combobox??? Pin
David Crow15-Nov-07 8:42
David Crow15-Nov-07 8:42 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
DoomedOne15-Nov-07 9:45
DoomedOne15-Nov-07 9:45 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
chandu00415-Nov-07 21:05
chandu00415-Nov-07 21:05 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
Nelek15-Nov-07 23:46
protectorNelek15-Nov-07 23:46 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
chandu00416-Nov-07 20:55
chandu00416-Nov-07 20:55 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
Nelek19-Nov-07 21:39
protectorNelek19-Nov-07 21:39 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
SnaKeBeD16-Nov-07 4:33
SnaKeBeD16-Nov-07 4:33 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
DoomedOne16-Nov-07 6:53
DoomedOne16-Nov-07 6:53 
QuestionHow can block a Messenger packet....? Pin
jomons15-Nov-07 2:24
jomons15-Nov-07 2:24 
GeneralRe: How can block a Messenger packet....? Pin
Matthew Faithfull15-Nov-07 4:06
Matthew Faithfull15-Nov-07 4:06 
In general if blocking the packet breaks the protocol you can't do it and expect the protocol to continue. However if you set up a proper protocol transparent transiever which fakes both ends of the protocol you could do it.

| You write this part which mostly justs forwards |
real server<----->fake client interface<>filter<>fake server interface<----->real client

In this kind of arrangement both ends of the original system think they are connected to each other but they're really connected to your software. You can then forward or block packets at will and still provide valid acknowledgements back to the sender so it cannot tell they have been blocked. Depending on the protocol you might have to send alternative faked packets in place of the ones blocked to keep the other end happy in terms of packet sequence numbers, checksums etc.
You should be aware that any such piece of software is probably going to meet the definition of a trojan and may not be legal to actually install. If you write it, it's entirely your responsibility I'm not encouraging you to do so or offering assistance.

Nothing is exactly what it seems but everything with seems can be unpicked.

Questionneed help with c programming data validation Pin
neodeaths15-Nov-07 2:17
neodeaths15-Nov-07 2:17 
GeneralRe: need help with c programming data validation Pin
Matthew Faithfull15-Nov-07 2:24
Matthew Faithfull15-Nov-07 2:24 
GeneralRe: need help with c programming data validation Pin
neodeaths15-Nov-07 4:33
neodeaths15-Nov-07 4:33 
GeneralRe: need help with c programming data validation Pin
DoomedOne15-Nov-07 5:01
DoomedOne15-Nov-07 5:01 
QuestionMDI without Doc/view Pin
CodeMak15-Nov-07 1:30
CodeMak15-Nov-07 1:30 
AnswerRe: MDI without Doc/view Pin
Nelek15-Nov-07 1:35
protectorNelek15-Nov-07 1:35 
GeneralRe: MDI without Doc/view Pin
CodeMak15-Nov-07 1:39
CodeMak15-Nov-07 1:39 
GeneralRe: MDI without Doc/view Pin
CodeMak15-Nov-07 1:44
CodeMak15-Nov-07 1:44 
GeneralRe: MDI without Doc/view Pin
Nelek15-Nov-07 3:03
protectorNelek15-Nov-07 3:03 
GeneralRe: MDI without Doc/view Pin
CodeMak15-Nov-07 17:23
CodeMak15-Nov-07 17:23 
GeneralRe: MDI without Doc/view Pin
Nelek15-Nov-07 20:57
protectorNelek15-Nov-07 20:57 

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.