Embeding all Application settings while compiling.
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! this is an emergency. I have made a software that uses many fonts, transparency options in the skin and many more settings that works well on my computer as it has all the necessary fonts and .net framework 3 but when running on other machines 1)They don't have the fonts I've used. 2)They only have .net framework 2.(in my class) 3)I have used a background image and made yellow as the transparent key this works well on my machine but on other machines the yellow edges of the background are visible. I heard you can embed all the necessary system files with application on compiling, but I searched everywhere and couldn't find a single detailed explanation anywhere so I came here as a last resort. So, Pls someone help me.