Search:

Type: Posts; User: lllllsp1d3rlllll

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,016

    Re: need help

    i dont think u mean shell it wouldnt be shell unlease u want to open a exe i think u mean creat another instance of the same form like pms for chat do google vb create form instance
  2. Replies
    6
    Views
    832

    Re: treeview problem

    i also in the image u posted it showes the image faded along with the text for offline users not shure how there doing that could be a number of ways im guessing they changed the image made it faded...
  3. Replies
    6
    Views
    832

    Re: treeview problem

    u need a image list to add pictures then add ur treeview
    ChatRoom.lst_User.Nodes.Add , , , treeviewitemnamehere, 1 in image list it gives ur index for the image here is a sample for how im doing my...
  4. Re: [RESOLVED] Calling a Function from a form...

    wow thats a wack way to add item to a combo box id just make it add what u want it to add instead of using code u dont need
  5. Replies
    16
    Views
    1,793

    Re: database question

    depends if u want it online if u want it online i would use myphpadmin data base with adodb but if u want it just on lan then use tcp/ip not shure how u would get all computers to have access to the...
  6. Replies
    0
    Views
    610

    vb6 multicasting

    dous any body know the code to send and recieve data to and from a malti casting adress?
  7. Replies
    5
    Views
    5,443

    Re: Picture box size

    theres alot of code on this subject on google check also vbcode.com
  8. Re: file not getting downloaded

    Thanks for the thanks this is why i quit helping ppl for the longest time
  9. Replies
    4
    Views
    1,195

    Re: programing chat

    There are no custom rooms and i will have admin to kick users no nicknames and i will be able to track users and see when the last time they loged in is
  10. Re: file not getting downloaded

    HERE YA GO I FOUND SOME CODE AND THREW IT TOGHETHER NOT MY CODE BUT IT WORKS
    UR WELCOME I LOVE TO HELP PPL



    Private Declare Function URLDownloadToCacheFile Lib "urlmon" Alias...
  11. Re: file not getting downloaded

    http://www.webconcerns.co.uk/com/vbftp/default.asp

    THATS ALOT OF WORK I DONT THINK ITS WORTH UR TIME BUT ITS POSSIBLE I DONT HAVE THE TIME
    TO PROGRAM ALL THAT FOR YOU THERES A REASON DOWLOADS...
  12. Re: file not getting downloaded

    DELETE THE INET AND ADD 1 MICROSOFT INTERNET CONTROL
    AFTER UV ADDED IT CLICK IT GOT TO ITS PROPERTYS MAKE
    IT VISIBLE FALSE UR DONE AND IT WORKS UR WELCOME



    Private Sub...
  13. Re: How can i get this one line of code work?

    here alter this its exactly what u need it will work


    Private Sub OpenServer() 'Connect MySQL Server Without ODBC setup
    constr = "Driver={MySQL ODBC 5.1 Driver};Server=?;Database=?;User=?;...
  14. Replies
    4
    Views
    1,195

    Re: programing chat

    well duhh its not finished and i didnt type the font names

    Sub LoadFonts()
    Dim X As Integer
    For X = 0 To Screen.FontCount - 1
    ChatRoom.cmb_Font.AddItem Screen.Fonts(X)
    ...
  15. Replies
    4
    Views
    1,195

    programing chat

    http://i412.photobucket.com/albums/pp206/lllllsp1d3rlllll/VENOM_CHAT.jpg

    i was wondering what every one thinks of my idea for programing chat almost finished just got to add smileys pms and thats...
  16. Replies
    2
    Views
    685

    Re: How to use CCommonDialogs.cls

    wow that totaly defeates the purpose of vb if u like to code like that u should learn c++ ull proly like it
  17. Replies
    5
    Views
    954

    Re: Mouse scroll api

    umm yea that dous nothing it aint even set to any thing and u can oviously see it aint set to no keys with api i didnt figure any one that visits this site new how to do more complex programs
  18. Replies
    5
    Views
    954

    Re: Mouse scroll api

    thanks man ill see if it works
  19. Re: how to make login form with adodc vb6

    i have all the print to read from replace code for all the db sql stuff if u need ferther help
  20. Replies
    18
    Views
    1,876

    Re: vb6 error handler

    Ur not exsplaining enough the code you posted makes no sense. post a project with simulated code like what ur doing ull get better responses that way.
  21. Replies
    11
    Views
    22,716

    Re: Word and Character counter in VB6?

    Umm im gussing ur making like a program that counts words and spaces like teachers for typing classes have ur use thats actualy a simple program to make i already made one for my sisster inlaw for...
  22. Re: problem with sending headers using webbrowser

    UR NOT ADDING SPACES
    "http://www.google.com" & CHR(34) & CHR(34) & CHR(34) & CHR(34) & "CustomHeader: abcd1234" & Chr(10) & Chr(13)
  23. Re: how to save textbox data into file

    Private Sub Command1_Click()
    On Error GoTo errHandler
    Open "C:\Documents and Settings\YOUR COMPUTER NAME\Desktop\foldername?\NOTPAD NAME.txt" For Output As #1
    Print #1, Text1.Text & vbclrf
    Close...
  24. Re: how to save textbox data into file

    Private Sub savebots_Click()
    On Error GoTo errHandler
    Dim i As Integer
    With CommonDialog
    .Filter = "All Files (*.*)|*.*|Text Files(*.txt)|*.txt"
    .FilterIndex = 2
    ...
  25. Replies
    5
    Views
    954

    Mouse scroll api

    Any body know the code to change mouse scroll button with api to a keybourd button like up arrow and down arrow so i can zoom in and out in blender while the programs running?
  26. Replies
    26
    Views
    151,069

    Re: VB - Color a row in a ListView

    thats cool that ppl are learning simple things like adding color to a listview node
  27. Replies
    1
    Views
    518

    mouse scroll

    hello im a avid vb6 programer i can make a mousdown call but im having a problem trying to figure out mouse scroll id like to use it as api nothing on the form just a blank form with a api call to...
Results 1 to 27 of 37



Click Here to Expand Forum to Full Width