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 TouchToneTommy 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: *

  • Users: wakkara
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. wakkara

    1 INSERTnot working from 1000 VB6 & MySQL

    Hi there i have a small system for sales. Each sales make Minimum 2 INSERTS The first one. INSERT on sales table the IdCostumer, Date...etc among others. The sencond. INSERT the IdProduct, Cost...etc Like a sourcery 1 INSERT is not executing of 1000. Yes thats right......1 of aprox 1000...
  10. wakkara

    ToolBar1 & Microsoft Excel 12 Object library does not Get along?

    Hi there, I have a project using Toolbar, and has being working great for such a long time. Know i decided to make some improvements to my program, and one of the improvements is to export data on a MSFlexgrid to Excel. For that, i needed to add Microsoft Excel 12.0 Object Library. When i run...
  11. wakkara

    Advanced users! Please How to Get rid of Homonyms on fields of Table

    Hi there!! Sorry my English!! Well i have a big issue to solve on a small table on a database With near 23,000 rows. I'll start from the beginning... I have developed a small system that registers users and some other stuff as well. The point is that the people who is in charge of register...
  12. wakkara

    Get Control Name the user is focused on

    Hi there...Im trying to make a routine or function that acomplishes this: if the user gets focus on a text box, and keypress a key (Lets say a dash (/)) with the keybord, the text box the user is focused on, change its height to 250. Is there any way to acomplish this by not having to code...
  13. wakkara

    TIME field with VB6 on a SQL statement

    Hi there i have a problem with this SQL statment Public Sub dbventasturno() strNombreDB = "D:\Mi escuela\proyecto extra aula\caja.mdb" strNombreRS = "venta" Set DB = DBEngine.OpenDatabase(strNombreDB) Set RS = DB.OpenRecordset("select foliov & chr(9) & nomp & chr(9) &...

Part and Inventory Search

Back
Top