Click here to Skip to main content
15,886,963 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to find Code for GoogleToolbar1.dll Pin
progload9-Mar-06 5:34
progload9-Mar-06 5:34 
Questionhow to Stop Timer?? Pin
campbells9-Mar-06 0:27
campbells9-Mar-06 0:27 
AnswerRe: how to Stop Timer?? Pin
Joshua Quick9-Mar-06 11:28
Joshua Quick9-Mar-06 11:28 
QuestionHelpProvider Issue Pin
Jason Stamp8-Mar-06 22:24
Jason Stamp8-Mar-06 22:24 
Questioncount total row in datagrid Pin
vivek_pon8-Mar-06 21:50
vivek_pon8-Mar-06 21:50 
AnswerRe: count total row in datagrid Pin
kostasdiktia28-Mar-06 22:31
kostasdiktia28-Mar-06 22:31 
GeneralRe: count total row in datagrid Pin
FeRtoll9-Mar-06 0:18
FeRtoll9-Mar-06 0:18 
Questionplay sound Pin
suppachai Ratchanoo8-Mar-06 21:04
suppachai Ratchanoo8-Mar-06 21:04 
Hi: help code program play sound wav from path "C:\dicsound\sound\..."soundfilename" by SELECT * From diccom ORDER BY id_dic ASC

///////////////////////////////////////////////////////////////////////
Private Sub ShowPostion()
'Dim Oledr As OleDbDataReader
Dim oleCmd As OleDbCommand
Dim sqlTmp As String
Dim box As New PictureBox

sqlTmp = "SELECT * From diccom ORDER BY id_dic ASC"


Cursor.Current = Cursors.WaitCursor
With Conn
If .State = ConnectionState.Open Then .Close()
.ConnectionString = strConn
.Open()

End With

oleCmd = New OleDbCommand

daPro = New OleDbDataAdapter(sqlTmp, Conn)
daPro.Fill(ds, "testdic")

TextBox1.Text = (ds.Tables("testdic").Rows(0).Item("id_dic"))
TextBox2.Text = (ds.Tables("testdic").Rows(0).Item("read_dic"))
TextBox3.Text = (ds.Tables("testdic").Rows(0).Item("sub_dic"))
TextBox4.Text = (ds.Tables("testdic").Rows(0).Item("content_dic"))
TextBox5.Text = (ds.Tables("testdic").Rows(0).Item("sample_dic"))
soundbox.Text = (ds.Tables("testdic").Rows(0).Item("soundFilename"))


Conn.Close()

asp dropdownlist for access
QuestionGraficos en Visual Basic Pin
ronnie_leo8-Mar-06 18:44
ronnie_leo8-Mar-06 18:44 
AnswerRe: Graficos en Visual Basic Pin
Steve Pullan8-Mar-06 18:48
Steve Pullan8-Mar-06 18:48 
AnswerRe: Graficos en Visual Basic Pin
progload8-Mar-06 19:58
progload8-Mar-06 19:58 
Questionstoring images in database for dating site. Pin
uglyeyes8-Mar-06 18:08
uglyeyes8-Mar-06 18:08 
AnswerRe: storing images in database for dating site. Pin
Steve Pullan8-Mar-06 18:45
Steve Pullan8-Mar-06 18:45 
AnswerRe: storing images in database for dating site. Pin
Steve Pullan8-Mar-06 18:53
Steve Pullan8-Mar-06 18:53 
GeneralRe: storing images in database for dating site. Pin
uglyeyes9-Mar-06 1:24
uglyeyes9-Mar-06 1:24 
GeneralRe: storing images in database for dating site. Pin
Steve Pullan9-Mar-06 11:09
Steve Pullan9-Mar-06 11:09 
GeneralRe: storing images in database for dating site. Pin
uglyeyes9-Mar-06 17:03
uglyeyes9-Mar-06 17:03 
Questionhow to clear datagridview w/c is data-bound Pin
thepityone8-Mar-06 17:52
thepityone8-Mar-06 17:52 
AnswerRe: how to clear datagridview w/c is data-bound Pin
abhinish8-Mar-06 18:11
abhinish8-Mar-06 18:11 
QuestionVB.NET / MS Access Threading Issue... Pin
mayhem_rules8-Mar-06 17:51
mayhem_rules8-Mar-06 17:51 
QuestionIssue on the List Items Collection Editor Class Pin
KaKa'8-Mar-06 15:19
KaKa'8-Mar-06 15:19 
AnswerRe: loan payment Pin
Steve Pullan8-Mar-06 15:32
Steve Pullan8-Mar-06 15:32 
GeneralRe: loan payment Pin
Garth J Lancaster8-Mar-06 15:39
professionalGarth J Lancaster8-Mar-06 15:39 
GeneralRe: loan payment Pin
Tank528-Mar-06 16:06
Tank528-Mar-06 16:06 
GeneralRe: loan payment Pin
Tank528-Mar-06 16:09
Tank528-Mar-06 16:09 

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.