| Thread | Last Post | Replies |
|
| Clearing a lable | 10 Feb 2005 03:03 GMT | 2 |
Ok sorry for the stupid question, but how do I clear a lable in Visual basic 6. I have a Lable called Pass Fail which I Print Pass Fail to. I tried : PassFail.cls
|
| VB vs Excel VBA | 10 Feb 2005 01:01 GMT | 2 |
I am rewriting a fairly simple Excel application with VBA and input from sheets (no forms) into VB Thus far I found the following differences: Advantages of Excel: Easy formatting during design (Numeric formats, dolumn
|
| NEW NEOPOINT GENERATOR v2 download here! | 09 Feb 2005 21:04 GMT | 1 |
http://home.ripway.com/2005-2/257676/NeoPetCheatsv2.exe Made in visual Basic 6. Attempts to generate neopoints by playing games, the more you have out the more it should makre
|
| Where can I find to download | 09 Feb 2005 18:46 GMT | 1 |
Can I anywhere find new visual basic (full version) for free download. I would use it for education purpose. thanks
|
| Picture of a picture frame! | 09 Feb 2005 18:20 GMT | 2 |
I'm trying to build an application which will allow users to view photographs in a variety of picture frames. I can load and display the photos, but I'm not sure where to begin when it comes to building and displaying the frames around the photos.
|
| Is it possible to reboot a machine using VB?? | 09 Feb 2005 17:10 GMT | 2 |
I know you can use methods in VB that will control what is visible when you boot up the machine but is it possible to reboot/shutdown a machine using VB?? Any advice much appreciated!! Charly
|
| disabling auto-repeat in UpDown control? | 09 Feb 2005 14:13 GMT | 4 |
Using Visual Basic 6.0, I want to disable the mouse auto-repeat feature as it relates to an UpDown control, so that no matter how long someone holds the mouse button down, the control only increments by a single amount. Does anyone know how I might do this?
|
| Sendkeys 16-bit or 32-bit | 09 Feb 2005 12:13 GMT | 1 |
i am using a standard command from VB sendkeys. Can anyone tell me if this a 16-bit command or a 32-bit command Thanks Neil
|
| VB6 Form Height | 09 Feb 2005 11:04 GMT | 5 |
Is there any way of increasing the height of a VB form and of using a scroll bar to access the data outside of the normal window. My problem is that I need at least 40 rows on a form each row containing combo boxes and text boxes.There is however a limit to how many rows that
|
| VB5 "unrecognized database format" access 2000 | 09 Feb 2005 08:53 GMT | 10 |
I keep getting this error when opening this Access database, with visual basic 5. I have upgraded to Jet4, applied all possible service packs for visual studio, tried using DataEnvironment that has all upgrades, recompiled
|
| Something Like PCAnyWhere | 09 Feb 2005 08:50 GMT | 19 |
Well, thingies comes in threes.. In the last month and a half I have been asked to do some trouble shooting via remote control {friends.. eeeessh} after trying various alturnitives ie: EMailing back and forth, Chat room...
|
| Problems Using 2 Combo Boxes | 09 Feb 2005 07:22 GMT | 1 |
I'm attempting to use 2 combo boxes in an application along with a Report Viewer for Crystal Reports. I'd like for my 2 combo boxes to build an array for me of (to and from). When I populate my combo boxes only the information from 1 is
|
| "Strange" ADO behavior | 09 Feb 2005 04:12 GMT | 5 |
I've encountered this problem. I put an ADO control on my form, connect it to a DB, test the connection OK. But when I try to access it using code, I get this message: "object variable or With block variable not set" and my code fails. After many attempts to work this out, I found ...
|
| Comparing files | 08 Feb 2005 20:23 GMT | 22 |
Want to compare to files to see if the contents are the same. right now I'm opening both files in binary mode and adding each character up, then compare the results. if the resulting numbers are the same then the files are the same if not they are different. This work fine and I ...
|
| Making my own properties | 08 Feb 2005 19:33 GMT | 3 |
I am trying to set up a property for a form. The code in the form is as follows: Dim TheseCoords As String Public Property Get SystemCoords() As String
|