| Thread | Last Post | Replies |
|
| How to debug a SQL Server stored procedure using VB 6.0 ? | 04 Nov 2004 22:45 GMT | 3 |
Is there any way to debug (Step through) a SQL Server stored procedure from VB 6.0 Is there any tool or any add in available for the same ? Thanks and Regards,
|
| ADO Transactions per second | 04 Nov 2004 22:29 GMT | 5 |
I wonder if someone could help me understand the issues here. This may not quite be the right group but I am using VB6 so I'll at least kick it off here. I am designing a database system (using Access via ADO) that will read TCPIP
|
| Error 6: Overflow | 04 Nov 2004 22:12 GMT | 1 |
I have vendor application that written in VB 6.0 and backend Access 2000 and also send data via client server to SQL server. Now when I try to synch with server I got Error 6: Overflow with NT pro laptop but not on W2K laptop. What could be the cause as specific to platform ...
|
| version number of a dll | 04 Nov 2004 20:50 GMT | 2 |
I would like to write a vb utility that takes a directory and reads all the dlls and reports the modified stamp and version of every dll. I know how to get the modification date off of a dll. How does one read the version number of a dll (programatically, of course).
|
| My applicaton crashes at several points infrequently | 04 Nov 2004 20:10 GMT | 3 |
We maintain a product developed using vb 5.0 . This product crashes at few places, but not reproduceable always. We have functionalities like sending the data to H/W. receving the data from H/W. When we perform this functionality several times, our product crashes on performing some ...
|
| ActiveX container control | 04 Nov 2004 18:33 GMT | 3 |
Hi group I want to implement a container user control which could only holds other controls and when I'm using it in a client application use For Each obj in ucContainer.... in order to set their alignment and other stuff, well I know
|
| Passing array as parameter of user OCX | 04 Nov 2004 17:30 GMT | 1 |
I have a problem : I must passing into user OCX properties as dynamical array of integer. I have a code : ' ------------------------------------
|
| Referencing two ActiveX EXE for each other.. | 04 Nov 2004 17:16 GMT | 4 |
Hi.. I am confused with ActiveX something.. I built 2 ActiveX EXE project. For Each project should be referenced by each other ..
|
| ListView & DataGrid problem | 04 Nov 2004 16:32 GMT | 4 |
I'm now using VS.NET 2002 1. when disable a listview, the color to highlight a row is light grey, how can i change it to dark blue (like a disabled listbox) ? 2. when disable a datagrid and enable it again programatically, the vectical
|
| function and a subroutine | 04 Nov 2004 15:17 GMT | 6 |
Difference between a function and a subroutine, Dynaset and Snapshot, early and late binding, image and picture controls,
|
| Flexgrid | 04 Nov 2004 15:05 GMT | 3 |
Main differences between flexgrid control and dbgrid control Thanks in advance
|
| ListView Control (VB6.0) | 04 Nov 2004 14:48 GMT | 2 |
please - how can I assign to the ListView Control ONLY one column? I'm using a view - list. When i fill ListView control with a data,
|
| Saving Changes Made During Runtime | 04 Nov 2004 14:43 GMT | 2 |
Is there a way to save changes made to a form's design during runtime? In VBA (Access 2000) for example, you can programmatically (a) open a form in design view, (b) make changes and (c) close and save the form. But I have not been able to find how to do this in VB 6.0. Surely ...
|
| ASCII to UTF-8 | 04 Nov 2004 11:49 GMT | 1 |
Could someone show me an example to convert an ASCII string to UTF-8 string? Thank you. Anson
|
| Listview Colour & Column width | 04 Nov 2004 09:55 GMT | 2 |
Could somebody please tell me if it is possible to do: a) Change the background colour of each item in a listview. I know that the forecolour change is possible. b) To automatically resize a column in a listview based on the maximum width
|