did you #include MyClass.h in Form1.h file. Also please make sure your are using same namespaces in both files, Other wise use the namespace statement in form1.h file.
You can create a member variable of your method class in your form/dialog class. You can also create a variable of method class in onClick function of your button. see following example.
How did you want to search the customer and edit its record. By its name, id or something else? If you can store each customer information in one line then it might be easy to read text file line by...
This code seems incomplete and missing other parts.
In your sample its a listening socket and accepting connections, Its missing initialization parts for example (socket function to create socket ...
Thanks Paul, It worked for me. I was thinking it might be an issue with XML encoding (How to insert non-english characters in xml file). but found out that there are lot of escape characters. Thanks.
Its a huge list, it means these characters are not allowed in XML. I cannot code for all these escape characters and my encrypted password can contain any character. Is there...
It might be an easy solution, but I need help around this issue.
If I load xml file which contains following text. It failed because I am using encrypted characters in Password.
Well set is used for the storage and retrieval of data from a collection in which the values of the elements contained are unique and serve as the key values according to which the data is...
Thanks for your help , but i m quite ok with database design here. I have this issue at FrontEnd not on BackEnd. I m talking about DotNet System.Data.DataRelation.