Private Sub Generate(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Generatebtn.Click PictureBox1.ImageLocation = "http://www.yugiohcardmaker.net/ycmaker/createcard.php?name=" + NameTB.Text + "&cardtype=" + CardtypeLB.Text + "&subtype=" + SubTypeLB.Text + "&attribute=" + AttributeLB.Text + "&level=" + Level.Value + "&magictraptype=" + SpelltypeLB.Text + "&rarity=" + RarityLB.Text + "&picture=" + URLTB.Text + "&set1=" + set1TB.Text + "&set2=" + Set2tb.Text + "&inset=false&type=" + TypeTB.Text + "&description=" + DescTB.Text + "&circulation=" + CirculationTB.Text + "&atk=" + ATKTB.Text + "&def=" + DEFTB.Text + "&creator=" + AuthorTB.Text + "year=" + YearTB.Text + "&serial=" + SNumTB.Text End Sub
I want to create an 'Image Generation' Program with a little help from YugiohCartMaker.net, and when i try to generate, this error appears...
Conversion from string "http://www.yugiohcardmaker.net/y" to type 'Double' is not valid.
Also a question... why does it stop with "/y" and not with "/ycmaker/createcard.php?name="?
Thanks

New Topic/Question
Reply




MultiQuote




|