Click here to Skip to main content
15,906,273 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSpearate the Words in a file name Pin
vijay24829-Sep-09 22:44
vijay24829-Sep-09 22:44 
AnswerRe: Spearate the Words in a file name Pin
Eddy Vluggen9-Sep-09 23:01
professionalEddy Vluggen9-Sep-09 23:01 
GeneralMessage Closed Pin
9-Sep-09 23:30
vijay24829-Sep-09 23:30 
GeneralRe: Spearate the Words in a file name Pin
Christian Graus10-Sep-09 0:25
protectorChristian Graus10-Sep-09 0:25 
GeneralMessage Closed Pin
10-Sep-09 1:26
vijay248210-Sep-09 1:26 
GeneralRe: Spearate the Words in a file name[SOLVED] Pin
Gideon Engelberth11-Sep-09 3:24
Gideon Engelberth11-Sep-09 3:24 
GeneralRe: Spearate the Words in a file name[SOLVED] Pin
vijay248215-Sep-09 1:50
vijay248215-Sep-09 1:50 
QuestionTrying to save more then one textbox ?? Pin
Bob Beaubien9-Sep-09 18:49
Bob Beaubien9-Sep-09 18:49 
Hello every one
I am trying to save more then one textbox
i found this code on youtube and it worked
but it did not when i repet the code for the other textboxs

'Save Settings Button
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Settings.SaveSet = TextBox3.Text
        Settings.SaveSet = TextBox4.Text
        Settings.SaveSet = TextBox5.Text
        Settings.SaveSet = TextBox6.Text
        Settings.SaveSet = TextBox7.Text
        Settings.SaveSet = TextBox8.Text
       
        Settings.Save()
    End Sub

'Load Setting Button
    Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
        TextBox3.Text = Settings.SaveSet
        TextBox4.Text = Settings.SaveSet
        TextBox5.Text = Settings.SaveSet
        TextBox6.Text = Settings.SaveSet
        TextBox7.Text = Settings.SaveSet
        TextBox8.Text = Settings.SaveSet
    End Sub


Thanks for all of your help everyone
AnswerRe: Trying to save more then one textbox ?? Pin
Christian Graus9-Sep-09 18:57
protectorChristian Graus9-Sep-09 18:57 
AnswerRe: Trying to save more then one textbox ?? Pin
Luc Pattyn10-Sep-09 0:48
sitebuilderLuc Pattyn10-Sep-09 0:48 
AnswerRe: Trying to save more then one textbox ?? Pin
εїзεїзεїз10-Sep-09 7:08
εїзεїзεїз10-Sep-09 7:08 
GeneralRe: Trying to save more then one textbox ?? Pin
Bob Beaubien10-Sep-09 8:02
Bob Beaubien10-Sep-09 8:02 
GeneralRe: Trying to save more then one textbox ?? Pin
εїзεїзεїз10-Sep-09 10:34
εїзεїзεїз10-Sep-09 10:34 
GeneralRe: Trying to save more then one textbox ?? Pin
Bob Beaubien10-Sep-09 10:37
Bob Beaubien10-Sep-09 10:37 
GeneralRe: Trying to save more then one textbox ?? Pin
Christian Graus10-Sep-09 12:16
protectorChristian Graus10-Sep-09 12:16 
QuestionHow we recognition Time Between 2 Time??? Pin
faravani9-Sep-09 18:48
faravani9-Sep-09 18:48 
AnswerRe: How we recognition Time Between 2 Time??? Pin
Christian Graus9-Sep-09 18:54
protectorChristian Graus9-Sep-09 18:54 
AnswerRe: How we recognition Time Between 2 Time??? Pin
εїзεїзεїз10-Sep-09 6:47
εїзεїзεїз10-Sep-09 6:47 
Questionnumbrix puzzle Pin
rbjanaki9-Sep-09 15:21
rbjanaki9-Sep-09 15:21 
AnswerRe: numbrix puzzle Pin
Luc Pattyn9-Sep-09 15:25
sitebuilderLuc Pattyn9-Sep-09 15:25 
AnswerRe: numbrix puzzle Pin
Christian Graus9-Sep-09 16:07
protectorChristian Graus9-Sep-09 16:07 
AnswerRe: numbrix puzzle Pin
rbjanaki9-Sep-09 16:15
rbjanaki9-Sep-09 16:15 
GeneralRe: numbrix puzzle Pin
Christian Graus9-Sep-09 16:42
protectorChristian Graus9-Sep-09 16:42 
GeneralRe: numbrix puzzle Pin
εїзεїзεїз10-Sep-09 7:19
εїзεїзεїз10-Sep-09 7:19 
GeneralRe: numbrix puzzle Pin
rbjanaki10-Sep-09 8:06
rbjanaki10-Sep-09 8:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.