| Thread | Last Post | Replies |
|
| Flexgrid causes error - why? | 26 Feb 2005 17:04 GMT | 4 |
Googling finds a number of references to this problem but no answer - except don't use MSHFlexgrid! I use a couple of flexgrids in an application. The application runs fine but when I want to repeat the exercise with a new set of data I sometimes get
|
| vb.net 2002 IDE debug not helpful | 26 Feb 2005 15:37 GMT | 1 |
When I set a breakpoint and hover the mouse over variables, the information revealed is not the actual value but information about the type of variable such as the size of an array. I can see simple scalar values such as indices, but geneally have to write the data to a listbox ...
|
| vb.net 2002 can't share multidimensional array | 26 Feb 2005 15:37 GMT | 1 |
A public multi-dimensional array(10,10,10) with public indices i,j,k in Module1 does not pass information between forms. A one-dimensional array(1000), or a scalar does. How come?
|
| Error 429 Licensing!? ActiveX | 26 Feb 2005 15:35 GMT | 9 |
I am loading the project - No problems Running the project - No problems When I compile I am getting error 429: "License information for this component not found. You do not have an
|
| delete file problem | 26 Feb 2005 14:09 GMT | 1 |
(sorry if this forum is not for vb.net) i try print image file in a directory using PrintDocument. It will raise printPage event to draw image to the printer. The file will be deleted after print and the directory will be checked every second to get new file
|
| shellexecute | 26 Feb 2005 13:14 GMT | 11 |
i want to delete file after print it using shellexecute but there is an error.. please give some guide on how to do so i can delete the file. 10q
|
| Remove Excel Instance When VB App closes | 26 Feb 2005 01:07 GMT | 8 |
I have a vb application (.exe) that gets kicked off by a scheduled task. The program creates an instance of Excel to do some stuff. When the scheduled task gets terminated via an End Task or if I kill the executable via task manager, I want to also clean up the Excel
|
| VB6 IDE - Only Title Bar visible | 25 Feb 2005 23:03 GMT | 3 |
Sometimes in the VB6 IDE, following switching from another application, only the maximised title bar is visible! The only way out is to press the "X" button. I have had this happen both at home and at work and I think (but I am not sure) that I have had the same thing happen in ...
|
| Bug: string.substring.trim = "" | 25 Feb 2005 22:47 GMT | 2 |
I have a function that I've tried using in an if then statement and I've found that no matter how much reworking I do with the code, the expected result is incorrect. the code:
|
| SQL Find help needed | 25 Feb 2005 22:06 GMT | 4 |
I use a Find to get to a record matching criteria. However, if it cant find, it just goes to the last record. I'd like to be able to programmatically tell if it found, if not, to return to bookmark, not end up on last record.
|
| Include uninstall shortcut in program start menu | 25 Feb 2005 21:43 GMT | 2 |
How does one include a shortcut in the startmenu to uninstall the program. I've noticed other programs have of shortcut to something like "unins000.exe" in the program folder but I've been using Visual Studio Installer and can't find such a file in the setup package by default.
|
| "File / Open With" option in My Computer no longer works | 25 Feb 2005 21:42 GMT | 1 |
I had previously been able to open files with my VB6 app (in XP) by double-clicking the file name in My Computer. Since re-installing XP to solve a previous problem, I can no longer do so. And I cannot assign my VB6 app to the same file extension using the "File / Open With" ...
|
| Best Platform for standalone Windows app | 25 Feb 2005 19:32 GMT | 3 |
I'm not sure if this is the right spot, but years ago (VB4), I wrote a few small standalone apps. I want to write another standalone database app that will run on Windows. What is the best platform? Delphi, VB.Net, Java? This would be a smaller single user app but could have
|
| Direct X | 25 Feb 2005 17:39 GMT | 4 |
I did have a sample code on dirctshow filter grpahs and how to build them from scratch etc etc. It came with DirectX SDK 8.1. I have recently lost stuff from tmy HDD and this file was one of them !!! DARNNNN
|
| ARRRGGG Please Help Me | 25 Feb 2005 13:03 GMT | 1 |
I am trying to connect to a rendering device in DirectShow using visual basic 6. This is what MS say to do: Listing Filters in the Filter Graph
|