![]() |
|
VB.NET Themes Windows.Forms Error FIXED - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: VB.NET Themes Windows.Forms Error FIXED (/Thread-VB-NET-Themes-Windows-Forms-Error-FIXED) |
VB.NET Themes Windows.Forms Error FIXED - kokiprik - 12-28-2017 Hi all! I just want to post a little error fix. This error occurs when you copy and paste a theme into a class. You'll sometimes notice some errors that say windows.forms.*WHATEVER* and i was stuck as how to fix this error. But i found that if you add system. to the beginning (system.windows.forms.*WHATEVER*) then it would fix it. I know some poeple may think im dumb for posting this but i just thought it might be helpful to someone. :-| lol |