| Thread | Last Post | Replies |
|
| VB6 Flex Grid Programmatic Scrolling | 22 Aug 2005 15:44 GMT | 2 |
I am looking for a way to get my flex grid to scroll by code. I have tried setting these properties to the cell I want to scroll to Row/Col RowSel/ColSel
|
| Layout of a file written by VB6? | 22 Aug 2005 15:24 GMT | 8 |
I have some binary files wrtten by a VB6 application (using FreeFile, Open, Put and so forth) that I need to read using C++. I have the source code of the VB6 app, and I've looked at some raw files it outputs; it seems like a fairly straightforward hack, but the problem
|
| loop the items in a enum | 22 Aug 2005 14:53 GMT | 2 |
Is it possible to loop the items in a enum? What I try is the following: public enum weekdays mon = 1
|
| MSXML - Check if document loaded | 22 Aug 2005 14:00 GMT | 6 |
I would like to use DOMDocument40 in async mode (default) and came across a problem I can't seem to solve. What I would like to do is load a document, check a node's value and if this value is "X", start parsing the rest of the XML file. I am handling the
|
| Have a control in a separate DLL (whether COM or not) | 22 Aug 2005 06:12 GMT | 1 |
It is possible to have an ActiveX control (COM DLL) and place a control in it, so it can be used in my vb project. But is it possible to have a control in a dll whether created in c++ or in vb but compiled as non-com (using vbAdvance)?
|
| VB6: MSXML2.DOMDocument40 problem | 21 Aug 2005 14:24 GMT | 6 |
I'm having a problem with the following: Dim XMLObj As MSXML2.DOMDocument40 Set XMLObj = New MSXML2.DOMDocument40 I get an error 429 on this second line.
|
| NEW GROUP | 21 Aug 2005 11:31 GMT | 1 |
I JUST STARTED A NEW GROUP ON USED OIL RECOVERY. I AM INVITING ANYONE WHO WOULD LIKE TO CHECK OUT MY GROUP AND POST A QUESTION OR RECYCLE ANY USED OIL, FILTERS, AND COOLANTS. URL http://groups.google.com/group/ENVIRONMENTAL-OIL-RECOVERY
|
| VB & Excel.. Accessing a Excel Worksheet thats already open at run | 21 Aug 2005 09:17 GMT | 2 |
Working on a Program that polls data from our P.O.S. Registers and throws it into an excel worksheet... Works great execpt for one problem, I Don't want the program to open the Excel Workbook. The Workbook will already be open (from closing manager typing in other data), but ...
|
| need help with bitblt color x (using mask) | 20 Aug 2005 19:34 GMT | 1 |
I have a tileset with fonts (255 32x32 tiles, 32 pixels high and 256*32 pixels wide) and another tileset with 16 solid color squares (each is a different color, 32 pixels wide x 32*16 pixels high). These are loaded into pictureboxes:
|
| listview data not filling with access db on backend | 20 Aug 2005 19:19 GMT | 2 |
trying to add data to a listview on a form with 2 tables joined together Set rsAccTypes = New ADODB.Recordset rsAccTypes.Open "SELECT TABLE1.*, TABLE2.* FROM TABLE1, TABLE2", cnBank, adOpenKeyset, adLockOptimistic
|
| Selecting a Data Control register with Listbox or DBCombo or DBLis | 20 Aug 2005 15:38 GMT | 1 |
Sorry, gentlemen, for such a basic VB question: I have a 250-Rows Access table, accessed though a Data Control. It works fine. Now I want to avoid clicking all the way to my selection.
|
| Popupmenu in VB.NET | 20 Aug 2005 15:12 GMT | 1 |
Hai, I have placed a Combobox in a windows form where there is a list of the employees in the combobox. I have also placed a button beside the Combobox. I have to create a popupmenu with some details like Age,
|
| DLL Problems | 20 Aug 2005 10:22 GMT | 2 |
I have a sample that call a DLL, which is bundled with the sample, and user no need register (regsvr32 XXX.dll) it before run the sample program. It is great but I dont know how to do it I have using it's sample code as template and paste my code inside the
|
| Strange behaviour of Str$ | 20 Aug 2005 10:15 GMT | 8 |
My application was running on an XP SP2 machine, with the regional settings set to give a "." as the decimal separator. I went into the control panel, and changed the settings to a "," decimal separator, while the app was running.
|
| large form with small screen area | 19 Aug 2005 22:18 GMT | 3 |
I have problems when I have a large form and a user sets the screen area to 640 X 480 pixels. I thought this would be something that windows handles automatcially and adds scroll bars to the form / window / screen. But that does not happen in my applications. With 640 x 420 ...
|