| Thread | Last Post | Replies |
|
| UDT default property? | 07 Apr 2008 16:29 GMT | 2 |
Can I create a UDT that has a default property? (In VB6). I have an existing UDT, but I would like to add a property without having to change every place that already uses it. Example:
|
| That does not make sense! | 07 Apr 2008 13:54 GMT | 2 |
ListView1.Enabled = False When resizing window, and the ListView height is smaller and some list items are not seen anymore, the vertical bar will appear, although it is no use because enabled property is set to false!!!!
|
| vb6 question | 07 Apr 2008 13:46 GMT | 30 |
Is there any way to make the following date functions: Format CDATE DateAdd
|
| Acents? | 07 Apr 2008 13:41 GMT | 2 |
Hi, I'm using VB6: With Inet1 'Inet Control .AccessType = icDirect .Proxy = ""
|
| Internal mechanism of ADO "native" methods | 07 Apr 2008 07:48 GMT | 9 |
I've just found a method of calling stored procedures using ADO's so called "native methods". To my shame, I was not aware of this technique so far. Basically it allows to call SPs as if they were methods of the Connection (or Command) object.
|
| How do you MAGNIFY the view? | 06 Apr 2008 11:31 GMT | 24 |
I've seen an application or two that provided a means to magnify the screen content that was under the mouse cursor. At times, my charting application may have a lot of details drawn on the chart in a certain area that makes it hard to distinguish. It would be great
|
| How to capture picture through USB web cam with VB Programmimg | 05 Apr 2008 07:38 GMT | 8 |
I have to develop a software in which I need to capture photo from USB Web cam but I dont know how it can implement. Please help me. Thnx in anticipation yours
|
| References To Microsoft Office Applications | 05 Apr 2008 02:58 GMT | 3 |
I have Microsoft Office Professional 2007 installed on my PC. I am developing an application for a PC that has Microsoft Office Professional 2002 installed on it. How do I include references in my project that will allow my program to work on their machine? As an example, I ...
|
| File sharing | 04 Apr 2008 22:51 GMT | 1 |
I am having a problem with my laptop and file sharing keeps resetting to off. I would like to write a small program at boot up that would turn it back on. Can anyone tell me if this is possible..I assume it is a registry setting
|
| Data Report | 04 Apr 2008 19:46 GMT | 9 |
Guys, Have an interesting little issue here. I'm using the VB (ActiveX) Data Report along with a DataEnvironment. The environment connects to an Access database in which I've placed tables that
|
| Callbacks in VB6 | 04 Apr 2008 18:17 GMT | 37 |
I was looking at the wininet DLL earlier today and seeing how easy it would be to use it to create an FTP transfer class. So I started out playing around. Is there anything I need to know about using Callbacks in VB6? I was just running some test code in the GUI using the ...
|
| Ann: RichClient-Toolset (new version) | 04 Apr 2008 02:45 GMT | 1 |
Just packaged a new version of my toolset, www.datenhaus.de/Downloads/dhRichClientDemo.zip which is placed in the Public Domain and currently consists of three binary components - coming with
|
| Combo Box Change | 03 Apr 2008 23:47 GMT | 2 |
Is there anyway to activate combobox_change( ) when an item from the combo box is selected, or any code to replicate this ? Any help would be greatly appreciated. Thanks in Advance.
|
| How that is done? | 03 Apr 2008 22:34 GMT | 3 |
Internet Explorer ver 7 status bar When dragging right edge browser's window inward (reducing width) the status bar is getting narrower starting from the left (not right) side. It looks like the right side is permanently anchored.
|
| Pass object or Raise Event? | 03 Apr 2008 21:58 GMT | 47 |
assume some classes working together to some end (which, composed of different tasks, takes some time) main creates controller class and asks for service controller class creates worker class
|