| Thread | Last Post | Replies |
|
| ListView Drag and Drop Problems | 10 Jan 2006 19:36 GMT | 3 |
I have 2 listviews - one is local (file list) and the second is remote - - I've got a subroutine that's working that I want to implement using Drag and Drop, but for the life of me - I can't figure out how to do it. Local ListView Code:
|
| Painted into a corner | 10 Jan 2006 19:28 GMT | 17 |
::sigh:: Currently I am using a subclassing technique (AddressOf/WinProc) in my ActiveX control. Most of the documentation I got from the MSDN. And as anyone knows, you don't stop a project when a subclass is in place. Fine.
|
| Break Mode Not Run | 10 Jan 2006 19:20 GMT | 10 |
I have an issue with VB. I write a code and when I tried to run in break mode in order to Debug it, this doesn't work runs the whole code even if I put a breakpoint or tri to use step into (hot key F8). Any idea how can I enable?
|
| printer on LPT1 | 10 Jan 2006 19:17 GMT | 2 |
is there a simple way to determine if the printer attached to LPT1 is on via VB? tia, mcnewsxp
|
| Imitate mouseover type event | 10 Jan 2006 19:09 GMT | 6 |
What I'd like to do is, on my form, when the mouse is over a particular control (listview/treeview, etc), I'd like focus to be set to that control, in order to enable the mouse wheel on that particular control. Any ideas on how to get this accomplished?
|
| Removing Components | 10 Jan 2006 19:02 GMT | 4 |
After creating my first user control and making a mess, the Components window now has 3 extra listings of my control (wrong name, type, etc..). Where are these stored so I can remove the non-existant entries? Can't unregister them because they no longer exist (probably another ...
|
| Newbie question | 10 Jan 2006 15:31 GMT | 9 |
Hiya, I have a question and since I'm asking for someone else I would appreciate not too many giggles but a few are ok. What I need to do is to refer to a file within my program. That file is in
|
| convert my vb6 project to vb.net | 10 Jan 2006 15:13 GMT | 2 |
how can i convert my vb6 project to vb.net. i am also using more than 10 registered 3rd party controls. Thank you
|
| XML and Persistence | 10 Jan 2006 12:39 GMT | 2 |
I am trying map VB6-Objects to XML (similiar to Java-Beans) has someone already created a framework for this? Martin
|
| Moving Windows Taskbar by coding 0% Success | 10 Jan 2006 12:10 GMT | 2 |
How come you experts keep this forum without 100% success to move windows taskbar by coding? since few days I have explored >100s of messages with "Failures" in moving Windows Taskbar especially with WinXP.
|
| ListView - RightClick item to select | 10 Jan 2006 12:07 GMT | 4 |
How can I make sure, that when I right click on a row in my ListView control, that that exact item is selected? Right now, I must left click to select it - then, right click on it to get my popup......it needs to go directly to the item clicked on ....
|
| What is better? | 10 Jan 2006 11:14 GMT | 7 |
Is it more efficient to declare variable as a Byte, when variable can have only 2 values: 0 and 1, or with recent computers it should be declared as Long? Your thoughts please,
|
| i have a newb question | 10 Jan 2006 11:09 GMT | 2 |
Im upgradeing from 6.0 to 2005 express, and i could not find any whay to make this code what worked on the first version to work the other. I want to check the last item, i can capture it (bold text), but can't check it with .check=true or the value=1. What am i missing?
|
| Copying values from one form to another in VB | 10 Jan 2006 11:05 GMT | 3 |
HEEEEEELLLLLPPPP!!!! Can anybody tell me how to copy a value from one form to another in VB? I want a user to enter a phone number and then when the particular option is clicked, another form will appear telling the user if the value enter is numeric or not. PLEASE PLEASE HELP!
|
| finding number of objects created for an class | 10 Jan 2006 09:46 GMT | 3 |
Ive created an Exe and a DLL Im created more than one objects for these two in different applications how do i know how many objects are created and how do i found out how
|