I know this is a pretty dumb question, but I'm getting kind of frustrated.
I have a dialog with an edit box. The edit box is pre-filled with text using the standard DDX_Text function in DoDataE...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20805119.htm...
Zones:
Windows MFCDate Answered: 11/21/2003 Grade: A Views: 0
This is a pretty easy riddle, it shall probably be solved quickly...
What can be broken
With barely a sound
That cannot be thrown
Nor dropped to the ground?
http://www.experts-exchange.com/Other/Puzzles_Riddles/Q_20995258.html
It's a tricky one:
If I have a method or function with arguments, say:
void func(const vector& arg1, string& arg2){
[...]
}
I'm looking for a way to trace arguments (assuming each argume...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20985281.html
Zones:
C++Date Answered: 05/13/2004 Grade: A Views: 18
Consider
#ifdef TRACE_LOG
ClassTrace trace_inst (__FILE__, __LINE__, __FUNCTION__, __PRETTY_FUNCTION__, tmp_oss.str())
// more stuff.
The contructor for ClassTrace is:
Class...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21269310.html
Zones:
C++Date Answered: 02/25/2005 Grade: B Views: 22
I would like to reformat existing SQL function and procedure code to the format suggested by Ken Henderson in The Guru's Guide to Transact-SQL. I am asking for a pretty-print program. I am willin...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21656852.html
Has anyone heard of PGP Pretty Good Privacy?..Is it all that it's blown up to be?..If so, are there any disadvantages?
http://www.experts-exchange.com/OS/Miscellaneous/Q_21603099.html
What is the current stable of software that will make vb^ code prettier, according to my rules. Granted, I can do a lot of things by importing into VB.NET and have it auto-adjust, but there are som...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21703920.html
Zones:
Visual BasicDate Answered: 01/23/2006 Grade: A Views: 0
I need a general rounded font that I can use for website headers that always looks good. Doesn't have to be a web-safe font, but has to be free to download.
Thanks!
http://www.experts-exchange.com/Web_Development/Fonts/Adobe_Type_Manager/Q_22781512.html
...
if (i>0) {
// error occured
document.new_record.submit_new.disabled=false;
return false;
} else {
// OK! submit form
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21375282.html
Zones:
JavaScriptDate Answered: 04/04/2005 Grade: A Views: 0
I have found Notepad to be pretty handy for editing HTML. But have found VS has a pretty nice tool for editing CSS files.
Does VS have any value for editing HTML? Or is it an onerous code gene...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_22049978.ht...
Zones:
HTMLDate Answered: 11/06/2006 Grade: A Views: 0