Click here to Skip to main content
15,902,112 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Unsigned Integers and Marshal.ReadInt32() Pin
Dave Kreskowiak19-Mar-08 8:15
mveDave Kreskowiak19-Mar-08 8:15 
GeneralChanging VB Project Properties Pin
Jeeva Mary Varghese19-Mar-08 1:06
Jeeva Mary Varghese19-Mar-08 1:06 
QuestionHow to prevent multiple user login using one account in VB Pin
kingascona18-Mar-08 23:48
professionalkingascona18-Mar-08 23:48 
GeneralRe: How to prevent multiple user login using one account in VB Pin
Nilesh Hapse19-Mar-08 0:57
Nilesh Hapse19-Mar-08 0:57 
GeneralChange the title bar heading on a form in code... Pin
Mr Oizo18-Mar-08 22:45
Mr Oizo18-Mar-08 22:45 
AnswerRe: Change the title bar heading on a form in code... Pin
Rajesh Anuhya18-Mar-08 22:54
professionalRajesh Anuhya18-Mar-08 22:54 
GeneralRe: Change the title bar heading on a form in code... Pin
Mr Oizo19-Mar-08 0:34
Mr Oizo19-Mar-08 0:34 
GeneralProblem in opening a textfile in excel using vb.net Pin
Madang18-Mar-08 21:30
Madang18-Mar-08 21:30 
I have a textfile which has lots of records.I want to open the text file in excel.I used the codings
below.What is the problem is all the columns in the textfile seems to be in the same column of
excel.

for example
i have records in text file as follows

name location Phno
lily chennai 234567
all the three columns are in the same column of excel.

Codings used
===========
Private Sub OpenTextFile()
Dim oExcel As New Excel.Application
oExcel = CreateObject("Excel.application")
oExcel.Visible = True
oExcel.Workbooks.Open("C:\sample\test.txt")
End Sub
GeneralRe: Problem in opening a textfile in excel using vb.net Pin
Mycroft Holmes18-Mar-08 21:47
professionalMycroft Holmes18-Mar-08 21:47 
GeneralRe: Problem in opening a textfile in excel using vb.net [modified] Pin
Madang18-Mar-08 21:53
Madang18-Mar-08 21:53 
GeneralRe: Problem in opening a textfile in excel using vb.net Pin
Mycroft Holmes19-Mar-08 1:07
professionalMycroft Holmes19-Mar-08 1:07 
GeneralRe: Problem in opening a textfile in excel using vb.net Pin
Dave Kreskowiak19-Mar-08 4:28
mveDave Kreskowiak19-Mar-08 4:28 
Questionhow do I determine which button was clicked on a prevoius form to access the form I am currently working on? Pin
Mr Oizo18-Mar-08 21:18
Mr Oizo18-Mar-08 21:18 
AnswerRe: how do I determine which button was clicked on a prevoius form to access the form I am currently working on? Pin
Mycroft Holmes18-Mar-08 21:52
professionalMycroft Holmes18-Mar-08 21:52 
GeneralRe: how do I determine which button was clicked on a prevoius form to access the form I am currently working on? Pin
Mr Oizo18-Mar-08 22:41
Mr Oizo18-Mar-08 22:41 
AnswerRe: how do I determine which button was clicked on a prevoius form to access the form I am currently working on? Pin
Tom Wright19-Mar-08 8:58
Tom Wright19-Mar-08 8:58 
QuestionHow to retrieve the data by Date/Time Data Type from a Table ? Pin
phowarso18-Mar-08 20:07
phowarso18-Mar-08 20:07 
AnswerRe: How to retrieve the data by Date/Time Data Type from a Table ? Pin
Christian Graus18-Mar-08 20:19
protectorChristian Graus18-Mar-08 20:19 
Generalproblem with int32 field and long for dataGrid Pin
AAGTHosting18-Mar-08 17:50
AAGTHosting18-Mar-08 17:50 
GeneralRe: problem with int32 field and long for dataGrid Pin
Mycroft Holmes18-Mar-08 21:58
professionalMycroft Holmes18-Mar-08 21:58 
GeneralRe: problem with int32 field and long for dataGrid Pin
Dave Kreskowiak19-Mar-08 1:42
mveDave Kreskowiak19-Mar-08 1:42 
GeneralRe: problem with int32 field and long for dataGrid Pin
AAGTHosting19-Mar-08 7:11
AAGTHosting19-Mar-08 7:11 
GeneralRe: problem with int32 field and long for dataGrid Pin
AAGTHosting19-Mar-08 7:21
AAGTHosting19-Mar-08 7:21 
GeneralSystem.Data.DataRow View Error in Combo Box Pin
AAGTHosting18-Mar-08 17:34
AAGTHosting18-Mar-08 17:34 
GeneralRe: System.Data.DataRow View Error in Combo Box Pin
Mycroft Holmes18-Mar-08 22:00
professionalMycroft Holmes18-Mar-08 22:00 

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.