Click here to Skip to main content
15,917,731 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Beginners help on forms/database Pin
User 171649219-Jun-06 13:45
professionalUser 171649219-Jun-06 13:45 
QuestionHow to parse XML file in VB 6.0 Pin
Sushant_Mathur19-Jun-06 5:36
Sushant_Mathur19-Jun-06 5:36 
QuestionPlease Help Pin
ms11519-Jun-06 5:30
ms11519-Jun-06 5:30 
AnswerRe: Please Help Pin
Dave Kreskowiak20-Jun-06 5:17
mveDave Kreskowiak20-Jun-06 5:17 
QuestionWant to display Messages like the Codeproject Forum displays Pin
Rizwan Bashir19-Jun-06 3:44
Rizwan Bashir19-Jun-06 3:44 
AnswerRe: Want to display Messages like the Codeproject Forum displays Pin
progload19-Jun-06 6:46
progload19-Jun-06 6:46 
Questionhow to call vbs file within vb.net Pin
Rommelke19-Jun-06 1:46
Rommelke19-Jun-06 1:46 
AnswerRe: how to call vbs file within vb.net Pin
Dave Kreskowiak19-Jun-06 3:40
mveDave Kreskowiak19-Jun-06 3:40 
You can't call a function in a .VBS file directly. You CAN, however, expose a class and its methods as a COM object. This will allow you to instantiate and use the script code as an object in your VB.NET app. It's not very pretty and its performance sucks, but it works.

You can find more information on Script Components here[^] on MSDN.


Dave Kreskowiak
Microsoft MVP - Visual Basic

Questionprint from textboxes Pin
moveman19-Jun-06 1:31
moveman19-Jun-06 1:31 
QuestionWatermarking Problems Pin
wEb GuRu...19-Jun-06 1:15
wEb GuRu...19-Jun-06 1:15 
AnswerRe: Watermarking Problems Pin
Dave Kreskowiak19-Jun-06 5:11
mveDave Kreskowiak19-Jun-06 5:11 
GeneralRe: Watermarking Problems Pin
wEb GuRu...19-Jun-06 5:39
wEb GuRu...19-Jun-06 5:39 
GeneralRe: Watermarking Problems Pin
Dave Kreskowiak21-Jun-06 9:13
mveDave Kreskowiak21-Jun-06 9:13 
QuestionHow to sent sms/e-mail through VB Application Pin
himuskanhere19-Jun-06 0:17
himuskanhere19-Jun-06 0:17 
QuestionPrinting a Datagrid Pin
Varus19-Jun-06 0:10
Varus19-Jun-06 0:10 
AnswerRe: Printing a Datagrid Pin
Duncan Edwards Jones19-Jun-06 1:34
professionalDuncan Edwards Jones19-Jun-06 1:34 
Questionbind current row to text boxes(urgent) Pin
iramg19-Jun-06 0:10
iramg19-Jun-06 0:10 
AnswerRe: bind current row to text boxes(urgent) Pin
iramg19-Jun-06 2:10
iramg19-Jun-06 2:10 
QuestionChecked Listbox Pin
Gitosh18-Jun-06 23:46
Gitosh18-Jun-06 23:46 
Questiondatagrid Pin
taherjaorawala18-Jun-06 21:37
taherjaorawala18-Jun-06 21:37 
AnswerRe: datagrid Pin
Werries23-Jun-06 7:24
Werries23-Jun-06 7:24 
QuestionString$ function in VB6 Pin
angelagke18-Jun-06 16:51
angelagke18-Jun-06 16:51 
AnswerRe: String$ function in VB6 Pin
Colin Angus Mackay18-Jun-06 18:00
Colin Angus Mackay18-Jun-06 18:00 
GeneralRe: String$ function in VB6 Pin
angelagke18-Jun-06 19:28
angelagke18-Jun-06 19:28 
Questionsending methods to an object compiled within an exe Pin
andrucko18-Jun-06 15:41
andrucko18-Jun-06 15:41 

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.