User Profile

Collapse

Profile Sidebar

Collapse
kZero
kZero
Last Activity: Jan 31 '09, 04:44 PM
Joined: Nov 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kZero
    replied to (VISTA) Path/File access error
    thx for reply

    really the problem is the file in Drive C:

    there is no any way to pass it ?...
    See more | Go to post

    Leave a comment:


  • kZero
    started a topic (VISTA) Path/File access error

    (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 ?
    See more | Go to post

  • kZero
    replied to disable right-click in vb6?
    i found this link is very usefull

    http://www.planetsourc ecode.com/vb/scripts/ShowCode.asp?tx tCodeId=36308&l ngWId=1
    See more | Go to post

    Leave a comment:


  • kZero
    replied to Filecopy With Ip Address
    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:||
    ...
    See more | Go to post

    Leave a comment:


  • kZero
    started a topic Slider back color

    Slider back color

    Hello

    Can any one change the Slider's Back color ??


    thx
    See more | Go to post

  • kZero
    replied to Program security (preventing sharing)
    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()...
    See more | Go to post

    Leave a comment:


  • kZero
    started a topic Anti-wpe !!!

    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 ...
    See more | Go to post

  • kZero
    replied to Change Voice Recording input
    any body help
    See more | Go to post

    Leave a comment:


  • kZero
    replied to Packet logger inside VB Webbrowser
    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
    ...
    See more | Go to post

    Leave a comment:


  • kZero
    started a topic Change Voice Recording input

    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
    See more | Go to post

  • kZero
    replied to how read data from the internet.
    use msinet.ocx

    make text box

    Code:
     text1.text = inet.openurl("http://www.thescripts.com")
    you will get the page source in text1.text...
    See more | Go to post

    Leave a comment:


  • kZero
    replied to about shockwave
    install latest Flash Player compoment...
    See more | Go to post

    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...
    See more | Go to post

    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...
    See more | Go to post

    Leave a comment:


  • kZero
    replied to Adding EULA in setup
    i dont think that its possible with Package & deployment wizard but i advice you to use other advanced installer software like install creator pro...
    See more | Go to post

    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...
    See more | Go to post

    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...
    See more | Go to post

    Leave a comment:


  • kZero
    replied to Need help with hex and winsock
    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
    if u sure that "00 01 08 00 FF FF FC 19" and "FF FF FC 19" always the same and never change so its so easy u can use this small code to get the "xx xx xx xx"
    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","")
    ...
    See more | Go to post

    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...
    See more | Go to post

    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
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...