Search:

Type: Posts; User: b4db0yb4d

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    5,035

    Re: listview.finditem

    IT SHUD BE LIKE THIS ?
    Set LIST2 = LV3.FindItem("B4D Corp", lvwWhole, , lvwPartial)
    If Not LIST2 Is Nothing Then
    LIST2.Selected = True
    LIST2.EnsureVisible
    End If
    Set LIST2 = Nothing
  2. Replies
    7
    Views
    680

    Re: Saving data VB 6

    Try it... i just write this code here did nt chk it.



    Public Function SaveData(sFile As String, Lv As ListView)
    Dim i As Integer
    strFilename = App.Path & "\" & sFile & ".EXE"
    Set...
  3. Thread: nimbuzz code

    by b4db0yb4d
    Replies
    9
    Views
    4,945

    Re: nimbuzz code

    do not hack pplz they are inocente
  4. Thread: nimbuzz code

    by b4db0yb4d
    Replies
    9
    Views
    4,945

    Re: nimbuzz code

    Nimbuzz so easy More then mig33. long time b4 i did it here im sharing this code Mero....


    ' Orginal: b4db0yb4d
    Public Function RandomString(ByVal length As Long) As String
    Dim charset As...
  5. Replies
    5
    Views
    448

    Re: INI Multiply Header Reading ?

    ACTULY I HAVE ALREADY MAKE AN CODE ITS WORK BT WHEN I WANT TO WRITE THE NEW HISTORY OF APP ITS REPLACING ALL OLD DATA TO NEW DATA SO IM LOSING MY OLD DATA :cry: HERE IM SHOWING U MY LOADING CODE

    ...
  6. Replies
    5
    Views
    448

    Re: INI Multiply Header Reading ?

    Nah bro u dnt undrasnad me.
    I say i want to get all the section's value like if i have in a ini file

    [TOPIC] ' SELECTION NUMBER 1
    Q1=A1
    Q2=A2
    Q3=A3
    Q4=A4

    [REPLY] ' SELECTION NUMBER 2
  7. Replies
    5
    Views
    448

    INI Multiply Header Reading ?

    Helo all,
    Is there any way can read multiply Heading Sellection in vb6 ? Like

    [TOPIC]
    acbd
    1234
    blabla

    [REPLY]
    efgh
  8. Replies
    2
    Views
    553

    Console Application

    Helo there.
    Can we create a console applictation with vb6 ? anyone knw ?
  9. Thread: Server

    by b4db0yb4d
    Replies
    4
    Views
    482

    Re: Server

    some one please help its urgent......
  10. Thread: Server

    by b4db0yb4d
    Replies
    4
    Views
    482

    Re: Server

    Here i have add my ip snap.
    In the first ip is: 74.217.105.1
    2nd ip: 74.217.105.2
    3rd ip: 74.217.105.3
    4th ip: 74.217.105.4

    when i make my app listen connection its automaticly select the...
  11. Thread: Server

    by b4db0yb4d
    Replies
    4
    Views
    482

    Re: Server

    No bro im using modified winsock CSocketPlus
    and there have the local ip we cant set our own ip as i saw in the code in class

    Public Property Get LocalIP(Index As Variant) As String
    With...
  12. Thread: Server

    by b4db0yb4d
    Replies
    4
    Views
    482

    Server

    Helo all.
    im trying to make some server wich can listent client
    as i knw we can set only local port for listening client and its automaticly set the local ip bt is there anyway can i set my...
  13. Replies
    3
    Views
    951

    Re: SSL site login

    plz guys replay
  14. Replies
    3
    Views
    951

    Re: SSL site login

    jmsrickland bro i use CSocketMaster class for this bt i alsow have SSL Class bt this class not working well pleave give me advaice :'(
  15. Replies
    3
    Views
    951

    SSL site login

    Helo my seniours i want a help
    i want to make an ssl site login source. i try bt there i got replay nothing just a web link wich contain the site

    for exmple i try:

    Public Function...
  16. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    actuly i want to send some fast packet data to server :"> thats it
  17. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    ya its a mobile application tcp protocol
  18. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    no its a im server
  19. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    amyway is there any way to clone same socket tcp n udp ? i mean can i send packet from udpprotocol n recive buffer from tcp in same socket ? i knw its an stupid quition,,,,
  20. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    yes bro i knw the server port is 9119 n ip is 74.217.68.1 if u use winsock sckTCPProtocol u will able to connect tat server,, there im having confusion why its not connected if its send data then why...
  21. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    tx bt ur link is for LAN/Ethernet so it can connect only local network bt my quistion how to coonet gatway over the enternet ? is there anyway for UDP ?

    and whats wrong in this code ? kindly...
  22. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    Winsock1.Protocol = sckUDPProtocol
    Winsock1.RemotePort = 9119
    Winsock1.RemoteHost = "74.217.68.1"
    Winsock1.SendData "Helo"


    this is what i doing bt i cnt get any replay:(
  23. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    i mean i record my project packet its sending to 0.0.0.0:0 << mean ip 0 port 0 no destanation bt its showing my local ip n port in source
  24. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    ya i try its sending bt there have no destination my source i can see my only port with i set useless port bt is tat send bro ?
  25. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    i want to send some packet to server bro
  26. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    Re: UDP Connect

    then what can i do bro :(
  27. Thread: UDP Connect

    by b4db0yb4d
    Replies
    21
    Views
    1,827

    UDP Connect

    Helo all my friend

    im facing a problem i want to connect a server using winsock udp protocol

    like ip = 74.217.68.1 port = 9119

    i try bt its not connecting to that server
    can any1 help me...
  28. Replies
    3
    Views
    554

    Re: Hash generetor

    yes bro i serch there bt nothing found even i convart it to asccitohex,hextoascii,dectohexstr,dectohexfull nothing happen this code actuly im trying to login in a site there need username and tat...
  29. Replies
    3
    Views
    554

    Hash generetor

    Salam all my friends im trying to make a hash generetor still im not done
    can any1 make a generetor ?

    for exmple:


    s-1-n-0-si-1 will be =...
  30. Thread: Fast Socket

    by b4db0yb4d
    Replies
    0
    Views
    512

    Fast Socket

    Helo evry one im lookin for a fast socket more then CSocket Pluse
    Can any one give me tat class + module ?

    Thanks in advance :)
  31. Replies
    6
    Views
    641

    Re: Picture Loading error

    Well thanks i make another PNG Loding Module now its loading in picturebox ,,
    Thanks evry one :)
  32. Replies
    6
    Views
    641

    Re: Picture Loading error

    no image not corrupted u can view tat image useing windows image viewr or ACDSee ...
    that image are low resulation and 12x by 12x pixle so tat why its saying invalid picture.. i need a control wich...
  33. Thread: EmoteIcon

    by b4db0yb4d
    Replies
    2
    Views
    452

    Re: EmoteIcon

    there some time txt replace html with code so i cant see the emote and my wb document going to hang some time ,,
    i want like if my txt file emote code come from server tat code will replace by gif...
  34. Replies
    6
    Views
    641

    [RESOLVED] Picture Loading error

    Helo im tierd to load this picture please can any1 solve this problem ?
    m uploading this project please cheack this ... thanks :)
  35. Thread: EmoteIcon

    by b4db0yb4d
    Replies
    2
    Views
    452

    EmoteIcon

    Helo all my friends i want a simple module
    Like Emoteucon loading to webbrowser

    i have make a folder named Emoteicons , in this folder i have Emote(0) to Emote(680) GIF Files and alsow A Smileys...
  36. Thread: Error

    by b4db0yb4d
    Replies
    5
    Views
    710

    Re: Error

    i have again setup my windows i thing this problem for WINXP SP3 ,,, when i setup WINXP SP2 Its work nice
    anyways thaks all :)
  37. Thread: Error

    by b4db0yb4d
    Replies
    5
    Views
    710

    Error

    Helo can anyone tell me how to solve this problem ?
    i have resetup my pc..and its XP SP3 License Copy
    http://img143.imageshack.us/img143/2271/42559975.png
  38. Replies
    1
    Views
    490

    Listview Data Send

    Hello all im confused in a function
    its like i want to send data with diffrent ids


    Like if my listitem 1 recive invition packet data then my listitem 2 will send next invition data to listitem...
  39. Replies
    7
    Views
    793

    Re: Charecter Detector

    no,no sir its like all r same word r detecting bt i ask for diffrent code
    like:

    ListView1.ListItems(i) = have 1 to 100 with text like abc1 to 100
    ListView2.ListItems(i) = have some same text and...
  40. Replies
    7
    Views
    793

    Re: Charecter Detector

    ok bro give me an exmple code plz not methord :) thanks in advance :X
Results 1 to 40 of 56
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width