December 12th, 2004 10:22 AM
in additional to it... if i dont register the control shortcuts of command button, is there an effect to it?
December 12th, 2004 10:20 AM
i cant post the code because i havent started to put short cuts... anyway ill give you the logical flow what i wanted to do...
in my dialog, i have several controls like radio button(3), check...
December 12th, 2004 09:53 AM
i forgot to add... im using sdi application and all modules are in modal state....
so every dialog that pops-up will have different shortcut approaches...
i need some code samples to be my pattern...
December 12th, 2004 09:41 AM
can you give me a code snipet so i can have a good pattern... thats all..
December 12th, 2004 07:17 AM
good day to all!i try to check some thread regarding shortcut keys but i cant find a good one.
the scenario here is that i want to impliment actions using keyboard inputs. I may press f1-f8 and...
December 12th, 2004 07:01 AM
it would be easier for you if you use ADO connection...
you map your db thru DSN or DSNless connectivity...
October 14th, 2004 02:50 AM
thanks mr.gstercken...
i just looking about this area due to optimization of codes regards of usage and implimentation in a system.... some of my officemates always use the UpdateData function...
October 14th, 2004 01:38 AM
i see.. i always find some of the codes from former officemates and sample codes in the net that uses the UpdateData function just to reflect/retrieve the values to the control and vice versa. im...
October 14th, 2004 01:05 AM
Im experimenting something in my codes in MFC...
i use GetDlgItem function rather than creating a variable for a specific control (to avoid using UpdateData function).
Which is better among them?...
September 1st, 2004 01:22 AM
To mick: how can i use the HRESULT command? how can i change it to CString so i can pop it as message box...
To Kuphryn : Im trying to use the Olly Debugger... hope i understand some of its...
August 31st, 2004 05:46 AM
is it possible that msado15.dll could be corrupted or something? i tried to compiled my program in another computer and transferred the released exe and it works very well... the only error that...
August 30th, 2004 09:12 PM
to kuphryn: how can i use the SoftIce program? Im using VC++ 6.0... i found an analysis tool Gimpel Lint but i can't afford to buy it... is there any other tools that i can used to analyze my codes?
August 30th, 2004 08:20 PM
i already created the exe file under Win32 Release... the program starts to excute giving my login... to give everybody an overview of my connection, i put my _ConnectionPtr under my AppClass named...
August 30th, 2004 09:09 AM
Hello guys! I have encountered another problem about releasing of exe files in Release mode. It works on my pc after i configure and compiled it so i think i will have no problem when distributing to...
August 26th, 2004 10:46 PM
my additional codes are here:
//Cpp file of CItem Class
CItem::CItem()
{
Initialize();
}
CItem::~CItem()
{
August 26th, 2004 10:38 PM
Good day to all! i just have a question regarding copy constructor... i created some plain class which i just based from an example of CToken Class that never used a copy constructor... is copy...