Click here to Skip to main content
15,867,330 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Missing packets Pin
Tony Hill8-Aug-11 9:43
mveTony Hill8-Aug-11 9:43 
GeneralRe: Missing packets Pin
Albert Holguin8-Aug-11 10:21
professionalAlbert Holguin8-Aug-11 10:21 
GeneralRe: Missing packets Pin
Tony Hill8-Aug-11 10:44
mveTony Hill8-Aug-11 10:44 
GeneralRe: Missing packets Pin
Albert Holguin9-Aug-11 4:11
professionalAlbert Holguin9-Aug-11 4:11 
AnswerRe: Missing packets Pin
Chuck O'Toole8-Aug-11 10:32
Chuck O'Toole8-Aug-11 10:32 
Questionhow use API HOOKing interception URLs and modify URLs Pin
67847467-Aug-11 5:14
67847467-Aug-11 5:14 
AnswerRe: how use API HOOKing interception URLs and modify URLs Pin
Richard MacCutchan7-Aug-11 21:36
mveRichard MacCutchan7-Aug-11 21:36 
AnswerRe: how use API HOOKing interception URLs and modify URLs Pin
Code-o-mat7-Aug-11 21:58
Code-o-mat7-Aug-11 21:58 
You could try subclassing the edit field the user types the URL into, intercept the WM_GETTEXT[^] and WM_GETTEXTLENGTH[^] messages and modify the URL accordingly. If this would suit your needs or not is a different story. Another aproach could be to write a trtansparent proxy or modify the hosts file. Google these up if you don't know what i mean.

On a sidenote, redirectig the user from the actual page he wants to visit might not be a nice thing to do...
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> If it doesn't matter, it's antimatter.<

QuestionNeed source code of changing animated gif frames to Bitmap file Pin
includeh106-Aug-11 15:15
includeh106-Aug-11 15:15 
AnswerRe: Need source code of changing animated gif frames to Bitmap file Pin
Code-o-mat7-Aug-11 2:00
Code-o-mat7-Aug-11 2:00 
QuestionUnsigned Integer Arrays? Pin
Software20076-Aug-11 5:33
Software20076-Aug-11 5:33 
AnswerRe: Unsigned Integer Arrays? Pin
Chris Losinger6-Aug-11 5:55
professionalChris Losinger6-Aug-11 5:55 
GeneralRe: Unsigned Integer Arrays? Pin
Software20076-Aug-11 6:05
Software20076-Aug-11 6:05 
GeneralRe: Unsigned Integer Arrays? Pin
Rick York7-Aug-11 7:37
mveRick York7-Aug-11 7:37 
QuestionResource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Andraw Tang5-Aug-11 7:00
Andraw Tang5-Aug-11 7:00 
AnswerRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Albert Holguin5-Aug-11 7:29
professionalAlbert Holguin5-Aug-11 7:29 
GeneralRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Andraw Tang5-Aug-11 7:45
Andraw Tang5-Aug-11 7:45 
SuggestionRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Albert Holguin5-Aug-11 8:36
professionalAlbert Holguin5-Aug-11 8:36 
GeneralRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Albert Holguin5-Aug-11 8:37
professionalAlbert Holguin5-Aug-11 8:37 
AnswerRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Andraw Tang5-Aug-11 11:08
Andraw Tang5-Aug-11 11:08 
GeneralRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Albert Holguin6-Aug-11 13:36
professionalAlbert Holguin6-Aug-11 13:36 
QuestionWhat's the workspace coordinates in WINDOWS ? Pin
Cold_Fearing_Bird5-Aug-11 4:09
Cold_Fearing_Bird5-Aug-11 4:09 
AnswerRe: What's the workspace coordinates in WINDOWS ? Pin
Charles Oppermann5-Aug-11 4:24
Charles Oppermann5-Aug-11 4:24 
GeneralRe: What's the workspace coordinates in WINDOWS ? Pin
Cold_Fearing_Bird5-Aug-11 4:37
Cold_Fearing_Bird5-Aug-11 4:37 
GeneralRe: What's the workspace coordinates in WINDOWS ? Pin
Charles Oppermann5-Aug-11 6:23
Charles Oppermann5-Aug-11 6:23 

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.