Click here to Skip to main content
15,891,316 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Cell alignment in DataGridView Pin
DA_Loring16-Jan-07 22:45
DA_Loring16-Jan-07 22:45 
QuestionGRID Pin
AkshatSharma16-Jan-07 1:08
AkshatSharma16-Jan-07 1:08 
QuestionHow can I Download multiple file in ftp with .net Pin
Pravat Maskey16-Jan-07 0:41
Pravat Maskey16-Jan-07 0:41 
AnswerRe: How can I Download multiple file in ftp with .net Pin
shreekar16-Jan-07 0:54
shreekar16-Jan-07 0:54 
QuestionPrint preivew Pin
Socheat.Net16-Jan-07 0:10
Socheat.Net16-Jan-07 0:10 
AnswerRe: Print preivew Pin
shreekar16-Jan-07 17:41
shreekar16-Jan-07 17:41 
QuestionRe: Print preivew [modified] Pin
shreekar16-Jan-07 0:58
shreekar16-Jan-07 0:58 
QuestionListbox name edit Pin
Ultima Reborn15-Jan-07 23:58
Ultima Reborn15-Jan-07 23:58 
Okay i was wondering how i could change the name in the list box on an amend feature.

so far i got

<br />
<br />
Dim Rum As Integer<br />
<br />
        If listbox1.SelectedIndex = -1 Then<br />
            Exit Sub<br />
        End If<br />
<br />
        Num = listbox1.SelectedIndex<br />
<br />
        frm1.R.Rt = txtRtText<br />
        frm1.R.Rp = CSng(txtrp.Text)<br />
<br />
        <br />
        frm1.Rooms(Rum) = frm1.Room<br />
        <br />
	txtRt.Clear()<br />
        txtRp.Clear()<br />


It changes it in "rt" and "rp" but wont change the name in the list box
AnswerRe: Listbox name edit Pin
Dave Kreskowiak16-Jan-07 5:45
mveDave Kreskowiak16-Jan-07 5:45 
GeneralRe: Listbox name edit Pin
Ultima Reborn16-Jan-07 7:26
Ultima Reborn16-Jan-07 7:26 
GeneralRe: Listbox name edit Pin
Dave Kreskowiak16-Jan-07 7:56
mveDave Kreskowiak16-Jan-07 7:56 
GeneralRe: Listbox name edit Pin
Ultima Reborn16-Jan-07 8:43
Ultima Reborn16-Jan-07 8:43 
GeneralRe: Listbox name edit Pin
Dave Kreskowiak16-Jan-07 9:22
mveDave Kreskowiak16-Jan-07 9:22 
QuestionValidate All controls on form Pin
priya_p23315-Jan-07 23:09
priya_p23315-Jan-07 23:09 
AnswerRe: Validate All controls on form Pin
shreekar16-Jan-07 1:03
shreekar16-Jan-07 1:03 
Questiontheatre booking system [modified] Pin
kendo1715-Jan-07 22:50
kendo1715-Jan-07 22:50 
AnswerRe: theatre booking system Pin
Christian Graus16-Jan-07 1:05
protectorChristian Graus16-Jan-07 1:05 
GeneralRe: theatre booking system Pin
Dave Kreskowiak16-Jan-07 8:10
mveDave Kreskowiak16-Jan-07 8:10 
GeneralRe: theatre booking system Pin
Christian Graus16-Jan-07 8:20
protectorChristian Graus16-Jan-07 8:20 
GeneralRe: theatre booking system Pin
Dave Kreskowiak16-Jan-07 9:20
mveDave Kreskowiak16-Jan-07 9:20 
QuestionBinary .dat files in VB .Net Pin
KeithF15-Jan-07 22:49
KeithF15-Jan-07 22:49 
QuestionDisable Lock Computer Button Pin
Kumaran21cen15-Jan-07 22:01
Kumaran21cen15-Jan-07 22:01 
AnswerRe: Disable Lock Computer Button Pin
Christian Graus15-Jan-07 22:05
protectorChristian Graus15-Jan-07 22:05 
AnswerRe: Disable Lock Computer Button Pin
Sachin Pimpale15-Jan-07 22:06
Sachin Pimpale15-Jan-07 22:06 
AnswerRe: Disable Lock Computer Button Pin
Dave Kreskowiak16-Jan-07 4:35
mveDave Kreskowiak16-Jan-07 4:35 

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.