Hi all
Can someone help me with resource manager concepts.
I wat to have all resource files in one separate folder and access them using a resource manager.
In a way, one project hacing just recource files and no code and another project doing all tht is required to load and initialise the forms etc which are there in the other project.
Any help will be invaluable
Stuck for a long time now.
Thanking you all
Siddhartha
Answers (2)
0
write this code in new class file and you can call it any form
0
I also write this code..
but how i will call this code on different form .
0
Regex pattern = new Regex(@"(?<!\d)\d{10}(?!\d)");
if(pattern.isMatch(socialSecNumber))
{
//Do something
return true;
}
else
{
return false;
}