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: Press more than 1 key

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

Re: Press more than 1 key

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

Re: Put all DLL in your EXE

: : : : Fusion : : : : Do you know where I can download it ? : : Never found it myself.
Forum Post

Re: Press more than 1 key

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

Re: Put all DLL in your EXE

: : Fusion : Do you know where I can download it ?
Forum Post

Re: Compile with VB6

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

Re: Put all DLL in your EXE

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

Re: Compile with VB6

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

Re: dll running twice

I think you can get an answer on the ASP.NET messageboard, this is Visual Basic
Forum Post

Re: GPS to 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)
Forum Post

Re: invisible form :O

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

Re: DLL need help

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

string methods, API, return values

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

Re: MS Access and Com Ports

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

Linking to OpenGL file in VB code

Is it possible to call a OpenGL file to run inside a Visual Basic program? -sweetgirl-
Forum Post

ActiveX DLL project.

how can I open an ActiveX DLL project in VB.NET
Forum Post

Re: Is it possible code a VB GUI in C++

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

Re: Is it possible code a VB GUI 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...
Forum Post

Re: .bas file in an ActiveX DLL project?

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

Re: .bas file in an ActiveX DLL project?

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

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.