Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Application
Platform
License
Any
: : : hi,
: : :
: : : i want to connect my mobile phone via a serial port and send an sms using vb6 or .net. im able to do this at the moment using an active x control.. however there are two...
: : Do you know how it is in VB .NET ??
:
: .NET assembles can also compile into DLLs, but they are even different still from any others we've talked about (as far as I know). They are designed...
Hi,
You can find a JPEG2000 dll on www.codeproject.com
Let me give you a list of Pros and cons:
VB6
Pros:
- Many Legacy Applications Developed In VB6
- Good Support For Win32 API
- Many third party COM components written for it
Cons:
- Not...
Hi
Actually I am working on a migration project from VB to VB.NET.
Can any one tell me, how can I implement val function in VB.NET which is available in VB, without using any interop dll and...
: Hello!
:
: I need help on several problems...
:
: 1st - I need to shutdown the system on a program that im developing on VB.NET but i dont know how to do it...i thing that i need to use a...
Hi All,
We are using the web browser DLL in order to get a web browser control for a VB.net development.
When we use the control, we create an instance of it and load a web page into it....
Hi,
Good day. I want to use "TlbExp" command for exporting a Type Library from .NET environment to COM environment.(I want to use the VB.NET DLL in the VB 6.0 as COM Component) I have created a...
Hi,
As far as I know, CreateObject in VB.NET can be used only for COM dlls.
If u have created a dll in VB.NET and want to use it, then u need to refer it and create an instance of it.
like...
: Hi friends
: I am new to .net technologies...i have a stupid doubt..i have one .dll file(i created that in .net environmnet)..i want to use that in visual basic ..whenevr i tryed to reference...
Hi friends
I am new to .net technologies...i have a stupid doubt..i have one .dll file(i created that in .net environmnet)..i want to use that in visual basic ..whenevr i tryed to reference that...