Click here to Skip to main content
15,909,332 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Finding subitems in Listview using LVM_FINDITEM Pin
Dave Sexton18-Oct-06 2:44
Dave Sexton18-Oct-06 2:44 
QuestionUpdating a database using an adapter and datagrid Pin
Mark0618-Oct-06 0:57
Mark0618-Oct-06 0:57 
AnswerRe: Updating a database using an adapter and datagrid Pin
chirughosh18-Oct-06 1:07
chirughosh18-Oct-06 1:07 
GeneralRe: Updating a database using an adapter and datagrid Pin
Mark0618-Oct-06 2:04
Mark0618-Oct-06 2:04 
AnswerRe: Updating a database using an adapter and datagrid Pin
Mark0618-Oct-06 4:22
Mark0618-Oct-06 4:22 
QuestionVB.NET 2005 Startup object Pin
Ganesh India18-Oct-06 0:49
Ganesh India18-Oct-06 0:49 
AnswerRe: VB.NET 2005 Startup object Pin
Christian Graus18-Oct-06 1:00
protectorChristian Graus18-Oct-06 1:00 
GeneralRe: VB.NET 2005 Startup object Pin
Ganesh India18-Oct-06 1:07
Ganesh India18-Oct-06 1:07 
There will be no Static Void Mian() in VB.NET its avilable in c#.net.
If we want to write sub main in Module we hage to write like
Public Sub main()
Dim x As New frmLogin
Dim y = x.ShowDialog()
If y = 1 Then
Dim frm1 As New MDIForm1
frm1.ShowDialog()
End If
'MessageBox.Show(y.ToString())
End Sub
GeneralRe: VB.NET 2005 Startup object Pin
Christian Graus18-Oct-06 1:28
protectorChristian Graus18-Oct-06 1:28 
GeneralRe: VB.NET 2005 Startup object Pin
Ganesh India18-Oct-06 1:30
Ganesh India18-Oct-06 1:30 
GeneralRe: VB.NET 2005 Startup object Pin
Christian Graus18-Oct-06 1:33
protectorChristian Graus18-Oct-06 1:33 
GeneralRe: VB.NET 2005 Startup object Pin
Ganesh India18-Oct-06 1:45
Ganesh India18-Oct-06 1:45 
GeneralRe: VB.NET 2005 Startup object Pin
Dave Sexton18-Oct-06 2:25
Dave Sexton18-Oct-06 2:25 
QuestionHow to send info out the lpt port? Pin
FriendlySoluations18-Oct-06 0:18
FriendlySoluations18-Oct-06 0:18 
AnswerRe: How to send info out the lpt port? Pin
sathish s18-Oct-06 0:42
sathish s18-Oct-06 0:42 
QuestionThe ENTER key Pin
Zaegra17-Oct-06 23:20
Zaegra17-Oct-06 23:20 
AnswerRe: The ENTER key Pin
Christian Graus17-Oct-06 23:37
protectorChristian Graus17-Oct-06 23:37 
AnswerRe: The ENTER key Pin
nlarson1118-Oct-06 3:39
nlarson1118-Oct-06 3:39 
AnswerRe: The ENTER key Pin
Are Jay18-Oct-06 3:52
Are Jay18-Oct-06 3:52 
GeneralRe: The ENTER key Pin
Zaegra18-Oct-06 20:35
Zaegra18-Oct-06 20:35 
QuestionProgressbar Pin
viji]17-Oct-06 22:23
viji]17-Oct-06 22:23 
AnswerRe: Progressbar Pin
Christian Graus17-Oct-06 22:46
protectorChristian Graus17-Oct-06 22:46 
AnswerRe: Progressbar Pin
Mavusana17-Oct-06 23:45
Mavusana17-Oct-06 23:45 
AnswerRe: Progressbar Pin
Dave Kreskowiak18-Oct-06 3:34
mveDave Kreskowiak18-Oct-06 3:34 
Questioncan windows service possible in xp Pin
Pradip Kishore17-Oct-06 21:58
Pradip Kishore17-Oct-06 21:58 

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.