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
: : : Sorry for bother you again, but I don't understand the code, I actually is a newbie, can you give me example. Thank you.
: : :
: :
: : Alright, let's start with this: What keys do you wish...
: There is also an API that makes this a little easier I think...
:
:
: Public Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal vKey As Long) As Integer
:
:
:...
: :
: : Fusion
: :
:
: Do you know where I can download it ?
:
:
Never found it myself.
There is also an API that makes this a little easier I think...
Public Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal vKey As Long) As Integer
if you know...
:
: Fusion
:
Do you know where I can download it ?
I already made those functions, but thanks anyway
: : Join don't assemble an array in to string but change all string occurance in a text by an other:
: :
: : a = Join("c:/windows/system/help"...
: I found a tool (vbpower) that alow you to put all your DLLs and OCXs in to your EXE (only for VB), the problem is I can run the self-extractor file.
:
: Do you know any other tools able to do...
: Join don't assemble an array in to string but change all string occurance in a text by an other:
:
: a = Join("c:/windows/system/help","/","\")
:
: a is "c:\windows\system\help"
That...
I think you can get an answer on the ASP.NET messageboard, this is Visual Basic
well if u r thinking about downloading pin points from a GPS hardware u could use the dlls in the computer link package (if there is any)
: How can I make the form invisible ? (and the controls will stay visible ......)
:
Invisible? Or not there at all? If you want invisible, get WinXP. If you want not there then use the Rgn APIs...
Maybe that's a question for the Visual Basic board? :-)
: How do I put a string manipulating function such as
: f1(char x, char y)
: { StrCat(x,y); }
: in a DLL and call it from VB6 with 2...
if i have several strings such as:
"1a", "1b", "2a", "2b"
and i want to check if the first character of string1 is the same as the first character for string2 - how would i do that? or even check...
: Has anyone ever accessed a com port and captured data coming in using Visual Basic for Application in MS Access? Any ideas?
:
Hi!
I've done lots of this using Visual BASIC, and putting the...
Is it possible to call a OpenGL file to run inside a Visual Basic program?
-sweetgirl-
how can I open an ActiveX DLL project in VB.NET
VC++ has pretty much the same drag and drop features of VB. If you just want VB for placing your controls on your form(a document in VC) then VC can do all that for you. Then your free to code in C++...
I dont think so... but you might want to use C#?
You could also make a vb dll for the interface and call it with c++...
: I haven't been programming for long but, I have been given an...
This post has been moved to VB forum yesterday. Thanks!
: : sure! hopefully someone there can answer my question. thanks!
: :
: : : As far i would recommend this question to be in the VB group,...
: sure! hopefully someone there can answer my question. thanks!
:
: : As far i would recommend this question to be in the VB group, would you like to be moved there?
: : : Hi,
: : : I'm creating...