I do not really see the need in Promoting it, at least not outside the EU where they have the prompt asking which browser you want to use. For the rest of us its pre-installed and just there. why advertise it lol.
Thanks, but the auto refresh of ads is something I can't change.. it has been this way even when we worked with Ziff Davis years ago, at the least the refreshing of the ads no longer messes with the page at all.
Also it is comical when I see an ad I want to click on or view, and then it refreshes before my eyes Lol. Btw I do not click on ads to generate revenue, just the ones that appeal to me, like when I am looking for a new wardrobe and then an ad appears for a sale on something local to me.
Question
scoult01
Hi there, im currently making a dll for mIRC that will return my video card details, and am facing some problems.
The code below used to work when i had .net installed, however i formatted and have only put VC++ 6.0 on, and it
doesnt want to work for some reason.
It doesnt even get to the "test" part.
If anyone can shed some light on this, itd be much appreciated.
// --------- CODE ---------------------
DISPLAY_DEVICE dispdev;
dispdev.cb = sizeof(DISPLAY_DEVICE);
if (EnumDisplayDevices(NULL, 0, &dispdev, 0))
{
lstrcpy(data,"test");
} else {
lstrcpy(data,"Unable to obtain device");
}
return 3;
// --------- EOC -----------------------
Link to comment
https://www.neowin.net/forum/topic/69427-enumdisplaydevices-wtg/Share on other sites
7 answers to this question
Recommended Posts