Click here to Skip to main content
15,881,856 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: generate random number Pin
Dave Kreskowiak25-Jun-07 10:07
mveDave Kreskowiak25-Jun-07 10:07 
GeneralRe: generate random number Pin
Marc Soleda28-Jun-07 10:28
Marc Soleda28-Jun-07 10:28 
AnswerRe: generate random number Pin
Johan Hakkesteegt28-Jun-07 2:10
Johan Hakkesteegt28-Jun-07 2:10 
Questionadding escape characters to a VB string Pin
reegan4125-Jun-07 6:34
reegan4125-Jun-07 6:34 
AnswerRe: adding escape characters to a VB string Pin
Dave Kreskowiak25-Jun-07 7:11
mveDave Kreskowiak25-Jun-07 7:11 
QuestionHow to Label TrackBar (Slider) Tick Marks in VB.net Pin
Rob True25-Jun-07 4:09
Rob True25-Jun-07 4:09 
AnswerRe: How to Label TrackBar (Slider) Tick Marks in VB.net Pin
Dave Kreskowiak25-Jun-07 5:02
mveDave Kreskowiak25-Jun-07 5:02 
QuestionXML 3 BulkLoad Error Pin
Panchal Hardik25-Jun-07 2:27
Panchal Hardik25-Jun-07 2:27 
I have following error in window service same code is working in window Application

"QueryInterface for interface SQLXMLBULKLOADLib.ISQLXMLBulkLoad failed."
Dim objbl As SQLXMLBulkLoad3
objbl = New SQLXMLBulkLoad3
objbl.ConnectionString = "Provider=SQLOLEDB.1;Data Source=pcDB;Initial Catalog=webdb;User ID=sa;pwd=sa"
objbl.ErrorLogFile = "c:\error.log"
objbl.BulkLoad = True
objbl.KeepIdentity = False
objbl.CheckConstraints = False
objbl.Transaction = False
objbl.Execute("c:\Items.XSD", "C:\Items.xml")

Thanks

Hardik Panchal
AnswerRe: XML 3 BulkLoad Error Pin
Dave Kreskowiak25-Jun-07 3:51
mveDave Kreskowiak25-Jun-07 3:51 
QuestionCannot open word template from server Pin
jimbaloo25-Jun-07 2:25
jimbaloo25-Jun-07 2:25 
AnswerRe: Cannot open word template from server Pin
Dave Kreskowiak25-Jun-07 3:49
mveDave Kreskowiak25-Jun-07 3:49 
GeneralRe: Cannot open word template from server Pin
jimbaloo25-Jun-07 7:00
jimbaloo25-Jun-07 7:00 
GeneralRe: Cannot open word template from server Pin
Dave Kreskowiak25-Jun-07 7:10
mveDave Kreskowiak25-Jun-07 7:10 
GeneralRe: Cannot open word template from server Pin
jimbaloo25-Jun-07 7:45
jimbaloo25-Jun-07 7:45 
GeneralRe: Cannot open word template from server Pin
Dave Kreskowiak25-Jun-07 7:53
mveDave Kreskowiak25-Jun-07 7:53 
QuestionPlay audio & video files in vb.et Pin
ankur010125-Jun-07 1:41
ankur010125-Jun-07 1:41 
AnswerRe: Play audio & video files in vb.et Pin
Christian Graus25-Jun-07 1:46
protectorChristian Graus25-Jun-07 1:46 
AnswerRe: Play audio & video files in vb.et Pin
Sathesh Sakthivel25-Jun-07 1:47
Sathesh Sakthivel25-Jun-07 1:47 
GeneralRe: Play audio & video files in vb.et Pin
ankur010125-Jun-07 1:50
ankur010125-Jun-07 1:50 
GeneralRe: Play audio & video files in vb.et Pin
ankur010125-Jun-07 1:56
ankur010125-Jun-07 1:56 
GeneralRe: Play audio & video files in vb.et Pin
Christian Graus25-Jun-07 1:58
protectorChristian Graus25-Jun-07 1:58 
GeneralRe: Play audio & video files in vb.et Pin
Dave Kreskowiak25-Jun-07 3:47
mveDave Kreskowiak25-Jun-07 3:47 
GeneralRe: Play audio & video files in vb.et Pin
ankur010125-Jun-07 17:17
ankur010125-Jun-07 17:17 
GeneralRe: Play audio & video files in vb.et Pin
Dave Kreskowiak26-Jun-07 2:43
mveDave Kreskowiak26-Jun-07 2:43 
QuestionReplace() not working Pin
Brendan Vogt25-Jun-07 1:33
Brendan Vogt25-Jun-07 1:33 

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.