Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wakkara

    Does SHELL needs Administrative privileges depending on the OS versio?

    Hi dilettante Well i think you are pointing me pretty close to the error/solution. Here is what i have discovered On the Os that are in Spanish the Shell command Opens the cmd prompt on: C:\Windows\System32 And the OS on English it opens the cmd prompt on the App.path: C:\Program Files...
  2. wakkara

    Does SHELL needs Administrative privileges depending on the OS versio?

    Thanks for the response dilettante. I think i know where the problem is: After changing Shell("cmd.exe /c .... (The /c Stands for Closing Window i Think) for Shell("cmd.exe /k ... (The /k Stands for Keep Window i Think) So I could really see the error and the error is 'C:\Program' is not...
  3. wakkara

    Does SHELL needs Administrative privileges depending on the OS versio?

    Hi there! I have a Applicaction that uses as DB Engine MySQL, y use mysqldump.exe to Backup and MySql.exe to restore the DB. I use Shell to run the EXEs which works great on (Vista 64), (Win 7 x86) Both with VB6 installed. The Code I use to Restore: Shell("cmd.exe /c " & Chr(34) & App.Path...
  4. wakkara

    API capGetDriverDescriptionA not "Streaming ok" Windows Vista 64b

    Hi there I have developed an app on vb6 that was running on Win Xp and on Windows Vista Business, and on both the Streaming of a WebCam was great. Now the company wich hired for the developement is changing the Os to Windows Vista Ultimate and some Windows 7, and as far i have seen, is not...
  5. wakkara

    Crystal reports 11.5 and VB6 deploy "TLV error ActiveX Component can"

    PLEASE PLEASE PLEASE!!!! i am loosing hair. Making older, and becoming and old grumpy here. I am using VB6 CR 11.5 and on development "mode" works great the problem is on the deployment What have i done: 1. Compile the VB6 project using CrViewer 2. Generate VB6 EXE 3. Download...
  6. wakkara

    How to Get IP/NAME of Computers on Domain or Workgroup

    mmmmmm,Ok here is the direct Link http://vbnet.mvps.org/code/network/netserverenum.htm
  7. wakkara

    How to Get IP/NAME of Computers on Domain or Workgroup

    Yes vb5prgmr I read the link you post and i figure that the trick was done with NetServerEnum. Thanks Man .....Star 4 u For a Direct Reference if its UserFull.... http://vbnet.mvps.org/index.html?code/network/index.html
  8. wakkara

    How to Get IP/NAME of Computers on Domain or Workgroup

    Hi there I am having some bad day on trying to achive this. I want to get all the IPs or Names of Computers, on a network by Workgroup or Domain. Ive being trying to achive this on searching on google and on tek tips but with no luck. I was thinking on a win Api call function (At least i...
  9. wakkara

    Data conversion? Or just Simply stupid? HELP!!

    Thanks aaaa LOT dilettante you got 3 Stars for the great aproach. In the end i couldnt understand the concept of raw bytes, as it should, but it was great to understand that i could receive on the GetData method of the winsock control a byte array, wich in fact was a really good aproach to...
  10. wakkara

    Data conversion? Or just Simply stupid? HELP!!

    It is represented as Hex i guess. So you are saying that the String im reading is the string i am receiving?
  11. wakkara

    Data conversion? Or just Simply stupid? HELP!!

    Hi there I ve being stucked on this part of my program and i can get to work it should. i have developed a Listenner with Winsock control and i have managed to get the data. The problem is that i am receiving the data on a wrong type (At least I think). I am supposed to receive HEX data and...
  12. wakkara

    Winsock receiving weird data

    Thanks dilettante for taking the time to think on solving my problem. I will try your solution I manage to solve the problem with help of this code URL: http://www.daniweb.com/forums/thread149495.html how i solve it? As dilettante correctly pointed, is not a packet/paquet its just different...
  13. wakkara

    Winsock receiving weird data

    Hi there I am developing an aplication on VB6 with Winsock control. It works this way. I make a "listener" for the port 8300 of the server, wich is the machine y I am running the application. When the data arrives, I diplay it on a textbox, in order to see what the client is sending. The...
  14. wakkara

    GPS/GPRS Tracker device With PHP

    The Device Is GPS Tracker from china. The web site???.....Well thats what i really want to devolope buy learning here with you. :) Well......!!!!!!!!!!!!! Hot NEWS!!!!!!!!!! :P I have being reading quite a bit and i have learned that the GPS devices are being governed buy the NMEA protocol...
  15. wakkara

    GPS/GPRS Tracker device With PHP

    First of all im sorry to duplicate Threads, im replanting the last thread y posted, with, what i think, it has a better explanation and background. I have a GPS/GPRS device that works like this: It gets the GPS satellite data frecuentlly, and the own device, define the Coordinates where the...
  16. wakkara

    GPRS / GPS / GMS

    Hi there Jpadie Well i really dont know what you mean on Format, I understand it send the coordinates gotten by the GPS circuit inside the device. And sends them by GPRS communication protocol. This is some aproach that the Manufacturer sent to me...
  17. wakkara

    GPRS / GPS / GMS

    Hi there I have a device that usess a SIM card that works with the mobile telephony GMS/GPRS tracking device, and would love to start a web site where i can "catch" the coordinates that the device si sending. Is there a aproach on this issue? Thanks to everybody
  18. wakkara

    1 INSERTnot working from 1000 VB6 & MySQL

    Upss....i thought for a momment you had discovered the problem i have with my code. Anyway its always very important to learn good stuff, thats what you have gave me. Thanks a lot gmmastros. I let you all know if the ERROR vanishes with your CODE Thanks people
  19. wakkara

    1 INSERTnot working from 1000 VB6 & MySQL

    Thanks This is really impressive ive being programing for 2 years know with VB6 and i had the idea that Dim w, j As Integer Was the way to declare 2 Integers in one line. Well that the price to learn buy your self and be an idiot. Anyway it makes me wonder.....do you really think the...

Part and Inventory Search

Back
Top