Click here to Skip to main content
15,920,836 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: OK folks - have a good laugh!!!!! Pin
TheComputerMan15-Oct-08 9:21
TheComputerMan15-Oct-08 9:21 
GeneralRe: OK folks - have a good laugh!!!!! Pin
Jon_Boy16-Oct-08 2:46
Jon_Boy16-Oct-08 2:46 
QuestionAuto fit the merged row height Pin
Nilish14-Oct-08 8:57
Nilish14-Oct-08 8:57 
AnswerRe: Auto fit the merged row height Pin
TheComputerMan14-Oct-08 10:19
TheComputerMan14-Oct-08 10:19 
GeneralRe: Auto fit the merged row height Pin
Nilish14-Oct-08 18:17
Nilish14-Oct-08 18:17 
QuestionHow To Convert FLV To AVI With VB.NET? Pin
IndyEmsGuy14-Oct-08 2:26
IndyEmsGuy14-Oct-08 2:26 
AnswerRe: How To Convert FLV To AVI With VB.NET? Pin
Dave Kreskowiak14-Oct-08 3:45
mveDave Kreskowiak14-Oct-08 3:45 
Questionimport text files to data grid Pin
sanddepnamburi14-Oct-08 1:55
sanddepnamburi14-Oct-08 1:55 
i tried the below code but need some more specefic..........



Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Me.ofd1.Filter = "Text Files|*.txt|All Files|*.*"
Me.ofd1.Title = "Select the Text File to Open"
Me.ofd1.FileName = ""
'OpenFileDialog1.InitialDirectory = Application.ExecutablePath
If Me.ofd1.ShowDialog = Windows.Forms.DialogResult.OK Then
Me.txt1.Text = ofd1.FileName
Me.ReadTextFile(txt1.Text)
End If
End Sub
Private Sub ReadTextFile(ByVal sFileName As String)
Dim oSR As System.IO.StreamReader
oSR = System.IO.File.OpenText(sFileName)
Me.RichTextBox1.Text = oSR.ReadToEnd()
End Sub
GeneralRe: import text files to data grid Pin
jzonthemtn14-Oct-08 3:36
jzonthemtn14-Oct-08 3:36 
AnswerRe: import text files to data grid Pin
Dave Kreskowiak14-Oct-08 3:40
mveDave Kreskowiak14-Oct-08 3:40 
AnswerRe: import text files to data grid Pin
Paul Conrad14-Oct-08 7:09
professionalPaul Conrad14-Oct-08 7:09 
QuestionDatabase Date Error Pin
Gagan.2014-Oct-08 1:40
Gagan.2014-Oct-08 1:40 
AnswerRe: Database Date Error Pin
ChandraRam14-Oct-08 2:20
ChandraRam14-Oct-08 2:20 
AnswerRe: Database Date Error Pin
Dave Kreskowiak14-Oct-08 3:36
mveDave Kreskowiak14-Oct-08 3:36 
Questionimport to grid Pin
sanddepnamburi14-Oct-08 0:26
sanddepnamburi14-Oct-08 0:26 
AnswerRe: import to grid Pin
Ashfield14-Oct-08 1:29
Ashfield14-Oct-08 1:29 
QuestionAny example please? Pin
Vinke200813-Oct-08 22:54
Vinke200813-Oct-08 22:54 
AnswerRe: Any example please? PinPopular
Ashfield13-Oct-08 22:58
Ashfield13-Oct-08 22:58 
AnswerRe: Any example please? Pin
Dave Kreskowiak14-Oct-08 1:59
mveDave Kreskowiak14-Oct-08 1:59 
AnswerRe: Any example please? Pin
Paul Conrad14-Oct-08 7:11
professionalPaul Conrad14-Oct-08 7:11 
JokeRe: Any example please? Pin
Guffa14-Oct-08 12:55
Guffa14-Oct-08 12:55 
GeneralRe: Any example please? Pin
Mycroft Holmes14-Oct-08 22:00
professionalMycroft Holmes14-Oct-08 22:00 
QuestionHow to clear How to clear Exception thrown by the target of an invocation. Pin
GopiCS13-Oct-08 19:08
GopiCS13-Oct-08 19:08 
AnswerRe: How to clear How to clear Exception thrown by the target of an invocation. Pin
Dave Kreskowiak14-Oct-08 1:58
mveDave Kreskowiak14-Oct-08 1:58 
JokeConextMenuStrip is displayed to fast on load (how to sync when main form visible). Pin
Jon_Boy13-Oct-08 15:35
Jon_Boy13-Oct-08 15: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.