| Thread | Last Post | Replies |
|
| Recursive loop keeping 2 controles in sync | 14 Mar 2008 14:23 GMT | 4 |
I am having a problem keeping a Scrollbar and FlexGrid in sync. I keep running into a recursive loop. I want a change of position in either control to update the other. snippet:
|
| VB6 flashback - A quick memory refresh please. | 14 Mar 2008 14:08 GMT | 13 |
I haven't touched VB6 since 2001. I've just been given a VB6 program to autopsy. Given a project group with a windows executable and an ActiveX dll, I'm trying to build the group and I keep getting a build error: Permission
|
| New version of VB6 Mousewheel fix | 14 Mar 2008 04:11 GMT | 11 |
Thought the newsgroup would be interested... After a short 4 years, I was coaxed into enhancing my VB6 Scrollwheel Fix program. Check it out at http://www.joebott.com/vb6scrollwheel.htm . Sorry about my terrible website.
|
| File not removed until program closed | 14 Mar 2008 01:22 GMT | 6 |
I have a VB 6.0 application that uses FileSystemObject, objFSO.deleteFile(temp) to remove a work file. It appears to delete the file... after deleting, the objFSO.fileExists(temp) returns false. However, if I look at the file directory before closing the program, the
|
| OleDragDrop between 2 instances of 1 UserControl | 13 Mar 2008 20:54 GMT | 11 |
I have 1 usercontrol (2 instances of them on 1 form) and I need to drag/drop between them. Nothing specific, just data. For example a string. I have managed to initiate an OleStartDrag in 1 control (at MouseDown,
|
| Checking if a Program is Open | 13 Mar 2008 20:11 GMT | 6 |
This is Part II to my previous post: http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_thr ead/thread/199e0f2fde761cf8/35c85ce3575faa65?hl=en#35c85ce3575faa65 In a nutshell, I need to find if a program is open. I don't know the name to search for using ...
|
| Shell a specific MSC | 13 Mar 2008 18:02 GMT | 4 |
In short, I need a way using VB6 to open a specific MSC file/ component. In detail, the boss uses a program that requires a certain service is running. However, if that service is running and he removes a USB
|
| ActiveX EXE...stumped | 13 Mar 2008 17:26 GMT | 2 |
Okay chaps, this is my first axEXE experience, so be easy. What I am about to write I don't even know is possible. Either way, I'm stuck. Originally I wrote a class file to accept properties from my add-in and then produce an output file based on those properties. So my add-in ...
|
| Setting Borders in Excel Spreadsheet | 13 Mar 2008 15:34 GMT | 6 |
I'm using a VB6 app to create a excel spreadsheet. I'm getting the same error I try to turn on the borders for a selected range: Selection.Borders(xlDiagonalUp).LineStyle = xlNone With Selection.Borders(xlEdgeLeft)
|
| Looking for a better way to do this | 13 Mar 2008 13:53 GMT | 55 |
Okay, I'm trying to manually process a field full of binary data, and I'm trying to figure out if there's a better way than the fairly obvious "hard way". Field data is stored in a Variant Array of Bytes as follows: JunkData(0 to 17)
|
| Installable iSAM | 13 Mar 2008 12:44 GMT | 5 |
hello i have installed a program that was made in visual basic 6.0 that utilizes MS access 2003 . however, when i try to save or view the data (which it calls up the MSaccess file which it saves to), I get the error Error 3170: Can not find installable ISAM
|
| View image using ADODC | 13 Mar 2008 08:45 GMT | 3 |
Anyone knows how to view image using ADODC? I have a access database and set a field named "Picture", the data type is OLE/Object.Then I insert object and select the image (bitmap). On the VB form I used picture box(is that right tool to use?). Then i set the datasource and
|
| Form load events | 13 Mar 2008 06:16 GMT | 4 |
I have a form that contains an sstab control. When the form loads, I set the visible tab(s) based on the user logged in. For simplicity sake, assume there are two tabs showing. When the form loads and tab(1) is visible, I want to execute (after loading the form) code that will ...
|
| reading mouse wheel rotation in VB6 | 12 Mar 2008 23:00 GMT | 40 |
How to read mouse wheel rotation in VB6? I am not a programmer. I need to control a step motor from a computer via a serial port. I am trying to write a code to move the motor one way or another by using a mouse wheel, when a mouse cursor is placed on a control button on
|
| Can't call the Module function | 12 Mar 2008 22:49 GMT | 9 |
I don't know why I can't call my Delay Module function but it works before. Here is my module code --------------------------------------------------- Option Explicit
|