| Thread | Last Post | Replies |
|
| Vbscript syntax checker | 20 Feb 2008 01:32 GMT | 2 |
Does anyone know of some good example vb code to act as a syntax checker for vbscript. I am using the Microsoft Script Control in Visual Basic 6. I have some good format/color/highlighting code but now I would like to integrate syntax validation into the code. Any
|
| drag and drop using sstab control | 20 Feb 2008 00:12 GMT | 2 |
I am trying to use drag and drop with an sstab control. The tab control has the dragmode set to manual and I am trying to allow for object.drag vbbegindrag within the mousedown event. Hopefully it seems obvious why am seeking help. How do I implement drag within the mousedown ...
|
| Function Editor ActiveX | 19 Feb 2008 22:13 GMT | 12 |
What I am looking for is a formula editor/processor that I can embed into my visual basic 6 application. I want to allow the users to be able to create formula's (similar to crystal reports formula editor) or even be able to write vb code and me be able to save it to a db.
|
| Vista Screen Dismay | 19 Feb 2008 20:12 GMT | 29 |
VB6SP6 Unresolved screen crazy wild problems. Undescribable screen jumps and dances only under these conditions.Whole screen involved and the only way out is to reboot but does not even respond
|
| Search as you type function? | 19 Feb 2008 18:51 GMT | 3 |
Does someone already have a Search As You Type function available for public use? I need to search through four different String arrays on the fly. At least, that's how I'm envisioning it to work. I'd like to capture the letters I type and return the first array member whose
|
| Conversion of signed digit to 8 digit hexadecimal in vb6 | 19 Feb 2008 11:33 GMT | 20 |
i need to write a program which convert a signed digit to a 8 digit hexadecimal. If given a decimal number 100, i need to convert to hexadecimal as 00000064.
|
| Copy + paste rows into another sheet - in Excel | 19 Feb 2008 09:32 GMT | 10 |
I'm new to VBA and have a question. Basically I need to make a code that can perform a search and copy and paste the the rows from one sheet in excel to another. Let me explain it. 1. The user type in a number in cell "A1" in sheet 1 and hit the
|
| MapVirtualKeyEx? | 18 Feb 2008 22:03 GMT | 2 |
Hello newsgroup, I am trying to convert a character intto its virtual key. Easy for known characters, but not when I am working with a foreign keyboard because if you only have a string then you won't easily get to know the VK. I have
|
| Was there ever anything similar to Sheridan's VBAssist? | 18 Feb 2008 19:20 GMT | 2 |
For VB5/6. Shareware? Freeware? Commercial ware? MM
|
| What is the best installation folder for an Active-X-Exe? | 18 Feb 2008 15:24 GMT | 6 |
Am I right with the idea that the best/ most suitable installation folder is System32 (SysWow)? Thanks. Karsten
|
| About VB add-ins for VB5/6 in general | 18 Feb 2008 14:30 GMT | 1 |
I should have added this to my previous post. I have written numerous add-ins for my own use, using mainly Gene Swartzfager's excellent book Creating Visual Basic 5 Add-Ins. These add-ins were mainly for manipulating code, adding error handlers, that
|
| List box alignment question | 18 Feb 2008 10:26 GMT | 4 |
I'm using a list box like this: For x= 1 to 20 Get... List1.AddItem Buffer4.TranDate & " " & Format$(Buffer4.TranGross,
|
| PrintForm method, no controls print | 18 Feb 2008 10:06 GMT | 9 |
My form has a light blue backcolor and there are 4 controls on it. 2 picture boxs with graphics and 2 frames, one with 2 flrxgrids and 1 with command buttons. The Form.AutoRedraw property is true.
|
| Different resizing behaviour on 120 dpi screen | 18 Feb 2008 09:10 GMT | 30 |
I am testing my app look and resizing. When testing it on 120 dpi screen the behaviour is as follows: 1. dragging the bottom right corner diagonally upwards or down it moves window
|
| How to compare the records in ListView with MySQL query??? | 18 Feb 2008 07:35 GMT | 1 |
I wish to display 5 records in the ListView and then if I double-click on each of the record, a form will be called up to display the detail description of that particular record by searching through MySQL database. Until now, I can get the form to be displayed when the user ...
|