how can i create a UI without .net framework involve?
I wish to create an windows form ..where that UI can run without any .net framework...how its possible .If any possibility ,give me the right solution..Thanks..
Changed TypeRajakumar.SThursday, October 08, 2009 7:01 AM
Rajakumar.S Thursday, October 08, 2009 6:30 AM
Use native C++ code. Start a Win32 window project.