Search:

Type: Posts; User: vb5prog

Page 1 of 2 1 2

Search: Search took 0.08 seconds.

  1. Thread: batch file

    by vb5prog
    Replies
    1
    Views
    400

    batch file

    I am making a dos batch file for windows xp. I am having problems with lauching an executable. I launch the executable with the call command, but it hangs on that line and won't continue on. So the...
  2. Replies
    4
    Views
    589

    fryed motherboard

    i know this is off topic, but lets face it most programmers are very computer intelligent

    when i went to my secondary computer it was off. Strange I never turned it off. I tried to turn it on....
  3. Replies
    2
    Views
    442

    no what, bump

    no what, bump
  4. Replies
    8
    Views
    584

    state

    state 6 is connecting

    you can have some fun by making a timer with a 500 interval, and a label

    private sub timer1()

    label1.caption = "winsock state: " & winsock1.state

    end sub
  5. Replies
    8
    Views
    584

    trying to help

    you are trying to send data without being connected
    if you are connected ws1.state will = 7
    to connect do something like this ..
    ws1.connect "the server ip", "the server port"
    this is all for...
  6. Replies
    8
    Views
    584

    just take some of the server code: Private...

    just take some of the server code:


    Private Sub ws1_DataArrival(Index As Integer, ByVal bytesTotal As Long)
    Dim strIncoming As String
    ws1.GetData strIncoming
    'do whatever you want with...
  7. Replies
    8
    Views
    584

    help

    standard tcp/ip connection

    server side code:

    Private Sub winsock1_ConnectionRequest(Index As Integer, ByVal requestID As Long)

    winsock1.Accept requestID

    End Sub
  8. Replies
    2
    Views
    442

    choice is an illusion

    title is key, original title: secure hash for files

    I have searched the forums and have not found a good md5 or sha1 hashing algorithm for hashing files. I have looked on PSC also and have found...
  9. Replies
    1
    Views
    379

    run time arguments *resolved*

    there are programs that have arguments passed to them at runtime like

    c:\sierra\hl.exe -console -game cstrike

    how can i do this access the arguments passed to my program.

    thanks
  10. Thread: *resolved*

    by vb5prog
    Replies
    4
    Views
    380

    maybe, then again maybe not

    there is already virusus out there that do this (sircam). I already know the primary step, so what i am asking for is trivial. this obviously this isn't a virus, very destructive ... it could be a...
  11. Thread: *resolved*

    by vb5prog
    Replies
    4
    Views
    380

    *resolved*

    i know how to have my program launch itself every time a exe is launched, but how do I then launch that exe that was selected to launch.

    for example i open iexplore.exe it loads my program via
    ...
  12. Thread: not easy

    by vb5prog
    Replies
    2
    Views
    445

    not easy

    this is somewhat complicated or at least to me it seems ....
    i need to spell check a text box , but instead of bringing up the word spell checking dialog box I just want a function that gives the...
  13. Thread: excel

    by vb5prog
    Replies
    1
    Views
    394

    excel

    i would like to search an excel spreadsheet for a certain string, and return the location of that string to my visual basic program. so (example) string "abc" is located at c8 and d12. any help is...
  14. Replies
    2
    Views
    553

    nobody has been able to figure this out

    I need to have multiple web browsers in the same form all with separate proxies, can this be accomplished. If so please respond to this message.
  15. Replies
    0
    Views
    334

    haven't had much luck

    I would simply like to know how to use the browser control that comes with vb, but I want to use a proxy server instead of directly connecting to each server. Is there a way to tie the inet control...
  16. Thread: inet

    by vb5prog
    Replies
    1
    Views
    524

    I'm making a program that has multiple browser...

    I'm making a program that has multiple browser controls, but each set with a different proxy server. Does this help?
  17. Thread: inet

    by vb5prog
    Replies
    1
    Views
    524

    inet

    I would like to know how to use the built-in browser activex control in conjuction with the inet control, mainly for advanced proxy support.
  18. Replies
    8
    Views
    517

    Sub GetData() Dim i As Integer Dim sData() As...

    Sub GetData()
    Dim i As Integer
    Dim sData() As String



    sData = Split(txt(1).Text, ",")

    For i = LBound(sData) To UBound(sData)
  19. Replies
    8
    Views
    517

    very good the code works nicely for text. Only...

    very good the code works nicely for text. Only one problem my data consists of numbers, dots, and colons. TO be most specific the data is sockets like "127.0.0.1:80" so it goofs with numbers when i...
  20. Replies
    8
    Views
    517

    rather difficult for YOU.

    I want to import data from a textbox like so:

    data1, data2, data3

    I need my program to read data1 until it hits a comma then read data2 untill it hits a comma, etc.

    any help is greatly...
  21. Replies
    5
    Views
    820

    MAC Address, no not the crappy computers

    How can I retrieve a machines lan mac address. thanks in advance, either locally or remotely
  22. c:\program files\devstudio\vb.exe -RunInSpecialEnterpriseMode

    title = hook, and not true


    other programs have stuff like when you make a link to it you can do this:


    c:\sierra\cstrike.exe -console

    where when executing the program you can...
  23. Thread: -console

    by vb5prog
    Replies
    1
    Views
    506

    -console

    other programs have stuff like when you make a link to it you can do this:


    c:\sierra\cstrike.exe -console

    where when executing the program you can automatically prepare the program for a...
  24. Replies
    138
    Views
    2,763

    Poll: Boycott

    I say we should all stop buying cds kinda like a boycott. Just listen to internet radio or real radios and share already existing mp3's through the unstopable no central server setup of any quality...
  25. Thread: Error

    by vb5prog
    Replies
    5
    Views
    506

    well you dont need to have thay prebuilt thing...

    well you dont need to have thay prebuilt thing that they give you when building a browser, and you could create your own command buttons or even better is you own pictures that look good then when...
  26. Thread: network guru's

    by vb5prog
    Replies
    4
    Views
    460

    windowsNT?

    If your workgroup is set to be a domain, administrated by a WindowsNT PDC, then you need to be logged in to see any computers, athought in this case you can still enter the UNC to connect but it is...
  27. Replies
    1
    Views
    425

    help is on the way

    I found this on planetsourcecode here is the link enjoy, hope it helps :)

    http://www.planetsourcecode.com/xq/ASP/txtCodeId.25669/lngWId.1/qx/vb/scripts/ShowCode.htm
  28. Replies
    4
    Views
    662

    first i think there is a math forum, but it...

    first i think there is a math forum, but it doesn't matter.
    second are you trying to make a program that would do your homework for you. It sounds to me like you have a alegbra class of some kind...
  29. confused

    are you trying to disable all use of the keyboard, mouse and stuff or are your trying to disable somebody's elses program, or are you part of a big programming team and you just design the module and...
  30. Replies
    2
    Views
    487

    sorry i almost forgot the bas file here it is

    sorry i almost forgot the bas file here it is
  31. Replies
    2
    Views
    487

    legit?

    Well why do you need to shutdown any computer on your network? just curious well here is something though this module will shutdown NT or 95/98 for the local computer, this cannot be used alone. Make...
  32. Replies
    10
    Views
    1,067

    C++ is faster

    get C++ it is much faster for mostly everything, but harder for programmers to write. VB is an interpreted language, which is much slower, than c++; which isn't an interpreted language.
  33. first don't use global variables try public...

    first don't use global variables try public instead like:
    public myString as string

    then ... try this

    when you execute the function or sub...

    public sub myCodeToRun()
    Form1.enabled = false...
  34. Replies
    1
    Views
    541

    making md5 look and work well

    i have this bas that i downloaded from a post on this forum here it is again:

    but how can i make it look like a real hash something with the a-f and 0-9, when i try to use it it gives me those...
  35. Replies
    16
    Views
    5,025

    why does neo hit ctrl-x : matrix

    When neo gets the messages on his computer like: wakeup neo, and knock knock neo.. You know the scenes while the hell does he hit ctrl-x what kind of messed up os has the command. I've tried evry...
  36. Replies
    3
    Views
    738

    md4 specifically

    thanks for your help but i do need the specific md4 algorithm for this one program
  37. Replies
    3
    Views
    738

    md4 algorithm needed

    pretty much the title expains it. I have looked on the internet for a long time and all I can find is documentation on it some sort of.bas file would be greatly appreciated.
  38. Thread: NT, hashing..

    by vb5prog
    Replies
    13
    Views
    1,149

    you guys ramble on

    if you can tell me how to take a string such as "passport" and hash it exactly like windowsNT makeing it look something like "1A3F35A7B1C8D9E" on and on it stops at 34 characters i believe . Screw...
  39. Replies
    2
    Views
    466

    pretty difficult

    You know how you can browse through directories with a few controls provided with vb. I want to make a "snapshot" of all the directories and files. Without all the files just the file names and...
  40. Thread: NT, hashing..

    by vb5prog
    Replies
    13
    Views
    1,149

    NT, hashing..

    Does anyone know how Windows NT takes the password, and throws it through a one way encryption scheme. Does anyone have that code. L0pht Heavy Industies found a way, So I believe the code is not only...
Results 1 to 40 of 74
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width