March 30th, 2010 02:31 PM
Thanks for all suggestions and reply.
I'll read about Citrix thanks.
March 30th, 2010 11:25 AM
Thanks for your reply but I have no time to do that so I leave this option as last solution
Thanks alot
March 30th, 2010 11:11 AM
I built an system using MFC dialuge and you can considre it like question answering system take its knowledge from Access DB and the system is just one interface like any chatting...
November 1st, 2009 12:02 PM
Thanks alot for your help. its works fine.
best regards,
November 1st, 2009 10:32 AM
I am new with MFC and I have an dialog interface contains an button, input box(edit control), and output box(edit control or list control).
Mainly my problem is when I entered something in the...
October 31st, 2009 10:39 AM
its working fine you are right
Thanks alot
October 31st, 2009 06:36 AM
Thank you for all of you .
Its not working when I make the initialization in a Dialog class and in the Initinistance and even in the constructor of ProjectName class.
but its working when Iam...
October 30th, 2009 09:54 AM
Hi all,
I am using MFC dialog application and I have some global variables.
I am struggling with where and how I can declare an external function to make initialization for external or global...
October 19th, 2009 10:32 AM
Thank you for your help. its work fine
October 19th, 2009 06:08 AM
Dear all,
I am using MFC dialog application to get an text input from the user and make processing on it and then reply with response but I need to declare some variables to be working throughout...
October 9th, 2009 09:39 AM
I means that no changes occurs on the field.
please any help
October 9th, 2009 08:16 AM
Yes I tried dynaset ,snapshot and dynamic and they are not working as well.
October 9th, 2009 06:48 AM
Hi all,
I am struggling with one of my system's modules which is I need to edit filed's value in the data source depending on some variables.
My problem is I stuck with Recordset type because I...
August 27th, 2009 09:33 AM
I can't believe that I spend two days to search about the problem and finally the problem was with like you said semicolon :)
Thank you very much
August 27th, 2009 08:21 AM
Hi all,
I have many compilation errors in my solutions and the type of errors are very different.
I am developing an MFC dialog application with visual studio 2005 and the follwoing is one of...
August 19th, 2009 12:27 PM
Thanks for all but I need to make it without an regular expression using.
I had some trials but still my function is not working well.
I appreciate any help.
Thanks
August 19th, 2009 06:04 AM
Hi all,
I tried to make an matching between two strings the first is Pattern(" * weather * ") and the second is the user's input like User_str(" how is the weather in London? "), so these two...