Click here to Skip to main content
15,911,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DataGridView Pin
pkrvb22-Aug-07 23:31
pkrvb22-Aug-07 23:31 
Questionget the tables names from mdb file Pin
enmahdi22-Aug-07 21:46
enmahdi22-Aug-07 21:46 
AnswerRe: get the tables names from mdb file Pin
Rupesh Kumar Swami22-Aug-07 22:38
Rupesh Kumar Swami22-Aug-07 22:38 
QuestionExporting data into XL Pin
Ahamed Azeem22-Aug-07 21:43
Ahamed Azeem22-Aug-07 21:43 
AnswerRe: Exporting data into XL Pin
Steven J Jowett22-Aug-07 22:34
Steven J Jowett22-Aug-07 22:34 
GeneralRe: Exporting data into XL Pin
Ahamed Azeem22-Aug-07 23:27
Ahamed Azeem22-Aug-07 23:27 
GeneralRe: Exporting data into XL Pin
Steven J Jowett22-Aug-07 23:51
Steven J Jowett22-Aug-07 23:51 
QuestionHow to perform different actions with one handler Pin
Amer Rehman22-Aug-07 21:37
Amer Rehman22-Aug-07 21:37 
Hi Please tell me in some lines of code.How can I perform differnt actions for controls that I have created at runtime.e.g. display the name of control.

Code snippet is

Dim x, y As Integer
For i As Integer = 1 To 10
y += 25
btn = New Button
btn.Location = New Point(x, y + 25)
btn.Size = New Size(70, 25)
btn.Name = "Button" & i.ToString
btn.Text = "Button" & i.ToString
Controls.Add(btn)

AddHandler btn.Click, AddressOf btn_Click

Next i

Private Sub btn_Click(ByVal sender As Object, ByVal e As System.EventArgs)

'Display the control name that was clicked


End Sub


reman
AnswerRe: How to perform different actions with one handler Pin
Luc Pattyn23-Aug-07 1:19
sitebuilderLuc Pattyn23-Aug-07 1:19 
AnswerRe: How to perform different actions with one handler Pin
Dave Kreskowiak23-Aug-07 3:35
mveDave Kreskowiak23-Aug-07 3:35 
Questionhow can i display data in listbox? Pin
Rharzkie22-Aug-07 21:33
Rharzkie22-Aug-07 21:33 
AnswerRe: how can i display data in listbox? Pin
enmahdi22-Aug-07 22:02
enmahdi22-Aug-07 22:02 
Questionhow i can fetch list box with Names vb. net? Pin
RaveRare22-Aug-07 20:59
RaveRare22-Aug-07 20:59 
AnswerRe: how i can fetch list box with Names vb. net? Pin
Michael Sync22-Aug-07 21:34
Michael Sync22-Aug-07 21:34 
GeneralRe: how i can fetch list box with Names vb. net? Pin
RaveRare22-Aug-07 22:40
RaveRare22-Aug-07 22:40 
GeneralRe: how i can fetch list box with Names vb. net? Pin
Michael Sync22-Aug-07 23:34
Michael Sync22-Aug-07 23:34 
QuestionHow to decode mail attachment [modified] Pin
rahul.net1122-Aug-07 20:43
rahul.net1122-Aug-07 20:43 
Questionfind the control char in a string Pin
eyes200722-Aug-07 20:33
eyes200722-Aug-07 20:33 
AnswerRe: find the control char in a string Pin
Johan Hakkesteegt23-Aug-07 1:31
Johan Hakkesteegt23-Aug-07 1:31 
Questioninstall mysql Pin
praveenkumar_mca22-Aug-07 20:01
praveenkumar_mca22-Aug-07 20:01 
AnswerRe: install mysql Pin
plural22-Aug-07 22:59
plural22-Aug-07 22:59 
QuestionExport Data in MS EXCEL Pin
Wlink22-Aug-07 19:50
Wlink22-Aug-07 19:50 
AnswerRe: Export Data in MS EXCEL Pin
Michael Sync22-Aug-07 20:33
Michael Sync22-Aug-07 20:33 
GeneralRe: Export Data in MS EXCEL Pin
Wlink22-Aug-07 21:02
Wlink22-Aug-07 21:02 
QuestionRead a Excel File using Vb6.0 Pin
jamesrajesh22-Aug-07 18:36
jamesrajesh22-Aug-07 18:36 

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.