| Thread | Last Post | Replies |
|
| Storing Text To The Clipboard | 19 May 2006 17:39 GMT | 10 |
I am trying to store text to the clipboard in VB. The following does not work: Clipboard.SetDataObject("TEST") What am I doing wrong? Thanks,
|
| Parameter prb | 19 May 2006 16:32 GMT | 5 |
I have a function with several parameters(integer, string, string, string, date(), UDT(), string, string, string, long). My problem is that, even I have checked each parameter for incompatibity type, I'm getting a type mismatch error!
|
| adding items to the "send to" menu | 19 May 2006 16:14 GMT | 3 |
I'd like to add an item to the "send to" menu which invokes my VB program - currently an ActiveX DLL. the best way I can see is to create a vbscript file which invokes the ActiveX server and make a shortcut to it in the "sendto" folder. However, it
|
| My.Computer.Network.UploadFile Transfer Mode | 19 May 2006 16:13 GMT | 1 |
Anyone know what the default transfer mode for the My.Computer.Network.UploadFile() is (ASCII or Binary)? I have to send an ascii file to a mainframe but need to insure it is sent via ASCII mode so the EBCDIC conversion can occur.
|
| Cannot close Excel properly | 19 May 2006 15:59 GMT | 6 |
Could you tell me what's missing in my code? There's always has an excel process left in the tast manager(process). I have another sub which didn't use Excel.Range and it can be closed properly...
|
| Sending a Fax | 19 May 2006 15:46 GMT | 4 |
Any ideas hw I can automatically send a fax? I have a fax driver in my list of printers, and the app will run on a 2003 server with MS faxing available. regards,
|
| Remove/Add ControlBox?? | 19 May 2006 14:39 GMT | 3 |
Hi. I ahve an application that I want to be be able to add/remove the controlbox at run-time. Does anyone have any iodea how I can accomplish this? Thanks
|
| Help with dbgrid | 19 May 2006 09:39 GMT | 1 |
I have tried to get help in various forums without success hopefull lots of expert visit this forum I have a dbgrid on a form and have to set a condition when certain tex appear in any row in a spesific column.
|
| Check for Date using VB's Like | 19 May 2006 09:16 GMT | 9 |
I've a text field which I want to check to see if there is a date in there. The only constants wrt to format are the backslashes so 1/2/2000 01/02/00
|
| Search a cell in Excel | 19 May 2006 07:41 GMT | 3 |
I'm trying to perform a search of a cell in 1 of the 2 spreadsheets then get the location of the cell's column, at the moment I have the following code, it works fine if the value is matched, if not it return an error which I don't really want to, it's because if the value is not ...
|
| Play sound/beep 5 times | 18 May 2006 23:38 GMT | 2 |
I have a VB6 timer process that counts down a given # of minutes. When the (textbox) reaches zero, I want to sound a beep once each second for 5 seconds. Can anyone help me with this? Thanks. David
|
| ActiveX.exe notification fails | 18 May 2006 23:36 GMT | 10 |
I have an ActiveX.exe that handles all communications to a USB device. It is working fine except where a notification to the Client is required. I have only shown the code involved in this notification. The sub getSound calls a Public routine in this ActiveX which has already
|
| JET 3.51(Data Control) | 18 May 2006 23:15 GMT | 1 |
I have a JET 3.51 database, password protected. How can I set the password in the data control?
 Signature Rick
|
| How to return value from an executable created with VB6 | 18 May 2006 21:15 GMT | 7 |
// Comment renvoyer une valeur à partir d'une exécutable créer en VB For all people who are still working in VB6. // Pour toute personne travaillant encore avec VB6. 1. In your VB code :
|
| How to find a good Form designer | 18 May 2006 19:57 GMT | 3 |
I have an ActiveX dll that does things with Excel. My main form is currently an MSForms Userform (Designer). It's small to minimize loss of workspace, yet provides a lot of functions, crowded. Everything works well for any user prepared to study Help. In other words not good!
|