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...
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...
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...
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...
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...
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
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.