| Thread | Last Post | Replies |
|
| Visual Basic Multiselect and SelectedIndexChanged problem | 22 Jul 2004 01:50 GMT | 3 |
I have a program with a ListView (with Multiselect) and am using the SelectedIndexChanged handler. However, when the index is changed, a rather long set of events occurs which takes quite some time. Therefore, if the user tries to multiselect several items (holding
|
| Automatic proxy script | 21 Jul 2004 23:22 GMT | 1 |
We are running a squid server, and an windows 2000 AD domain. All user browsers are configured with a proxy.pac script, posted below. Now the problem is, that the site k-planet.com may not be used trough the proxy, what should I add to my script?
|
| A command-line wrapper .exe | 21 Jul 2004 22:58 GMT | 6 |
I'm trying to make an .exe from VB6, which is supposed to run a cmd from the Win Command Prompt. I deleted all the forms in my Project and added Module with "Sub Main()" and added following code under the Sub:
|
| graphics fill in a color | 21 Jul 2004 18:17 GMT | 2 |
When I draw a figure A need sometimes to fill the drawing with a color. Whit line a have the option BF that helps but what to do with a combination that I have made Like this
|
| VB6 Simple graphics: display totals in bars | 21 Jul 2004 14:38 GMT | 2 |
so now i have a database with financial data. Now i want to present a form that contains a graphical display of how much money came in and disappeared from an account during a given month.
|
| Overflow problem | 21 Jul 2004 13:00 GMT | 1 |
My program works pretty well for about 1.5 month but after that it stopped with msg “Overflow error, error code 6”. Some idea how can I locate, where in the code is it happen? I have tried to trap the problem by putting error handlers more or lees anywhere but it doesn’t help. thx
|
| overflow error | 21 Jul 2004 11:45 GMT | 5 |
I get a overflow error after a long time of my prog running, I assume a number has hit its limit, not sure what the limit of variables are ? anyway, is there anyway to find out which variable caused the problem ? The only way would be to leave VB open and run the source code for ...
|
| Can we visit a website | 21 Jul 2004 11:44 GMT | 6 |
And then trick the website as if we are referred by another website? Say I want to visit yahoo.com. I want to visit yahoo.com, but I want yahoo.com webmaster, when they check on the log, think that I come from google.com
|
| 3d surface plot | 21 Jul 2004 10:46 GMT | 3 |
I searched the web and newsgroups for several hours now, but could not find a solution to my problem. I want to do a 3d surface plot in my vb6 program. i have the z values for several x,y coordinates. I think it's not possible to do this with MSchart.
|
| Bound control bug when two SQL fields have same name | 21 Jul 2004 09:06 GMT | 2 |
I've got two fields in seperate SQL tables (a and b), both called trackNum. b.trackNum is a foriegn key into a.trackNum. I've got a form with a few bound controls on it (textboxes specifically), one of which displays the trackNum from the query "SELECT a.*, b.* FROM a, b WHERE a ...
|
| Check if a program is still running | 21 Jul 2004 06:52 GMT | 6 |
Hi, in my visual basic 6 program I start an external process which runs on a shell console (though it's a 32bit-app). I would need a way to check if the external process is still running. I don't want my vb program to be stopped; using a timer, I will check from
|
| Package and Deployment problem | 21 Jul 2004 03:43 GMT | 10 |
I have a vb application for which I have created a setup package with the help of Package and Deployment Wizard (PDW). On some machines that I install the package, I get a message that asks me to restart the computer in order to make it possible for some of the dll files
|
| MDI form | 21 Jul 2004 03:37 GMT | 2 |
I've set up a mdi parent form and have opened a child form by writing this code load mdichild1 mdichild1.show
|
| What is wrong with this? | 21 Jul 2004 02:13 GMT | 8 |
I keep getting error number 3051:: The Microsoft Jet database engine cann open the file #############. It is already opened exclusively by anotheruser, or you need permission to view its data. (NOTE: ############# is a psuedo name for this explanation only. If you follow the code ...
|
| impact analysis tool | 21 Jul 2004 00:28 GMT | 1 |
using Oracle and VB .NET Does any1 know of a good impact analysis tool for this combination ? thanks Nico
|