| Thread | Last Post | Replies |
|
| HotKey CTRL + F12 Copy to Clipboard und run something | 28 Jun 2005 16:42 GMT | 4 |
Hi @all, i want to build something that copys the selected text (doesn't matter with application) into the clipboard if the user hits CTRL + F12. Than i want to call MyText = Clipboard.GetText and use this text. My idea
|
| Pasar Datos entre aplicaciones | 28 Jun 2005 14:47 GMT | 1 |
Buen día, Requiero realizar una aplicación que simule "oprimir" teclas y hacer click en Internet Explorer. Alguien puede ayudarme por favor??? Muchisimas gracias de antemano por la atención y la ayuda!!
|
| Error 2147417848 - Method '~' of Object '~' failed. | 28 Jun 2005 09:05 GMT | 7 |
I have googled for a couple weeks now on and off regarding this issue, and the closest I've come is someone explaining almost the exact scenario here: http://www.busterone.com/new-1762156-3394.html I have an ASP page that calls one of our DLLs. This DLL makes calls to many
|
| Howto get the (system) visited links colour ? (API) | 27 Jun 2005 21:52 GMT | 1 |
I'd like to retrieve the colours defined by the user for the visited links (IE/Options/Colors). I looked high and low for an API allowing me to do this, but I haven't found anything yet. Is there any way to do this ?
|
| Subclassing and PictureBox "viewport" | 27 Jun 2005 19:27 GMT | 9 |
Encountered a strange problem with subclassing a form that has a scrollable viewport. Using VB5 Enterprise. I'm subclassing a form because of the need to detect when the app gains/loses focus. Nothing complicated, just
|
| SQL Parameters with Wildcards | 27 Jun 2005 15:47 GMT | 2 |
I'm trying to allow users to search an sql memo field from a visual basic.net app. It almost works, but i can't get the parameter to work w/ the % wildcard. I think the problem is in the where statement. Any ideas?
|
| moving focus up after pressing arrow up key | 27 Jun 2005 14:40 GMT | 27 |
I would like to know how to move focus back /up/ when the user press "arrowup" key. Is there anybody who has ready module for this? ThanX
|
| VB 6 app crashes on windows 2003 server | 27 Jun 2005 13:25 GMT | 1 |
Hi all. I have an app written in vb 6 that has been tested on win 98, win 2k, win xp home, win xp pro. The app works fine on all of these operating systems. However, the app has trouble on windows server family operating systems. Specifically Win 2k server and windows
|
| How many hex digits make a negative? | 27 Jun 2005 06:33 GMT | 5 |
Sub Main() If CLng("&HFFFF") = &HFFFF Then Call MsgBox("That would make too much sense!") Else
|
| Determining which modem to use... | 27 Jun 2005 05:39 GMT | 1 |
I have a need to use two modems on several computers. Each to be used for a different purpose ( a requirement placed on the user by a vendor). One is Internal and the other is External. My problem is to be able to read the modems (Name, etc) and add them into a Combo box so the ...
|
| Ripping ISO From CD in VB6 | 27 Jun 2005 04:29 GMT | 1 |
Im looking to write a VB6 app that will allow me to rip a CD to an ISO file, what is the best way for me to go about doing this? Are there any available libs (free preferably) that I could use to do this? Alternatively does anyone know if it is possible to link into apps such
|
| Microsoft Action Data Control 6.0 | 27 Jun 2005 04:02 GMT | 3 |
I have a few programs that I have written using the Microsoft Actgion Data Control 6.0 data control. Tonight I decided to write another program and could not locate the control in the components dialog box. I did a control-T and then looked for the data control but could not ...
|
| Req Could someone post OCX and VBX Custom Controls | 27 Jun 2005 03:33 GMT | 2 |
I need of ocx and vbx custom cntrls any post would be much appreciated im trying to get communications option in VB 4 i know Dinosaur but its still plunking slong for me :) Thank You and best wishes
|
| Design question | 26 Jun 2005 17:40 GMT | 4 |
Or, maybe it's just a stupid question ... I do those too! What I want to have is a list of like 10 possibilities (ascii text) with, based on some inputs, those that are still valid to be hightlighted, in some manner, and those not valid to be dim ... and iterate on each input.
|
| VB 6.0 Don't Add a New REcord | 26 Jun 2005 05:56 GMT | 4 |
I need to try this a different way. I have a datagrid in VB 6.0 and the user can add new records. I want to validate the record before it is saved and, if a particular cell is not completed, I don't want the program to save the record when the user moves
|