| Thread | Last Post | Replies |
|
| What can VB NOT do | 07 Mar 2004 05:57 GMT | 33 |
I just started with VB and previously used C++ platforms. I just want to open a thread for people to discuss what you cannot do with VB. For example, I dont think you could write a pure 3D RTS strat game. I dont think you could write and efficient compression library using VB. I ...
|
| ShellExecute & Internet Explorer | 07 Mar 2004 05:12 GMT | 3 |
I'm trying to use the ShellExecute API call to open multiple instances of Internet Explorer, each displaying a different URL... I've looked high & low on the net & newsgroups, but can't find anything. In my previous attempts, everytime I try to reopen a url, it uses the same ...
|
| DAO360.DLL will not register properly | 07 Mar 2004 01:46 GMT | 1 |
I have a vb6 program that utilizes a database using dao360.dll One of my computers will not register the dao360.dll I placed the dao360.dll in C:\Program Files\CommonFiles\Microsoft Shared\Dao\Dao360.dll
|
| Remove quotes from string | 06 Mar 2004 19:00 GMT | 8 |
It's one of my unsolved problems, how to remove qoutes " ...." from a string varible. I need a value for a function and this value is a string variable, but the function needs a value without qoutes (like A5 and not "A5").
|
| Programmatic creation of CommandButton | 06 Mar 2004 18:55 GMT | 4 |
I need to programmatically create a command button on an Excel Worksheet. At first I was trying to use an OLE ActivX button, but am giving up because
|
| Property picture | 06 Mar 2004 14:02 GMT | 2 |
I'm creating a user control. One property is to select a picture: Public Property Let Picture(ByVal New_Picture as Picture) Image1 = New_Picture End Property
|
| DLL vs Comman Bas file | 06 Mar 2004 11:27 GMT | 3 |
Dear VB Experts, We have a couple of applications developed in VB6 that use some common code. Now we wish to maintain the common routines separately like in the form of ActiveX DLL or a common bas file. This DLL or common bas
|
| DLL vs Comman Bas file | 06 Mar 2004 08:55 GMT | 2 |
Dear VB Experts, We have a couple of applications developed in VB6 that use some common code. Now we wish to maintain the common routines separately like in the form of ActiveX DLL or a common bas file. This DLL or common bas
|
| Abducted Post? | 06 Mar 2004 06:31 GMT | 2 |
Hmmm, I think my post was abducted... Subject line: "Suppressing Windows Messages?" Sumitted 2-27-04 I've got a copy in my "Sent" Folder, sent to "comp.lang.basic.visual.misc"
|
| Drive Status | 06 Mar 2004 05:00 GMT | 1 |
Is there a way in VB or via an API to get the status of a drive? I would like to write something along the lines of: If DriveState("C") = WRITE Then ' drive active, so show "WAIT" form
|
| problem with where statment | 06 Mar 2004 03:23 GMT | 6 |
Help! 1st page: I've tested my first page...by having it print out the value rs("key") in another place. So this page works fine. Following is the line that sends my
|
| Please help: Numeric class properties | 06 Mar 2004 03:06 GMT | 2 |
Please can somebody advise on the following. I wish to develop a class that reflects a table in my database. Some of the fields in the database are numeric and my business rules state that some of them are required. I wish to validate the property values before writing them
|
| Teething problems | 06 Mar 2004 02:51 GMT | 1 |
I'm relatively new to VB6 - I dabbled briefly with VB5 a few years ago - and I'm currently on the learning curve (that steep one!). My background is in Pick, which has a form of basic not unlike VB6, but with enough differences to keep tripping me up.
|
| Custom Type Array Declaration in Class Module | 06 Mar 2004 02:31 GMT | 1 |
i am trying to make a user-defined type array in class-module and access that in my forms, i tried many solutions but cannot get the solution, ''in hte declarataion section of class module
|
| Auto add Option Explicit? | 05 Mar 2004 20:21 GMT | 2 |
I know there is an option that will automatically add "Option Explicit" to any new form/class to your project. I can't find the option though. Anyone know if it's available on VB6 student edition, and if so where? Adrian
|