Click here to Skip to main content
15,914,109 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
UniqueMacID is comparing with Other System MacID While Installing the any Software. Both Mac Id's are Different all the time but I should get alert message while installing the software.
Posted
Updated 29-Mar-12 21:32pm
v3
Comments
Xeshan Ahmed 30-Mar-12 3:57am    
What exactly you want ?
Xeshan Ahmed 30-Mar-12 3:58am    
insufficient information
siri2012 30-Mar-12 6:38am    
I want to set one unique Mac Id in my program. Total Software i want to install in
another system my unique Mac Id and Installing System Mac Id need Validate both Mac Id's are same or not.
Definitely both are different. so I should get alert message while installing time.
Xeshan Ahmed 30-Mar-12 6:53am    
simply save both MAC ID's is same format in any string and compare both strings
Xeshan Ahmed 30-Mar-12 6:54am    
use following Regex for validating MAC
Regex macRegex = new Regex(@"^([0-9a-fA-F][0-9a-fA-F]:){5}([0-9a-fA-F][0-9a-fA-F])$");

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900