| Thread | Last Post | Replies |
|
| Problem with SHFileOperation function | 09 Jun 2006 16:10 GMT | 4 |
I am using the SHFileOperation function to delete a file and want to suppress the confirmation dialog box. But using the FOF-NOCONFIRMATION flag doesn't seem to work - the dialog still appears. Code is as follows:
|
| Getting and setting width and height of an image file | 09 Jun 2006 15:11 GMT | 16 |
I am reading the contents of an image file and then uplaoding the file to the server.Now, my problem is that i want to reduce the width and height of the image to a fixed size and then store it on the server. How to get the width and height of the image I am reading? How to set ...
|
| Reading information from a scale | 09 Jun 2006 15:05 GMT | 5 |
I have a customer who uses a scale made by My Weigh. They want that information read into a program that I write custom programs/vba macros for. I was wondering if anyone could point me to something on the web that might help me figure out how to do this.
|
| Error 3426 - This action was cancelled by an associated object. | 09 Jun 2006 14:19 GMT | 4 |
I've discussed this w/ Paul Clement - thanks again Paul. Running VB6 - it's run over 7 years. I'm an Access Developer, and maintain the VB App, & did not write it. It has worked well..until yesterday. I added a Yes/No Field bound to a Data
|
| Adjusting API declare for VB | 09 Jun 2006 11:54 GMT | 7 |
The creators of a host system have of course provided APIs for access to their system. They have gone so far as to provide a VB wrapper for their C-Language DLL. However the
|
| "Find Target" button not working in shortcut properties | 09 Jun 2006 09:25 GMT | 6 |
When I view the properties of a shortcut, I often use the "Find Target" button to open the relevant folder. Recently, however, this has stopped working, and now when I click the button nothing happens.
|
| When timtout turn off computer | 09 Jun 2006 09:12 GMT | 4 |
My program is doing something, I want it still running after I exit office, but I want it close after serveral hours. I want to know how to turn off PC by VB program. Thank you very much!
|
| VB6, Installsheild, Windows installer. | 09 Jun 2006 06:52 GMT | 1 |
I use Install Shield Express X to distribute my VB6 programs. Some time ago I clicked one too many buttons in Install Shield related to "Product Code" and "Upgrade Code". Now, when I'm working on developing another VB6 project, Windows Installer
|
| keydown click sound | 09 Jun 2006 04:59 GMT | 4 |
Why when I capture a keydown event on a form (keypreview is true) do i hear a click from the speaker. How do i silence it.
|
| Finding how many lines in a text file | 09 Jun 2006 02:32 GMT | 5 |
Is there a quick way to find out how many lines there are in a text file without having to resort to a loop and a counter variable? I'm already using a loop to read a text file and a counter to determin which line it is current on..
|
| VB6 runtime + windows Vista | 08 Jun 2006 23:41 GMT | 2 |
Hi people, I don´t know if that´s true but i heard that the new Windows vista would not support the runtime of VB6. Is that true ? Thanks,
|
| Editing and Printing a Word document | 08 Jun 2006 22:27 GMT | 2 |
I have a small problem. I'm using VB 6 and Work 2002. I have a Word 2002 document that users need to print without opening the document. What I do in VB6 is open a Word document, pass data into the cells in an existing table in that document. It is inserting the text into ...
|
| Access VBA - Create a text file and add data to text file | 08 Jun 2006 20:25 GMT | 2 |
Any Access (97) gurus out there know how to (through VBA, module): 1) Create an external text file 2) Insert text (data) into the text file just created? Thanks!
|
| Can rotate image ? | 08 Jun 2006 20:24 GMT | 5 |
Is there any rotate function to rotate image ? Or I have to cos sin it byself? Thank you very much! Best regrads,
|
| Change System Tray Icon?? | 08 Jun 2006 20:22 GMT | 3 |
Does anyone know how I go about changing the default system tray icon in VB.net 2005? I'm using the NotifyIcon control on my form but I want to change the icon programmatically. Thanks for any help or suggestions. ....Brad
|