Home All Groups Group Topic Archive Search About
Author
25 Mar 2010 5:39 AM
shadow-monster via DotNetMonster.com
Good Day,

I need help with my combox and textbox. I want my combobox and my textbox to
remember what the user had input to them. Unfortunately i don't have a
knowledge on how i would code my button to save it.


Thanks much,


Author
25 Mar 2010 6:34 AM
shadow-monster via DotNetMonster.com
shadow-monster wrote:
>Good Day,
>
>I need help with my combox and textbox. I want my combobox and my textbox to
>remember what the user had input to them. Unfortunately i don't have a
>knowledge on how i would code my button to save it.
>
>Thanks much,


Do i need to create a database for my combobox to remember the last item that
i selected?

Everytime i close my program my combobox and textbox are still blank

Author
25 Mar 2010 7:52 AM
Cor Ligthert[MVP]
There are endless ways to solve this.

If you are a beginner then start with writing the items of the combobox to
disk by using a streamwriter and reading those again with a streamreader.

Around this are enormous much samples on MSDN

http://msdn.microsoft.com

Cor

"shadow-monster via DotNetMonster.com" <u58543@uwe> wrote in message
news:a585f71ba053b@uwe...
Show quoteHide quote
> shadow-monster wrote:
>>Good Day,
>>
>>I need help with my combox and textbox. I want my combobox and my textbox
>>to
>>remember what the user had input to them. Unfortunately i don't have a
>>knowledge on how i would code my button to save it.
>>
>>Thanks much,
>
>
> Do i need to create a database for my combobox to remember the last item
> that
> i selected?
>
> Everytime i close my program my combobox and textbox are still blank
>
> --
> Message posted via DotNetMonster.com
> http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-vb-net/201003/1
>