| Thread | Last Post | Replies |
|
| VB math prob | 08 Nov 2005 09:12 GMT | 4 |
Hi grp What the ... is this. Have I missed something? Dim x as Long x = 192 * 256 '** overflow error ???
|
| A bug? | 08 Nov 2005 08:46 GMT | 2 |
Some methods, such as PSet and Line, at times cause an error: Compile Error: Wrong number of arguments or invalid property assignment. However, it is not correct. For example:
|
| TOUCH SCREEN FUNCTION | 08 Nov 2005 08:36 GMT | 11 |
Is there a TOUCH SCREEN FUNCTION in VB i.e. similar to the "Self check out" used in some stores? Has some one written one? Any references? Hugh
|
| Expert System | 07 Nov 2005 23:38 GMT | 4 |
Does anyone know of an example of an "expert system" done in any version of basic? I've searched Google with an elephant gun and a Zulu guide but have been unable to find any real examples. There are lots of commercial
|
| Service packs | 07 Nov 2005 22:41 GMT | 2 |
As far as vb6 is concerned, do you have to install the service packs in order or can I just install pack 6 on its own? Do packs 1-5 exist? Cheers, Brian
|
| And... | 07 Nov 2005 21:35 GMT | 18 |
|
| global variable and scoping | 07 Nov 2005 13:36 GMT | 3 |
I've been having trouble with using this Global flag I have (gRecordSaved). It is of type Boolean. I'm using VB 6.3. I have a separate module called modGlobVar to declare all my global
|
| Personal productivity | 07 Nov 2005 09:30 GMT | 10 |
Would anyone like to give me an estimate of their personal productivity? According to my records, I have coded 270 classes and interfaces in 330 hours.
|
| .NET Web Application using IIS on XP Pro | 07 Nov 2005 02:44 GMT | 1 |
Hi there ... Has anybody managed to deploy a dotnet web application on to Win XP Pro, with IIS ? - or do I need to deploy on to Windows Server ? I have the web server running on the target platform, but I cannot see how
|
| Reinstalled VB 6.0 professional - must I register ? | 07 Nov 2005 02:02 GMT | 2 |
I just reformatted my hard drive and reinstalled win XP home ed. After which I had to reinstall VB6.0 of course. Couldn't register on microsoft - kept taking me to VB .net page and rejected my sreial # or whatever it's called (from help about). I registered the previous installs ...
|
| Test - comp.lang.basic.visual newsgroup appears to be dead | 06 Nov 2005 01:48 GMT | 1 |
|
| ubounds | 05 Nov 2005 12:21 GMT | 4 |
I thought I had this, but if I've got a dynamic array like this: ReDim KWArray(1, 0) As String and the array doesn't get further ReDimmed, ie: there's just one "row", and I loop through it with the code:
|
| Can't paste in VB6 program | 05 Nov 2005 12:14 GMT | 6 |
I'm running a VB6 program, the IDE for a compiler. Paste doesn't work if the text was cut/copied from within the program. That is: 1. Cut/copy inside the program, can't paste.
|
| Control in focus | 05 Nov 2005 12:09 GMT | 4 |
When i want to go to next control ON ENTER KEY i use this piece of code Form.KeyPreview = true Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeyReturn Then
|
| Round and Round | 05 Nov 2005 11:26 GMT | 12 |
I'm having a big problem trying to round some numbers with VB. If the value is .3456, I would like it to round to .3460. If the value is 1.382 I would like it to round to 1.380. Whatever the last digit is, it needs to end up as a zero (0) by either
|