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

Error during use Shellexecute

Dear All I want To use Shellexecute API but after the program runing the program its name appear in taskmanager but it doesn't appear on desktop.Please Help Me(I try the Sw__ parameters but it...
Forum Post

e-Books

Can anybody please give me any URL where I can read or download e-books on Visual Basic 6. Basically I am searching for some advanced books on VB6 from where I can learn about ActiveX or Designing...
Forum Post

Re: Strange "Invalid class string" error

: In an asp page in localhost I have this: : Set x = Server.CreateObject("Scripting.Dictionary") : And I get this error: Invalid class string : If I omit Server like this: : Set x = Server...
Forum Post

Re: Playing mp3 files

OK. Solved it :) Used the getChunk/appendChunk methods instead: http://support.microsoft.com/?kbid=210486 Works fine now. : I've used to play mp3 files by code using the MMControl this way: :...
Forum Post

Re: Strange "Invalid class string" error

: In an asp page in localhost I have this: : Set x = Server.CreateObject("Scripting.Dictionary") : And I get this error: Invalid class string : If I omit Server like this: : Set x = Server...
Forum Post

Playing mp3 files

I've used to play mp3 files by code using the MMControl this way: Sub playMp3(ByVal mp3file$, ByVal wait As Boolean) mmcMp3.Command = "Close" mmcMp3.FileName = mp3file$ mmcMp3.Command...
Forum Post

Re: References problem

: Ok, I found some info ... The exact text below ... : : "If you need to control advanced details of the created Assembly, such as its Namespace or version number, you must use tlbimp. The direct...
Forum Post

Re: References problem

: Ok, I found some info ... The exact text below ... : : "If you need to control advanced details of the created Assembly, such as its Namespace or version number, you must use tlbimp. The direct...
Forum Post

Re: References problem

Ok, I found some info ... The exact text below ... "If you need to control advanced details of the created Assembly, such as its Namespace or version number, you must use tlbimp. The direct...
Forum Post

Strange "Invalid class string" error..,

In an asp page in localhost I have this: Set x = Server.CreateObject("Scripting.Dictionary") And I get this error: Invalid class string If I omit Server like this: Set x = Server...
Forum Post

Strange "Invalid class string" error

In an asp page in localhost I have this: Set x = Server.CreateObject("Scripting.Dictionary") And I get this error: Invalid class string If I omit Server like this: Set x = Server...
Forum Post

Re: Path problem

: Ok so it is the spaces in the path. A path like F:\test\file.wmv works fine, so do I get around this problem? : Ringo You could try getting the short path name, and build your path that way......
Forum Post

Re: Win32 API in VBScript

: : hi, : : : : i want use some windows api within CScript or WScript. : : any one have an idea how do i do that? : : : : thank you, : : Ofir : : : : Im supposing you have to write a VB...
Forum Post

Re: Win32 API in VBScript

: hi, : : i want use some windows api within CScript or WScript. : any one have an idea how do i do that? : : thank you, : Ofir : Im supposing you have to write a VB dll wrapper around...
Forum Post

Win32 API in VBScript

hi, i want use some windows api within CScript or WScript. any one have an idea how do i do that? thank you, Ofir
Forum Post

CD Burning

I need to find a way of burning files to a cd/dvd. I've tried downloading a couple of ActiveX components, but I can't get them to work. I'm open to any method, but either a free or cheap...
Forum Post

Re: Uh...well, i was gonna learn pascal...but...

: : i meant in C, this is relation to my other post : : : If you find stable & useable codes you can develop OpenGL & DirectX games with every PL. : : **************** : Any questions? Just...
Forum Post

Re: Issues moving From VB5 to VB6

: Greetings.... I've just begun a new contract position where part of my assignment will be upgrading/moving various DLLs and OCXs created/written in VB6 to apps that were created using VB5. : :...
Forum Post

Issues moving From VB5 to VB6

Greetings.... I've just begun a new contract position where part of my assignment will be upgrading/moving various DLLs and OCXs created/written in VB6 to apps that were created using VB5. I'm...
Forum Post

Re: HOw To Find Out The Drive Name Of Present OS

: Using VB.Net want to find out the drive name of the Current OS. : What are the API or Functions Or Classes required for this. : Sanjoy GuhaRoy : ' Get windows install location Dim...
 

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.