Originally posted by salvelinus Like vb6, an input box returns a value. You don't have anything on the left side of the inputbox to assign a value to. In your example:
strName = InputBox("Please.......)
hmm is that available in the .net framework classes? (I only see it in the VB compatibility classes)
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB ) VB.NET to C# conversion tips!!
you should steer away from using InputBoxes in vb.net , they will work but depend on the microsoft visual basic runtime
the best thing is to create your own custom inputboxes.
~ if a post is resolved, please mark it as [Resolved] protected string get_Signature(){return Censored;} [vbcode][php] please use code tags when posting any code [/php][/vbcode]
ok ill make custom Input boxes but how would i be able to make one :P Do u mean just take like a Form and add text box and a label.... make it small and call it a inputbox ?
Cuz what i was looking for overall in this project is for me to make a Program that Would ask the persons name then search this Database...(Doesnt exists yet) and see if they are a member... then proceed to main page.... unless there name isnot in there... then i wish for them to be able to create a name and store it in this Database.... what kinda Database should i use..... (Confuseing i know... couldnt figure out a way for me to better state it) remember im Noob