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.
Forum Post

Re: Can't Find Entry Point while using self-created VB DLL

: - 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...
Forum Post

How to define C++ HRESULT

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.
Forum Post

Re: Urgent Update statement

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...
Forum Post

Re: Automation Error -2147417843 in ActiveX component

I have worked this out, but using a combination of SendMessage to get focus and SendKeys.
Forum Post

Help with COM object (brioqry.application)

= tDate Then MessageBox.Show(errorDateMsg, "Incorrect date selected", MessageBoxButtons.OK, MessageBoxIcon.Error) Else bq = New BrioQry.Application bq...
Forum Post

Re: Need ActiveX/.NET Control for Audio Recording

.NET component: http://www.audiosoundrecorder.com ActiveX control: http://www.activesoundrecorder.com
Forum Post

Free Activex

Free activex style xp, vista, and more style You can download on http://irvisoft.net46.net List Activex: -frame -maskedbox -progressbar and more....
Forum Post

VB 6.0 connecting to SQL SERVER 2005

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...
Forum Post

Reading from serial com

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...
Forum Post

Re: resources for vb

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...
Forum Post

matlab com + vb.net

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...
Forum Post

vbscript activeX woes

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...
Forum Post

please please please help activeX vbscript am I going crazy?

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...
Forum Post

ADO-SQL Visual Basic "LIKE" Problem

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...
Forum Post

Wait for Event

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...
Forum Post

how can i send sms to the mobile devices connected to the system

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...
Forum Post

Re: Help converting a small VB.net app to ActiveX dll.

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....
Forum Post

Help converting a small VB.net app to ActiveX dll.

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...
Forum Post

Question on ActiveDS and IADsLargeInteger. Please help.

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...
1 2 3 4 5 6 16 26 36  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.