| Thread | Last Post | Replies |
|
| Start an OLE Drag/Drop operation from a usercontrol | 14 Apr 2005 15:13 GMT | 2 |
I need to start an OLE Drag/Drop operation from a usercontrol to an intrinsic control oustide the usercontrol but still on the same application. The usercontrol is a sort of a grid/list view Although usercontrols have no OLEDragMode property, I created corresponding
|
| Hide a user control? | 14 Apr 2005 08:44 GMT | 2 |
I have created an OCX that contains two user controls. One user control contains several copies of the other user control (It's simulating a list box - of sorts). The second user control is only ever going to be placed on the first user
|
| slow tab change with Access2k bound grid | 14 Apr 2005 03:57 GMT | 2 |
I have a VB6 form with a tab control and it takes forever for the second tab to repaint. The tab is an ssTab control and on each of the two tabs I have a frame and in each frame I have a bound grid control.The grids are both bound
|
| Need help IDing a VB component | 14 Apr 2005 02:48 GMT | 3 |
I am looking to add a component to my project, but I am not sure what it is called (or the file that I need to add to my project). It is the type of list you get in Windows Explorer if you choose View\Details. You can drag the headings to size them, or click on the heading to sort ...
|
| Is VB6 rounding inconsistent? | 14 Apr 2005 02:43 GMT | 7 |
I'm using VB6 SP6. I understood from http://support.microsoft.com/default.aspx?scid=kb;en-us;196652 that VB does banker's rounding. This is consistent with these examples: ? round(0.15, 1) returns 0.2
|
| Redirection2 | 14 Apr 2005 02:15 GMT | 2 |
Just to know everybody I lost my original thread "Redirection" which posted few min. back, but at the time the OE crashed and I lost the thread, How shuld I get it back?
|
| Stepping into a Referenced assembly | 13 Apr 2005 22:13 GMT | 2 |
can anybody tell me what the trick is to getting VB.NET 2003 to step into the code of an assembly that I have referenced in my project? For instance, I have these two assemblies, both written by me in VB.NET 2003, and both referenced in my project. I have some code that looks like
|
| HA HA How do you get RID of a ctl? | 13 Apr 2005 20:23 GMT | 2 |
The crazy thing doesn't work anyway. How do I remove a "User Control"? Thanks again Paul
|
| Null values blow up my SQL statement - how can I deal with them? | 13 Apr 2005 18:58 GMT | 5 |
Hi, I'm looking at some code that opens up a recordset with an SQL Select like below: SELECT * FROM InventoryAdjustments
|
| How to work with a *.ctl control | 13 Apr 2005 18:37 GMT | 7 |
I have access to a lovely control.. my button quest again. However, this control is supplied with as a CTL file and I need to figure "how" to embed it in the project I am playing with, or convert it to an OCX file.
|
| Xpress Controls Library | 13 Apr 2005 17:38 GMT | 3 |
Thanks go to those who helped me yesterday, finding some command button that might be more "appealing" to look at than the intrinsic control supplied by Microsoft. The free library from Developers Express was interesting.
|
| Datediff question | 13 Apr 2005 17:37 GMT | 4 |
I am in the Central Time. When I do the following: DateDiff("s", "1/1/1970 12:00:00 AM", "4/13/2005 9:39:33 AM"), it returns 1113385173. But when another program (a C++ program) in Eastern Time does a Localtime on
|
| INI file | 13 Apr 2005 17:10 GMT | 14 |
Can ini file be created from vb6. If yes, how do you do that? Thanx
|
| Parsing Names | 13 Apr 2005 16:08 GMT | 5 |
I have the need to parse some names into multiple name fields and I don't want to have to re-invent the wheel if it isn't necessary. I've narrowed all the names down to these formats so far First1 middle1 &/and first2 Last i.e Sue Ann & Mike Smith
|
| Windows closing | 13 Apr 2005 15:59 GMT | 1 |
If you have an app running when Windows closes, what events are fired in order?
|