Click here to Skip to main content
15,927,593 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Randomize and Unique Numbers Pin
Guffa4-Jul-06 11:24
Guffa4-Jul-06 11:24 
QuestionAdd Scrollbar Control to my form Pin
Wael Hawari4-Jul-06 5:10
Wael Hawari4-Jul-06 5:10 
AnswerRe: Add Scrollbar Control to my form Pin
Dave Kreskowiak5-Jul-06 5:44
mveDave Kreskowiak5-Jul-06 5:44 
GeneralRe: Add Scrollbar Control to my form Pin
Wael Hawari5-Jul-06 7:44
Wael Hawari5-Jul-06 7:44 
GeneralRe: Add Scrollbar Control to my form Pin
Wael Hawari5-Jul-06 7:45
Wael Hawari5-Jul-06 7:45 
GeneralRe: Add Scrollbar Control to my form Pin
Dave Kreskowiak5-Jul-06 8:24
mveDave Kreskowiak5-Jul-06 8:24 
GeneralRe: Add Scrollbar Control to my form Pin
Wael Hawari5-Jul-06 8:36
Wael Hawari5-Jul-06 8:36 
QuestionNeed Help : insert Row into ... [modified] Pin
elpens4-Jul-06 4:15
elpens4-Jul-06 4:15 
Hi all,

I'm currently trying to add (with a button) rows into tables (html table, asp table or gridView) Mad | :mad: Mad | :mad: Mad | :mad: .

I've tried : (asp:Table)

Private Sub AddRow()
Dim count As Integer = procTable.Rows.Count //never increment !!!
Dim myRow As New TableRow
Dim myCell As New TableCell
myCell.Text = "myCell"
myRow.Cells.Add(myCell)

'this is the asp:Table
procTable.Rows.AddAt(count, myRow)
End Sub

Had anyone an idea???

Thanks a lot

ElpenS

-- modified at 10:26 Tuesday 4th July, 2006
Questiondll Problem in vb 6.0 Pin
bony_baba4-Jul-06 4:02
bony_baba4-Jul-06 4:02 
Questiongood day to all... Pin
moodsey2114-Jul-06 3:08
moodsey2114-Jul-06 3:08 
AnswerRe: good day to all... Pin
Colin Angus Mackay4-Jul-06 12:20
Colin Angus Mackay4-Jul-06 12:20 
AnswerRe: good day to all... Pin
Mekong River4-Jul-06 15:50
Mekong River4-Jul-06 15:50 
AnswerRe: good day to all... Pin
Socheat.Net4-Jul-06 22:38
Socheat.Net4-Jul-06 22:38 
GeneralRe: good day to all... Pin
Mekong River5-Jul-06 0:22
Mekong River5-Jul-06 0:22 
QuestionDVT camera and VB.NET 2003 std Pin
porsti4-Jul-06 3:05
porsti4-Jul-06 3:05 
QuestionApplication log Pin
jon-804-Jul-06 0:46
professionaljon-804-Jul-06 0:46 
AnswerRe: Application log Pin
Guffa4-Jul-06 1:06
Guffa4-Jul-06 1:06 
GeneralRe: Application log Pin
jon-804-Jul-06 5:39
professionaljon-804-Jul-06 5:39 
QuestionError-->strType = CType(sender, MenuItem).Text. Kindly reply a working solution for this. Pin
bpoojas3-Jul-06 23:45
bpoojas3-Jul-06 23:45 
GeneralRe: Error-->strType = CType(sender, MenuItem).Text. Kindly reply a working solution for this. Pin
Guffa4-Jul-06 1:02
Guffa4-Jul-06 1:02 
QuestionNET-1.1: Owner Draw Context Menu Pin
Marco Turrini3-Jul-06 23:17
Marco Turrini3-Jul-06 23:17 
QuestionGet thumbnail for files other than images Pin
JohnWillemse3-Jul-06 22:24
JohnWillemse3-Jul-06 22:24 
QuestionForm Border Style Pin
militiaware3-Jul-06 21:32
militiaware3-Jul-06 21:32 
AnswerRe: Form Border Style Pin
Simple programmer3-Jul-06 23:10
Simple programmer3-Jul-06 23:10 
GeneralRe: Form Border Style Pin
militiaware3-Jul-06 23:21
militiaware3-Jul-06 23:21 

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.