Click here to Skip to main content
15,915,059 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: I wanna reach an Access or SQL Server DB on server Pin
Seyyed Mohammad Hassan Naji10-Nov-06 1:35
Seyyed Mohammad Hassan Naji10-Nov-06 1:35 
GeneralRe: I wanna reach an Access or SQL Server DB on server Pin
Paul Conrad10-Nov-06 6:06
professionalPaul Conrad10-Nov-06 6:06 
QuestionRe: I wanna reach an Access or SQL Server DB on server Pin
Seyyed Mohammad Hassan Naji10-Nov-06 11:46
Seyyed Mohammad Hassan Naji10-Nov-06 11:46 
AnswerRe: I wanna reach an Access or SQL Server DB on server Pin
Paul Conrad10-Nov-06 16:01
professionalPaul Conrad10-Nov-06 16:01 
QuestionMultithreading web browser Pin
msteinberg8-Nov-06 9:03
msteinberg8-Nov-06 9:03 
AnswerRe: Multithreading web browser Pin
Dave Kreskowiak9-Nov-06 3:14
mveDave Kreskowiak9-Nov-06 3:14 
QuestionConverting Excel file to CSV Pin
Steven J Jowett8-Nov-06 5:56
Steven J Jowett8-Nov-06 5:56 
AnswerRe: Converting Excel file to CSV Pin
Tim Carmichael8-Nov-06 7:02
Tim Carmichael8-Nov-06 7:02 
This was just cropped from an old VB 6 application, but should get your started in the right direction...

Dim excelapp As New Excel.Application
Dim excelWB As Excel.Workbooks

Set excelapp = Excel.Application
Set excelWB = Excel.Workbooks
excelWB.Application.DisplayAlerts = False
excelWB.Open LTrim(<your file="" path="">), UpdateLinks:=3

excelapp.ActiveWorkbook.SaveAs FileName:= _
"<your file="" name="">" & ".csv", _
FileFormat:=xlCSVMSDOS, CreateBackup:=False

Tim
GeneralRe: Converting Excel file to CSV Pin
Steven J Jowett10-Nov-06 13:52
Steven J Jowett10-Nov-06 13:52 
QuestionHow can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 4:58
Joey Picerno8-Nov-06 4:58 
AnswerRe: How can I use a Timer control to test how long it takes for a form to load????? [modified] Pin
nlarson118-Nov-06 5:11
nlarson118-Nov-06 5:11 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 5:50
Joey Picerno8-Nov-06 5:50 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
nlarson118-Nov-06 6:04
nlarson118-Nov-06 6:04 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 9:12
Joey Picerno8-Nov-06 9:12 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 9:14
Joey Picerno8-Nov-06 9:14 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
nlarson118-Nov-06 9:17
nlarson118-Nov-06 9:17 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 9:48
Joey Picerno8-Nov-06 9:48 
QuestionRemove rows from datagridview Pin
cstrader2328-Nov-06 3:53
cstrader2328-Nov-06 3:53 
AnswerRe: Remove rows from datagridview Pin
nlarson118-Nov-06 4:53
nlarson118-Nov-06 4:53 
QuestionAppend IPAddess Pin
MrMacc8-Nov-06 3:28
MrMacc8-Nov-06 3:28 
AnswerRe: Append IPAddess Pin
nlarson118-Nov-06 5:00
nlarson118-Nov-06 5:00 
GeneralRe: Append IPAddess Pin
MrMacc8-Nov-06 5:10
MrMacc8-Nov-06 5:10 
GeneralRe: Append IPAddess Pin
nlarson118-Nov-06 5:29
nlarson118-Nov-06 5:29 
QuestionHow to send fax through internet Pin
balamurugan828-Nov-06 3:19
balamurugan828-Nov-06 3:19 
AnswerRe: How to send fax through internet Pin
Guffa8-Nov-06 12:43
Guffa8-Nov-06 12:43 

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.