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

Visual Basic

 
AnswerRe: Timed Demo Pin
Sonia Gupta17-May-07 21:08
Sonia Gupta17-May-07 21:08 
Questionconversion fom C# to vb.net Pin
Sonia Gupta17-May-07 19:55
Sonia Gupta17-May-07 19:55 
AnswerRe: conversion fom C# to vb.net Pin
Christian Graus17-May-07 21:10
protectorChristian Graus17-May-07 21:10 
QuestionRe: conversion fom C# to vb.net [modified] Pin
Sonia Gupta17-May-07 21:21
Sonia Gupta17-May-07 21:21 
AnswerRe: conversion fom C# to vb.net Pin
Christian Graus17-May-07 23:19
protectorChristian Graus17-May-07 23:19 
GeneralRe: conversion fom C# to vb.net Pin
Sonia Gupta18-May-07 0:29
Sonia Gupta18-May-07 0:29 
GeneralRe: conversion fom C# to vb.net Pin
Dave Kreskowiak18-May-07 3:26
mveDave Kreskowiak18-May-07 3:26 
AnswerRe: conversion fom C# to vb.net Pin
Dave Doknjas18-May-07 13:39
Dave Doknjas18-May-07 13:39 
As others have indicated, converters are quickly obtained via a quick googling.

That said.. some of the free online converters fail on this particular conversion.

It should convert to:
<dllimport("odbccp32.dll")> _
Private Shared Function SQLConfigDataSource(ByVal parent As IntPtr, ByVal request As Integer, ByVal driver As String, ByVal attributes As String) As Boolean
End Function

Note that the older 'Declare' style is also possible, but the 'empty shared function' approach is consistent with other .NET languages.


David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
C++ to C# Converter: converts C++ to C#
Instant C++: converts C# to C++/CLI and VB to C++/CLI
Instant Python: converts C# to IronPython and VB to IronPython

GeneralRe: conversion fom C# to vb.net Pin
Dave Doknjas18-May-07 13:42
Dave Doknjas18-May-07 13:42 
Questionaccess specifiers Pin
navyasri17-May-07 19:52
navyasri17-May-07 19:52 
AnswerRe: access specifiers [modified] Pin
Sonia Gupta17-May-07 20:01
Sonia Gupta17-May-07 20:01 
AnswerNever heard about DOCUMENTATION? Pin
CPallini17-May-07 21:08
mveCPallini17-May-07 21:08 
Questiondate/time Pin
Sonia Gupta17-May-07 18:28
Sonia Gupta17-May-07 18:28 
AnswerRe: date/time Pin
Dave Kreskowiak17-May-07 18:55
mveDave Kreskowiak17-May-07 18:55 
QuestionRe: date/time Pin
Sonia Gupta17-May-07 19:01
Sonia Gupta17-May-07 19:01 
AnswerRe: date/time Pin
Christian Graus17-May-07 21:12
protectorChristian Graus17-May-07 21:12 
GeneralRe: date/time [modified] Pin
Sonia Gupta17-May-07 21:17
Sonia Gupta17-May-07 21:17 
GeneralRe: date/time Pin
Dave Kreskowiak18-May-07 3:20
mveDave Kreskowiak18-May-07 3:20 
Questiongeeting the selected items from a checked list box Pin
Rajiya17-May-07 18:22
Rajiya17-May-07 18:22 
AnswerRe: geeting the selected items from a checked list box Pin
Sonia Gupta17-May-07 18:34
Sonia Gupta17-May-07 18:34 
AnswerRe: geeting the selected items from a checked list box Pin
Christian Graus17-May-07 18:35
protectorChristian Graus17-May-07 18:35 
QuestionHelp on Getting Excel Database as Dataset or Datable Pin
Kenneth Villasenor17-May-07 17:07
Kenneth Villasenor17-May-07 17:07 
QuestionHow to Connect DVR Card with VB2005 Pin
somchoto17-May-07 16:02
somchoto17-May-07 16:02 
AnswerRe: How to Connect DVR Card with VB2005 Pin
Christian Graus17-May-07 16:03
protectorChristian Graus17-May-07 16:03 
GeneralRe: How to Connect DVR Card with VB2005 Pin
somchoto17-May-07 16:20
somchoto17-May-07 16:20 

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.