| Thread | Last Post | Replies |
|
| Use of implements | 30 Sep 2003 15:57 GMT | 3 |
I am using implements in syntax like the following: I have two classes called, say, 'alsation' and 'labrador' which both implement god. I want to have a variable 'collar' which is generic to both so I want this
|
| What is the equivalent to the Wscript Sleep Method in VB? | 30 Sep 2003 14:30 GMT | 2 |
Windows Script Host Sleep Method Suspends script execution for a specified length of time, then continues execution.
|
| INSERT SQL ? | 30 Sep 2003 02:13 GMT | 6 |
I can't seem to get the SQL Insert Into statement to work. I've tried a lot of guessing with no success. It's vb6 with access 97 Any ideas? -Len
|
| Determining Value Assigned To Computed Variable | 30 Sep 2003 00:24 GMT | 3 |
I need the following to use the the Value assigned to the Variable not the Name of the Variable ( ex "ItemCode" not ColName1 ); see "<--- here" below.
|
| form in a dll | 29 Sep 2003 17:21 GMT | 1 |
we have a dll which pops up a form, thru which user is supposed enter some values. the problem is that the form would not show up in the task, we have tried the possible settings and it does not shows up in the task bar ,
|
| Read in linux text file to listbox | 28 Sep 2003 20:22 GMT | 7 |
I'm trying to read in a linux created text file from a mapped drive -- I was wondering how the newlines are parsed and how I would be able to write it back to file in the correct format. Any suggestions?
|
| Use of Variant and For Each | 28 Sep 2003 16:49 GMT | 9 |
I've used largely the For Each statement with a Variant variable like the above example, but someone told me that the Variant variable make the code so slow. Could anyone suggest another way to put a border in an Excel range,
|
| set focus on controls. | 27 Sep 2003 13:23 GMT | 2 |
is setting focus on controls during form_load dangerous ? if yes what's the work around it ? TIA -ashish
|
| Best way to print on dot matrix printers | 26 Sep 2003 05:46 GMT | 1 |
What do you think is the best way to print on a dot matrix printer? I tried all these ways, but still finding the best one: 1. Using the printer as a filke and so opening it with - open "Lpt1:" for output as #1
|
| Accessing a web site from VB | 25 Sep 2003 22:54 GMT | 3 |
I've been looking through help and all but am stumped. Could someone point me in the right direction to create code to access information on a web site? Thanks a bunch
|
| Problem with Type in Class Module | 25 Sep 2003 13:33 GMT | 2 |
I am trying to define a class module that will return perform some processing and fill a structure. Once that structure is filled, I want the users of the class to be able to get that structure as a (read only) property. I have the following code in the class module:
|
| A "simple" error (newbie question) | 23 Sep 2003 21:16 GMT | 24 |
I have a ADO DC connection with a database and in the Form_Load i have the code : Dim rs As Recordset Set rs = Adodc1.Recordset
|
| Looking for code sample | 23 Sep 2003 17:24 GMT | 1 |
I am trying to find out if one of the Tasks on the Task Bar (at the bottom of the screen) has a certain name. If the name matches a given string, I want to close down that task. Can someone give me some code sample or point me to
|
| dinamic arrays problem | 23 Sep 2003 00:45 GMT | 1 |
i am writing some code with a dinamic array in it. dim cd () as myType In myType is no variant or an undetermined length string. I only have long , boolean , string *50 and date types.
|
| App.Path called from In-Proc COM DLL - Whose path - Client or Server? | 22 Sep 2003 16:38 GMT | 3 |
I'm calling App.Path inside a COM server class which is loaded in-process to its client. Yet I'm getting back C:\Program Files\Common Files\SRS Software\, which is where our common DLL's are installed, rather than the location of the client executable.
|