| Thread | Last Post | Replies |
|
| If statement inside loop | 31 Aug 2006 23:00 GMT | 8 |
I am modifying a csv text file to match the import specs of a proprietary software package using VB6. I am trying to change the value 001, which is in every record, to a unique sequencial number with exactly 3 digits. (There are seldom more than 250 records in the text file data ...
|
| test whether a value is in certain range | 31 Aug 2006 22:15 GMT | 6 |
Can anyone please help me how I can test whether the value of an integer is within a list of some ranges like dim i as integer i=51
|
| What can I use instead of "picture box"? | 31 Aug 2006 22:02 GMT | 1 |
Hi everyboy I'm new to VB. NET, and I need to know what instruction can use instead "pictre box" control, I need to regenerate the picture in a window after that another window was superimposed or activate another application, or if
|
| Replacing strings in text file | 31 Aug 2006 20:10 GMT | 7 |
Thank you for your help replacing the If statement in the Loop. You all were right, I removed the If structure and replaced it with ReDim SamArr(0 To rst.RecordCount - 1) ReDim OO1Arr(0 To rst.RecordCount - 1)
|
| turn off the repaint of program | 31 Aug 2006 17:42 GMT | 3 |
how can I turn off and turn on the actualizing of display on monitor (such as repaint)? My form need to initialize many controls and ..., it is not nice, when the users see these changes, resizing.
|
| VB6 output to Excel | 31 Aug 2006 16:33 GMT | 2 |
My program searches through an Access database, and finds certain results. I am currently outputting them to notepab, but what objects and commands can I use to output to an excel spreadsheet. I have done this in C++ 2003.NET but not VB6.
|
| checkbox array | 31 Aug 2006 15:56 GMT | 4 |
I converted an app from vb6 to 2005. The check box array I had changed to a vb6.checkboxarray. How do I add items to this array?
|
| ActiveX controls offCentered in IE | 31 Aug 2006 15:55 GMT | 2 |
I have an activeX control that has a bitmap for a background (its picture property). I have an image on top of the background. My problem is that my top image is offcenterd ~150 pixels to the right and
|
| Binary data in Variant | 31 Aug 2006 15:54 GMT | 1 |
I'm using the MSCOMM.Input property to get binary data from a system at 9600/n/8/1. It's working well to get short bursts of data. I can send it to a text box as a hex representation and it looks right. The question is, how do I get a longer burst of data and save it to a
|
| Install ActiveX | 31 Aug 2006 14:36 GMT | 1 |
I create user profile (without Administrator rights) in Windows XP. This profile is require in my network domain. When I am using regsvr32 to install ActiveX control, this function return
|
| Calling ATL/COM methods from a vb6.0 application. | 31 Aug 2006 13:08 GMT | 1 |
How to call ATL\COM dll methods from a VB6.0 Client Application? Can anyone guide me on this implementation. Thanks in Advance.
|
| access to const declared in a DLL | 31 Aug 2006 12:59 GMT | 1 |
I have to modify a VB6 program and I want to access to a const declared in a DLL from the app. I've tried to declare it as public inside the library but the application reports an error cause it doesn't recognize that constant. How can I do that?
|
| Replace, in Word saved file, CHANGE variable containing ADODB binary stream (byte array) | 31 Aug 2006 09:58 GMT | 2 |
Hi to everyone from Bologna! After 1 day spent in Googling, i gift you this problem: Situation =========
|
| ComboBox Click() not occurring | 31 Aug 2006 09:34 GMT | 1 |
In an entry form, I am using a ComboBox control (Forms 2.0 Object Library) (Property: Style=fmStyleDropDownList) with 26 number-prefixed items in the list, with the first item in the list visible. The user HAS_TO_SELECT an item from the list.
|
| Problem with using FindWindow | 31 Aug 2006 03:18 GMT | 1 |
I'm using the code show below to show the 1st instance of a program if the user attempts to start-up a 2nd instance. The problem I'm having is that the Caption text in the running instance changes from time to time. And the FindWindow call thus
|