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
Any
License
Any
: - 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...
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...
I have worked this out, but using a combination of SendMessage to get focus and SendKeys.
= 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
Free activex style xp, vista, and more style
You can download on http://irvisoft.net46.net
List Activex:
-frame
-maskedbox
-progressbar
and more....
Hi I am having the problem to connect to SQL SERVER 2005 from VB 6.0
and I am getting the error like
Runtime Error :
Multiple step OLE DB operation generated errors. Check each OLE DB status...
Can anybody improve on my code to read from serial port and store it in a variable?
Public Class Form1
'SerialPort object creation
WithEvents mySerialPort As New IO.Ports.SerialPort...
Another resource.
Below is a full Visio - like Flow Diagramming ActiveX Control for VB also:
http://www.ucancode.net/index.htm
Thanks
: hi,
:
: links related to FAQs and Interview...
Hi to all,
Am currently doing a project where i have to combine matlab COM to VB.NET
I've already created the matlab COM but am having problem to write the vb codes to call that COM.
Can anyone...
Im using this activeX vbscript to either update or insert depending on if the record already exists in the destination table, it inserts OK, but never updates. Can somebody please help me to see...
Im using this activeX vbscript to either update or insert depending on if the record already exists in the destination table, it inserts OK, but never updates. Can somebody please help me to see...
Private Sub Command5_Click()
If Text1 = "" Then
MsgBox ("Please put a Name")
Else
cmd.CommandText = "SELECT Name " & _
"FROM Alumns " & _
"WHERE Name LIKE '*" & Text1 & "*' " & _
"ORDER BY...
Hi, im developing a active X dll in visual basic 6 , in one of my DLL functions i just want to wait for a com event to be raised so i can return a value of my principal function, i just dont know if...
hi
greetings.
i am doing a project where i have to send messeges to the mobile devices. i use a batch file. while i run the form i get this error when i run the project.
System.Runtime...
That's because ActiveX is a thing of the past, with VB.NET.
Don't ask me for the specifics, but the .NET framework offers a new way of programming. What you are looking for is a Class Library....
Hoping someone can point me to tutorial or walkthrough on how to go about doing something that seems like it should be pretty easy.
I have a very small vb.net (using mostly ADO.net) program that...
32);
l.LowPart = (int) (myNumber & 0xFFFFFFFF);
ent.Properties.Value = l;
ent.CommitChanges();
The following code example shows how to read large integers.
Dim largeInt As System.Int64 = 0...