Why does the AssemblyTitleAttribute and AssemblyCopyrightAttribute return the correct values but AssemblyVersionAttribute always returns an empty string?
I've specified the version in the assembly!
Assembly^ assy;
try
{
assy = Assembly::LoadFile(gcnew String(lpFilename));
}
catch(...
What is the best way to create fast, lightweight applications in Visual Studio 2005.
I meanm, are Windows Forms as slow as MFC?
Are ATL/COM applications still the smallest and fastest?
I'm sorry there has been some confusion here - I am not not writing to a text file, I am writing integers as binary data.
float fVal;
UCHAR uFileImage[964];
memcpy(&fVal, uFileImage + fOffset, sizeof(float));
This code fragment solves my problem. Thanks everyone.
I've got a D-LINK DSL-G624T. I've pointed my DDNS at my IP but when I go to my DDNS domain name, I am asked by the router for username/password and it leads to the admin page.
How can I route the domain name to the correct place?
I'm hiding layers with
document.getElementById( id ).style.visibility="hidden";
but when I show them again using
document.getElementById( id ).style.visibility="visible";
the background image for that layer has disappeared! The content remains apart from the background-image?
This seems...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.