CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: vma

Page 1 of 21 1 2 3 4

Search: Search took 0.29 seconds.

  1. Replies
    3
    Views
    3,532

    Re: Webservice to send an xml file over TCP

    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.
  2. Replies
    3
    Views
    3,532

    Webservice to send an xml file over TCP

    Hello guys,

    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...
  3. Replies
    0
    Views
    551

    Connected user warning

    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...
  4. Replies
    2
    Views
    715

    Re: How to syncronize 2 dll's

    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.

    Here is data source 1:

    ...
  5. Replies
    2
    Views
    715

    How to syncronize 2 dll's

    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...
  6. Replies
    6
    Views
    1,008

    Re: running thread on specified core

    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...
  7. Replies
    6
    Views
    1,008

    Re: running thread on specified core

    aha.. that's exaclty what I was looking for. Now to put it in action :)

    Thanks!
  8. Replies
    6
    Views
    1,008

    running thread on specified core

    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...
  9. Re: Error installing VS .NET 2003 "Excel 8.0 not found on this machine"

    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...
  10. SOLVED - Error installing VS .NET 2003 "Excel 8.0 not found on this machine"

    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....
  11. Replies
    5
    Views
    2,308

    Re: DOS - Batch question regarding leading zeros

    I kow this is not a script forum and that's why I wrote:

    This is the closest I could find and that's why I hoped for an answer. If it really offends you I will delete it.
  12. Replies
    5
    Views
    2,308

    Re: DOS - Batch question regarding leading zeros

    Thank you, but as I wrote up there I need a batch script. This means really DOS :)
  13. Replies
    5
    Views
    2,308

    DOS - Batch question regarding leading zeros

    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...
  14. Thread: Where is my code?

    by vma
    Replies
    8
    Views
    1,123

    Re: Where is my code?

    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...
  15. Thread: Where is my code?

    by vma
    Replies
    8
    Views
    1,123

    Re: Where is my code?

    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.
  16. Thread: Where is my code?

    by vma
    Replies
    8
    Views
    1,123

    Where is my code?

    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...
  17. Re: Problem accessing dll. Runtime error 53

    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...
  18. [RESOLVED] Problem accessing dll. Runtime error 53

    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...
  19. Replies
    2
    Views
    820

    excel saving problem

    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...
  20. Replies
    3
    Views
    872

    Re: Sugestion on how to start pls

    no, it's single user. I will send him new databases with updates on a regulary bases.
  21. Replies
    3
    Views
    872

    Sugestion on how to start pls

    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...
  22. Replies
    2
    Views
    835

    Re: Error when connecting to pass protected db

    So where do I find this db_password and how do I deal with this password data base when I'm giving the aplication to someone else?
  23. Re: Error when trying to connect to pass protected db

    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...
  24. Re: Error when trying to connect to pass protected db

    I tried that but is not working. I'm getting the same error. I now renounced OleDB and I'm using ODBC. Seems like it's working this way.
    Thank you!
  25. Error when trying to connect to pass protected db

    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...
Results 1 to 25 of 509
Page 1 of 21 1 2 3 4





Click Here to Expand Forum to Full Width

Featured