我正在制作一个程序,用于存储要相应保存和加载的食谱信息。
我想知道是否有办法从2个单独的文本框中存储不同的成分和数量。
我的布局可以在这里找到:
http://i1281.photobucket.com/albums/a510/HerpDerp691/lol_zps23f0e2cf.png
这是按下“添加”按钮时的代码。
Private Sub AddIngredientButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddIngredientButton.Click
IngredientsLabel.Text = AddIngredientBox.Text
IngredientsAmountLabel.Text = AmountBox.Text
End Sub
我希望这有帮助!如果您需要更多代码,请询问。
感谢您的帮助!
答案 0 :(得分:1)
您应该在ListView control中使用View = Details,以便以表格形式列出成分,例如
Ingredient |Amount
-------------------------|-----------------------
foo |1kg
bar |35g