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
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...
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...
: 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...
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:
:...
: 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...
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...
: 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...
: 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...
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...
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...
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...
: 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......
: : 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...
: 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...
hi,
i want use some windows api within CScript or WScript.
any one have an idea how do i do that?
thank you,
Ofir
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...
: : 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...
: 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.
:
:...
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...
: 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...