You are viewing our Forum Archives. To view or take place in current topics click here.
Invalid Resx file. Argument 'picture' must be a picture that
Posted:
Invalid Resx file. Argument 'picture' must be a picture thatPosted:
Status: Offline
Joined: Jan 03, 201311Year Member
Posts: 50
Reputation Power: 1
Status: Offline
Joined: Jan 03, 201311Year Member
Posts: 50
Reputation Power: 1
My error is:
Invalid Resx file. Argument 'picture' must be a picture that can be used as a Icon.
Line 125, position 5
I am making a modding program... I tried adding a icon, but i didnt know how... how do i do this..
i am using DotNetBar components... and The default icon for VistaGlass is what i tried changing... i clicked on the form, and tried changing the icon.. should i reset it?
Please help!
Invalid Resx file. Argument 'picture' must be a picture that can be used as a Icon.
Line 125, position 5
I am making a modding program... I tried adding a icon, but i didnt know how... how do i do this..
i am using DotNetBar components... and The default icon for VistaGlass is what i tried changing... i clicked on the form, and tried changing the icon.. should i reset it?
Please help!
#2. Posted:
Status: Offline
Joined: Jan 10, 201311Year Member
Posts: 15
Reputation Power: 0
Status: Offline
Joined: Jan 10, 201311Year Member
Posts: 15
Reputation Power: 0
SocialMods wrote My error is:
Invalid Resx file. Argument 'picture' must be a picture that can be used as a Icon.
Line 125, position 5
I am making a modding program... I tried adding a icon, but i didnt know how... how do i do this..
i am using DotNetBar components... and The default icon for VistaGlass is what i tried changing... i clicked on the form, and tried changing the icon.. should i reset it?
Please help!
Make sure the image is has the extension '.ico' (icon file).
A good website for searching for icons is
[ Register or Signin to view external links. ]
Just search a topic in the search bar, hover your mouse over the image you'd like to save as an icon file, and click the 'ICO' button at the top-right corner of the image to save it.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jan 03, 201311Year Member
Posts: 50
Reputation Power: 1
Status: Offline
Joined: Jan 03, 201311Year Member
Posts: 50
Reputation Power: 1
TomLandonHoppus wroteSocialMods wrote My error is:
Invalid Resx file. Argument 'picture' must be a picture that can be used as a Icon.
Line 125, position 5
I am making a modding program... I tried adding a icon, but i didnt know how... how do i do this..
i am using DotNetBar components... and The default icon for VistaGlass is what i tried changing... i clicked on the form, and tried changing the icon.. should i reset it?
Please help!
Make sure the image is has the extension '.ico' (icon file).
A good website for searching for icons is
[ Register or Signin to view external links. ]
Just search a topic in the search bar, hover your mouse over the image you'd like to save as an icon file, and click the 'ICO' button at the top-right corner of the image to save it.
I actually just deleted a simple line in the Designer.vb . Now it works, but thanks anyways, i will +Rep!
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
If you are going to use an icon from iconarchive, make sure it is commercial free.
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Oct 21, 201014Year Member
Posts: 525
Reputation Power: 24
Status: Offline
Joined: Oct 21, 201014Year Member
Posts: 525
Reputation Power: 24
TomLandonHoppus wroteSocialMods wrote My error is:
Invalid Resx file. Argument 'picture' must be a picture that can be used as a Icon.
Line 125, position 5
I am making a modding program... I tried adding a icon, but i didnt know how... how do i do this..
i am using DotNetBar components... and The default icon for VistaGlass is what i tried changing... i clicked on the form, and tried changing the icon.. should i reset it?
Please help!
Make sure the image is has the extension '.ico' (icon file).
A good website for searching for icons is
[ Register or Signin to view external links. ]
Just search a topic in the search bar, hover your mouse over the image you'd like to save as an icon file, and click the 'ICO' button at the top-right corner of the image to save it.
And incase you have a png file that you want to be an ICO, then you can go to converticon.com to change it
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.