Right, use vbNewLine to get to next line...
Help with new window in InputBox
Collapse
X
-
Quick way to get to form load is to fire your app:Originally posted by KuboOh come on... why me?!When I put
It gives me an error:Code:TextBox1 = "Pita is good for ya"
Value of type 'String' cannot be converted to 'System.Windows .Forms.TextBox' .
Can you explain me that and a solution to it?And yeah, I have a textbox.Also I haven't tested it yet, so how do you activate the InputBox? You press a button or what?Because before it I pressed the button and it came up. How do I do it now? Sorry for wanting those things immediatly, but I need them as I told you before.
Thanks once more
(1) Got to View above, left
(2) Choose Code
(3) Look for form in General dropdown
Once form is selected, VB will add part of the code. You should delete the VB generated code then add what you have with Form_Load in it, that should set you right. Take Sammy's advice and modify to Textbox1.Text, Textbox2.Text respectively, and Pita should be good for you this time :-)
Have fun!
DököllComment
-
Wow, thanks, everything works now. Hey guys, now that I'm finished, to make an .exe file (only an exe file) of my project, where do I go? I want only the .exe file, and btw I'm using Visual Basic 2005 Express Edition. So could you help me with this final thing? I would appreciate it much if you did. Thanks for everything!!!Comment
-
See http://www.thescripts.com/forum/thread620624.htmlOriginally posted by KuboWow, thanks, everything works now. Hey guys, now that I'm finished, to make an .exe file (only an exe file) of my project, where do I go? I want only the .exe file, and btw I'm using Visual Basic 2005 Express Edition. So could you help me with this final thing? I would appreciate it much if you did. Thanks for everything!!!Comment
Comment