thx for reply
really the problem is the file in Drive C:
there is no any way to pass it ?...
User Profile
Collapse
-
(VISTA) Path/File access error
Hi,
i have problem with this code in windows vista
intfile = FreeFile
Open strDestination For Binary Access Write As #intfile
Run-time error '75':
Path/File access error
however it working in windows xp
can any one help ? -
i found this link is very usefull
http://www.planetsourc ecode.com/vb/scripts/ShowCode.asp?tx tCodeId=36308&l ngWId=1Leave a comment:
-
Hello,
you have first to convert the ip to hostname to copy
you can use this code
Code:'************************************** 'Windows API/Global Declarations for :IP ' Resolver - IP Address Convert to Hostnam ' e '************************************** 'PUT THIS IS A MODULE Option Explicit '||================================|| '|| Remember to use:||
Leave a comment:
-
-
Try this code
[CODE=vb]Private Declare Function GetVolumeInform ation Lib "Kernel32" Alias "GetVolumeInfor mationA" (ByVal lpRootPathName As String, ByVal lpVolumeNameBuf fer As String, ByVal nVolumeNameSize As Long, lpVolumeSerialN umber As Long, lpMaximumCompon entLength As Long, lpFileSystemFla gs As Long, ByVal lpFileSystemNam eBuffer As String, ByVal nFileSystemName Size As Long) As Long
Private Sub Form_Load()...Leave a comment:
-
Anti-wpe !!!
Hello
i have problem with WPE PRO "Windows Packet Editor"
i made Chat Software but ppl using it to hack
i attemped to search for its class or window caption but not usefull they easly change them by hex in few seconds.
also i attemped to seach for its API in memory its great but it make my software too slow
is any one has any idea could help me ???
waiting reply ... -
-
i will explain it but cant give u the code now but its not hard
put 2 winsocks on your form with the webbrowser and textbox
then make the 1st winsock as listener for example on port 100 to connect via the webbrowser to http://127.0.0.1:100
in the 1st winsock accept the connection request
Code:winsock1.close winsock1.accept requestid winsock2.connect "www.website.com" , 80
Leave a comment:
-
Change Voice Recording input
iam working on voice chat software and i have problem i hope any one can help me
i wanna know how to change the voice recording input ( Microphone , Wave , Stereo mix and line in )
can any one show me the code or give me usefull link for that ?
thx -
use msinet.ocx
make text box
Code:text1.text = inet.openurl("http://www.thescripts.com")
Leave a comment:
-
-
are you use any external Active-X compoments ???
make sure that u use the currect version of the ocx and dll files and its currectly registered
try using Package & Deployment Wizard
then install your program on other computers...Leave a comment:
-
the decompailers cannot convert the codes from ASM to VB Codes currectly but its great if u looking to take the API Codes and Forms
at all Google for VBExplorer...Leave a comment:
-
i dont think that its possible with Package & deployment wizard but i advice you to use other advanced installer software like install creator pro...Leave a comment:
-
You dont need to install msvbvm60.dll with your package in windows ME and higher versions of windows cuz its already installed
but if you are planning to make program thats work with old versions like Win98 u will need to register it...Leave a comment:
-
Check this Source Code
i think its what u need
http://www.planetsourc ecode.com/vb/scripts/ShowCode.asp?tx tCodeId=30378&l ngWId=1...Leave a comment:
-
u said that the packet is for example
Code:00 01 08 00 FF FF FC 19 xx xx xx xx FF FF FC 19
Code:dim x as string ' x = the recieved packet x = replace("00 01 08 00 FF FF FC 19 xx xx xx xx FF FF FC 19","00 01 08 00 FF FF FC 19","")
Leave a comment:
-
i typed HOW bro iam not begginer to ask anyone to do it for me i know its not easy but really i need it if it possible...Leave a comment:
-
thx for your caring about my problem
i dunno any code segment u are talking about
all i want
normal dll file just when u going to register this dll by regsvr32 the dll show message box " Are you sure u want to register "
if vbyes then register
if vbno then dont register
there is alot of anti-crack programs do it by injection but i want do it only with VB6
...Leave a comment:
No activity results to display
Show More
Leave a comment: