April 19th, 2006 01:38 AM
I want to invoke dialog A or B depending upon my requirements.
April 19th, 2006 01:12 AM
Hi all,
Can we add two dialogs to the same class?
Consider two dialogs A and B of class clz.
now if i make a call as
clz obj;
obj.DoModal();
here which dialog is invoked.
...
April 15th, 2006 12:37 AM
Ya jayender thats required but it isnt alone solve the problem.we need to override the onnotify function as said above.
April 14th, 2006 11:11 PM
Hello all,
Thanks a lot.I solved by using following code.
BOOL CAddASDU::OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult)
{
// TODO: Add your specialized code here and/or call...
April 14th, 2006 05:48 AM
April 14th, 2006 04:45 AM
Having problems about right clicking on an item in a tree control. The item
that is clicked on is not the right one.
If I have three items in a tree.
Here is my problem. I click on the first item...
January 3rd, 2006 03:56 AM
DoDataExchange function is in class B.
January 3rd, 2006 03:07 AM
Yes,Exactly the class A is derived from dialog class.and i am using its context.then also i am getting error.
January 3rd, 2006 12:33 AM
HI,
There are two classes A and B as follows
class A
{
public:
update_host(CString hostname);
December 31st, 2005 12:23 AM
Hi,
There are two classes A and B.
class A
{
void a1(char )
}
December 30th, 2005 05:59 AM
HI ,
What i feel is, if u use sleep and if there are any updates at that time then you will miss those updates.so,instead of sending the updates in that thread,put the updates in a message queue...
December 29th, 2005 01:26 AM
HI all,
how to get the ip addresses of all the computers connected to a local area network.it would be helpful if anybody gives the functions or the code.Thank you
Regards,
Harsha.
December 19th, 2005 04:07 AM
Hi all,
Thanks all.My problem got solved by using extern "c" and __cplusplus.The solution given by NMTOP40 worked.Thanks a lot.
Regards,
Harsha.
December 19th, 2005 04:00 AM
Hello,
I suggest to go on for the TCP/IP protocol.Its better to create two threads one for capturing data and another for sending data.Its better to use queues but addition to that a...
December 17th, 2005 04:11 AM
my name is harsh.my user name is harshandu which means me and you.
December 16th, 2005 11:44 PM
Hi,
how to call a c++ function from a c program.my code
abc.h file
class one
{
private :
public: