Click here to Skip to main content
15,884,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to create no active child window in MDI? Pin
Punktum19-Apr-09 10:52
Punktum19-Apr-09 10:52 
QuestionUse of functions from DLL using extern [modified] Pin
ytubis18-Apr-09 6:29
ytubis18-Apr-09 6:29 
AnswerRe: Use of functions from DLL using extern Pin
Stuart Dootson18-Apr-09 7:40
professionalStuart Dootson18-Apr-09 7:40 
GeneralRe: Use of functions from DLL using extern Pin
ytubis18-Apr-09 8:07
ytubis18-Apr-09 8:07 
GeneralRe: Use of functions from DLL using extern Pin
Stuart Dootson18-Apr-09 8:14
professionalStuart Dootson18-Apr-09 8:14 
QuestionIs this a virus or some thing? Pin
Joseph Marzbani18-Apr-09 4:17
Joseph Marzbani18-Apr-09 4:17 
AnswerRe: Is this a virus or some thing? Pin
Luc Pattyn18-Apr-09 4:23
sitebuilderLuc Pattyn18-Apr-09 4:23 
GeneralRe: Is this a virus or some thing? Pin
enhzflep18-Apr-09 17:14
enhzflep18-Apr-09 17:14 
Does seem like that. For a good test, open a command prompt & ping microsoft

i.e "ping www.microsoft.com"
It should resolve to something like: 65.55.12.2491 - when I was affected by something last week, all addresses involving microsoft and many anti-virus vendors were being resolved to 127.0.0.1

I got around this by doing a dns lookup on www.microsoft.com, then substituting that ip for any part of the url that was www.microsoft.com (Same with avg and avira, etc)

e.g

I want www.microsft.com/downloads/somefile.zip

www.microsoft.com is being resolved to my loopback address, so I insert the ip that this should resolve to into the address bar --> 65.55.12.2491/downloads/somefile.zip

The problem lay in a registry key contained within

HKLM/Software/Microsoft/Windows NT/CurrentVersion/Winlogon it was UIShell, or something like that. (it was NOT UIHost, that is a neccessary entry)

The key points to an executable file that is run on start-up and proceeds to hide itself from directory searches, as well as hiding the registry key needed to remove it!

The solution? Use a program that uses direct registry access - The registry keys can't be hidden then since we're not using the wnidows api Registry calls that the virus has already hooked.

You should have a look for GMER - that's all I needed to access and repair the registry (make sure you get a new version from the author's website).

Oh, and btw - it wasn't conficker, dunno what it was - AVG reckons that the file is clean Mad | :mad:
QuestionHow to parse HL7 message in VC++ Pin
Abhijit D. Babar17-Apr-09 23:22
Abhijit D. Babar17-Apr-09 23:22 
AnswerRe: How to parse HL7 message in VC++ Pin
Stuart Dootson18-Apr-09 0:31
professionalStuart Dootson18-Apr-09 0:31 
GeneralRe: How to parse HL7 message in VC++ Pin
Abhijit D. Babar18-Apr-09 1:05
Abhijit D. Babar18-Apr-09 1:05 
GeneralRe: How to parse HL7 message in VC++ Pin
Stuart Dootson18-Apr-09 1:07
professionalStuart Dootson18-Apr-09 1:07 
GeneralRe: How to parse HL7 message in VC++ Pin
Abhijit D. Babar18-Apr-09 1:40
Abhijit D. Babar18-Apr-09 1:40 
GeneralRe: How to parse HL7 message in VC++ Pin
Stuart Dootson18-Apr-09 1:50
professionalStuart Dootson18-Apr-09 1:50 
GeneralRe: How to parse HL7 message in VC++ [modified] Pin
Abhijit D. Babar18-Apr-09 3:05
Abhijit D. Babar18-Apr-09 3:05 
GeneralRe: How to parse HL7 message in VC++ Pin
Stuart Dootson18-Apr-09 5:08
professionalStuart Dootson18-Apr-09 5:08 
QuestionSplit string into substrings Pin
Manfr3d17-Apr-09 21:12
Manfr3d17-Apr-09 21:12 
AnswerRe: Split string into substrings [modified] Pin
Stuart Dootson17-Apr-09 21:56
professionalStuart Dootson17-Apr-09 21:56 
GeneralRe: Split string into substrings Pin
Manfr3d18-Apr-09 5:04
Manfr3d18-Apr-09 5:04 
GeneralRe: Split string into substrings Pin
Stuart Dootson18-Apr-09 5:14
professionalStuart Dootson18-Apr-09 5:14 
QuestionHow do I develop an internet video conferencing system like skype? Pin
Hiigara17-Apr-09 11:16
Hiigara17-Apr-09 11:16 
AnswerRe: How do I develop an internet video conferencing system like skype? Pin
Divyang Mithaiwala17-Apr-09 19:40
Divyang Mithaiwala17-Apr-09 19:40 
AnswerRe: How do I develop an internet video conferencing system like skype? Pin
zhanzongru19-Apr-09 1:20
zhanzongru19-Apr-09 1:20 
QuestionDLL Processing Speed, Pin
ScotDolan17-Apr-09 8:55
ScotDolan17-Apr-09 8:55 
AnswerRe: DLL Processing Speed, Pin
Stuart Dootson17-Apr-09 9:04
professionalStuart Dootson17-Apr-09 9:04 

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.