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
Components and Libraries
Remove
Platform
Any
License
Any
Certain dlls that I compile using /make through the command line work differently than when they are compiled using the VB6 IDE. I noticed that the IDE has options like Compile to Native Code and...
I want to connect a database that is located on centralized server. How can I use a windows form VB.NET application to access it? Is this possible?
How can I maintain a single user entry (e.x==...
Hi
I have created a VB6 dll named 'PDFConversion.dll' and wanted to register in windows7.
But it fails with access denied error. How do I register it as administrator(ie. Run as administrator')...
press ok.
:
: in your project (say your class inside the dll called myclass1),
: write anywhere:
:
: dim mc as myclass1
: set mc = New myclass1
:
: you can use it like this:
: mc.funcABC...
: - the aforementioned reply is incorrect. -
:
Actually, the aforementioned reply, which happens to be mine, is entirely correct.
You're confusing DLL function exports with Visual Basic's COM...
press ok.
in your project (say your class inside the dll called myclass1),
write anywhere:
dim mc as myclass1
set mc = New myclass1
now you can use ANY functions
(say you have a public...
Thanks. Does GemBox allow one to use all the VBA functions/commands available in MS Excel ? For example, would I be able to create UserForms, and use the following commands: MsgBox, InputBox, and...
Hi all, I am new to Dev Express, Infragistics and some other control stuff used in winforms. I Just want know what are the possible problems I might encounter when I use both of them in my...
My apologies. To receive the donation, please leave an email address to conatct you at, or a Paypal email address one. I will make the payment immediately upon having the question answered
I am making an application in VB.Net in which I required to use HRESULT as I got C++ COM documentation, so is there any alternate to define hRule and HRESULT in VB.Net
Please help.
rivate Sub cmdUpdate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdUpdate.Click
Dim com As New OleDbCommand
com.Connection = con
com...
hi,
I am creating an API using PHP and XML. I have been a API which is already in existence, but created for another client. But I want to use the same API commands in my new API that i am...
I have worked this out, but using a combination of SendMessage to get focus and SendKeys.
Hi All
I trying to write an automation script to screen scrape a 3rd Party VB6 application.
I am having difficulty trying to enter in data in an ActiveX Masked Edit Control (textbox).
When I...
0 Then
Try
MeshTexture(Subset) = TextureLoader.FromFile(d3ddev, TextureFileName)
Catch ex As Exception...
Hi,
I've the same problem.
Were you abel to solve it.
If yes, can you drop an email to somic@libero.it
Many thanks in advance.
Somic
= tDate Then
MessageBox.Show(errorDateMsg, "Incorrect date selected", MessageBoxButtons.OK, MessageBoxIcon.Error)
Else
bq = New BrioQry.Application
bq...
.NET component:
http://www.audiosoundrecorder.com
ActiveX control:
http://www.activesoundrecorder.com
I created a DLL according to the methods stated in the site:
http://www.windowsdevcenter.com/pub/a/windows/2005/04/26/create_dll.html?page=1
But, in order to accomplish my current assignment, I...