| Thread | Last Post | Replies |
|
| Problem with Arrays (TicTacToe) | 31 Oct 2003 21:52 GMT | 1 |
I have this assignment to make a Tic Tac Toe game, I believe I got the whoe thing done. I set up 9 lbl through the use of an array, I can check to see if there is a winner. But I don't know what to do if there is a tie. Below is my code, if you can follow it. I would really ...
|
| shellexecute | 31 Oct 2003 19:44 GMT | 1 |
How can I start Explorer at "Desktop" / "My Computer" / "My Network" with ShellExecute[Ex] API ? Can I call the file/folder context-menu(=right klick on file/folder in explorer) with this API ?
|
| HOWTO: Enable Windows Script Version Tools Support for Visual InterDev | 31 Oct 2003 16:25 GMT | 2 |
How can I use Visual InterDev6.0 to edit VBscripts? Following instruction on MS web site(http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/s upport/kb/articles/Q249/0/24.ASP&NoWebContent=1), I still cannot enable VBScript editing (file extension is wsf), ...
|
| A touch of class <sic> | 31 Oct 2003 15:31 GMT | 3 |
I have defined as part of a personnel system a class called staff which is very straight forward and works well. However, two elements of the class are unfortunately not cut and dried. These are the Notes and the SchedulePreference elements of the class. Notes are for the ...
|
| Directory Control | 31 Oct 2003 14:44 GMT | 2 |
Liebe Gemeinde, wie heißt denn nur (Bezeichnung; Dateiname) das Steuerelement, ähnlich der linken Seite des Windows-Explorers, um ein Verzeichnis / Ordner auszuwählen. Vielen Dank
|
| Beginner SQL question | 31 Oct 2003 14:43 GMT | 10 |
Psychological block! I just need a push to get started Suppose I want to put an original record table in alphabetical order, how do I do it with a vb subroutine? I have a file phonebook.mdb
|
| Maybe I've been looking at this too long... | 31 Oct 2003 13:55 GMT | 3 |
I have an application that copies files from one folder on a client machine over the network to another folder on the server and it works very well. The To and From locations are hard coded into the application. Several others are now interested in the application and I put together ...
|
| API Call | 31 Oct 2003 13:38 GMT | 1 |
I am trying to get file version info. When I run the following code, VB closes (No error, nothing .. it just goes away!) when I run the last line. Any comments??? Otherwise, any other way of getting the file info of a file that is not
|
| Bind an application to a specific PC | 31 Oct 2003 11:26 GMT | 5 |
I am looking for ideas on how i could hard code my application (VB6) such that it would be difficult to get it to run on any other machine other than the one i want it to. Obviously this is a common problem for commercial software vendors around the world, but in my case the ...
|
| how to use mysql | 31 Oct 2003 09:42 GMT | 10 |
in order to stock a lot of information, i want to use some BD like mysql (i use mysql with php, i don't use access... so i don't know anything about access) what is the best way to use a mysql file (??) with an exe file built under
|
| CallByName() causes "out of stack space" error | 31 Oct 2003 08:54 GMT | 3 |
I'm writing an ActiveX DLL in VB6. The DLL exposes a class of objects that can be created through an ASP page. Some of the properties of some of the objects are set "dynamically," that is, the Property Get function runs a GetPropertyValue() function that gets the value for
|
| Form level array | 31 Oct 2003 04:21 GMT | 9 |
How can i reset a form level array when user clicks on a "Reset" command button? I need to clear the array contents to begin again. Can an array inside a class module be reset from a form? I've tried all I can come up with to do both. Any suggestions?
|
| Opening an Access2K file with VB6 | 31 Oct 2003 04:05 GMT | 4 |
I would like to open an Access2000 database file in Visual Basic 6. When I try it tells me that the database is in the wrong format. If I convert the database to Access97 format, then the file opens with no problem. I have tried the ADO route, and the DAO route, all to no avail. ...
|
| creating Table using SQL statement | 31 Oct 2003 03:30 GMT | 1 |
As a learner I am grateful to all who has helped me in my learning process. Here is another question (Simple) that I would like to post. I will appreciate your reply very much. I want to acess data in csv format with the header containing the
|
| Window Title | 31 Oct 2003 01:56 GMT | 2 |
Hey guys. I am using an application to start several other executables and I need to be able to discern between them. I figured the best way would be to grab their specific window title/caption. But I am unable to figure out how.
|