heh, I remember that post :) long time ago.
I'm not a developer anymore for many years but life asks little tools from time to time :) life and clients ofc.
I have an application that only knows to make database look-ups using a web service.
I don't know how exactly how my client has his database setup but it only accepts requests on a...
Hey!
Long time no see :wave:
Here is my problem: I want to have a way to popup a warning if there is a user conected to my computer!
If you go in XP to Computer Management Console you see a...
so here is what I've done:
1. In Source1 I start Mutex1 and after that I wait for Mutex2
2. In Source2 I wait for Mutex1 and when I got it I start Mutex2.
Hi,
I have 2 dll's in an application. One process, 2 different threads. The 2 dll's are some kind of data sources and they need to start a data cycle at same time. The 3rd dll is a vizualization...
Thanks for your observations... What to say? I will give it a try and see what happens :) I will let you know if it worked better or not :) The thing is that there is an application for a...
Hi all, :wave:
Is ii possible to run a thread on a specified core? I have an application that receives images from a video cammera and applies some algorithms on these images before display on the...
I managed to resolve this problem... better say find away the problem. I started the instalation from the SETUP folder that was on CD and by this way .NET didn't checked that thing about Excel only...
Hi,
I'm trying to install VS .NET 2003 and I keep receiving an error "Excel 8.0 not found on this machine". I press OK and then SAP Interactive Excel is installed and it asks me to restart the comp....
Hello all,
I don't kow if this is a good place for this question but I couldn't find any other place to put it.
So here it goes. I'm reading a byte from a HEX file that is transformed from hexa to...
So let's clear this out. We are on VB 6.0 Forum. There is no Solution in VB 6.0, only Project. And in Project Explorer the files doesn't show you the path. I don't have .NET instaled. Maybe there it...
I know what I should do and I know to use versions for my code but I'm not doing :P I guess is just because I'm lazy. Anyway in VB project explorer the path of the files is not mentioned.
So here is a funny question :) I have a lot of versions of my code all over my computer. Everytime I save it as bak_1, or as change_2, or last_code... I have now VB opend and I'm sure that the...
I found the problem. The dll that I received was calling librfc32.dll. I don't know from where but I had this one. I think from vb sp 5, not sure though. Anyway, putting this dll also in the...
Hello all,
I have a problem. I received a dll and some small vb code to exemplify the accessing of the dll, from a client. I put the app on a shared drive and the really weird thing is the...
Hello all,
long time no see :wave:
So here is my problem: I made an application to automate excel from vb6 and everything works fine, but if the xls file is opened from Excel in the same time...
Hi,
So I have to make an app the will have a few hundred clients (hopefully) and that has to use a database. Not all clients have 100% connection to the internet and I cannot acces all clients...
I heard something about this mdw database so I lookd on my system drive and found a System.mdw. Tried with that one and still didn't work. I didn't know that you can create a mdw file. Anyway is not...
Hi all,
I'm tring to connect to a password protected microsoft access mdb file and I get an error about the data base being opend exclusevly by another user. The thing is that the db is on my disk...