Search:

Type: Posts; User: killer7k

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    1,073

    VS 2005 DynDns Update + send ok to finish

    Hello,

    i'am coding a small application that update my dyndns in case my ip change as my 3Com Router no more update that duo to unknown reason

    anyway the application is simple few code from...
  2. VS 2005 Re: Change Listview Backcolor with a condition

    Thanks John ,

    actually there is bug
    i modded that code but


    Select Case CInt(item1.SubItems(4).Text)

    Case Is > 9000
  3. VS 2005 [RESOLVED] Change Listview Backcolor with a condition

    Hello ,

    i'am trying to make unique backcolor for every listview row
    i have some legend 3 with color
    Salary > 6000 = Listview row will be blue
    Salary > 8000 = Listview row will be pink
    Salary >...
  4. [RESOLVED] Query Compare if the value of a field is doubled

    problem solved
    i did forgot the distinct function
  5. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    bump
  6. Re: Searching an encryption small which compress a string

    Thanks dear LaVolpe Great help as always m8 :)

    really appreciated
  7. Re: Searching an encryption small which compress a string

    Thanks LaVolpe i really really appreciate your help

    but i feel sorry to say that this not what i was waiting to get

    i tought i will find some encryption function that can easy be done like...
  8. Re: Searching an encryption small which compress a string

    the zip & ZLIB is to compress executable right ?
    i'am just asking for vb6 string compress encryption
    i will really appreciate some source or link from msdn cause i did search & only found...
  9. [RESOLVED] Searching an encryption small which compress a string

    Hello ,

    i'am sarching a string encryption cause i have a string which is like that
    let's say :

    EEbobzRwTeVzPFf01ERCjz6tnMnsYYAwMc9WJAs9LKV5aDN

    i want to use an encryption which can let...
  10. Replies
    2
    Views
    679

    Re: SQL Update Query (Update part of column)

    MySQL
    executed the query but no rows been affected
  11. Replies
    2
    Views
    679

    SQL Update Query (Update part of column)

    Hello ,

    i'am trying to update part of column with new value
    here an example :

    old value is :

    <address>
    <object width=\"526\" height=\"415\"...
  12. Replies
    6
    Views
    892

    Re: InternetopenURL & Loop application die

    yes once i reach like 80 connection it die on task manager & the final end message dont come out mean the app die
    is there anyway to use if not buzy internetopenurl then go.. so to avoid app use too...
  13. Replies
    6
    Views
    892

    Re: InternetopenURL & Loop application die

    ok i explain on another way how to do loop via InternetopenURL when InternetopenURL is buzy?

    Thanks
  14. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    someone can help me plz ? :rolleyes:
  15. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    someone can help me ? :rolleyes:
  16. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    ok i did succed on getting it working but on vb.net hope someone can convert that to vb
    yes tested it work both on local & remote server :)
  17. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    here what exactly trying to do on vb6 + php

    http://www.codeproject.com/KB/cs/uploadfileex.aspx
  18. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    dont work Pezster

    tried & tried no error but not work :rolleyes:

    could someone help just to send a text file from C:\ to ftp server using php ?
    could anybody look at my post 10 ?

    Thanks
  19. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    what is UploadFiles ?

    from which class does it come ?

    please can you help with POST Data ? look at post 10
    cause the get will not work

    Thanks
  20. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    Thanks Guy for your answer . Unfortunately, i did tried the first code i did put on 3 different host & all are chmoded but none work (work for me on my local machine)

    however i hope someone can...
  21. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    you mean you didnt get it working ? :rolleyes:

    i really dunno what's wrong with that code and Pezster said it's working how !!!??

    Thanks
  22. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    Thanks Guy for your answer . Unfortunately, after reading & googling i think the get method on that will not work at least on that way..

    and yes the host is Linux one so PHP is working fine

    so...
  23. Replies
    9
    Views
    6,125

    Re: Vb6 + Php File Upload

    Hello ,

    sorry for bumping this old thread
    but i'am also interested on how you did do it ?

    Thanks
  24. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    Hi westconn1 ,

    i did chmod the uploads folder on remote server & it's working for me here on my local machine

    can you tell me which permissions are you talking about ?

    Thanks :)
  25. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    anyone can help?
  26. Replies
    26
    Views
    7,249

    Re: VB6 File Upload

    Thanks but the code that i did posted work for me here on my local machine perfect but dont work on remote server

    hope someone can help me :)
  27. Replies
    26
    Views
    7,249

    VB6 File Upload

    Hello i'am trying to upload a file from example C:\ and then upload it to server via vb6 & php & chmod uploads folder to 0777

    here what i have i have setup in local it work but on remote not work...
  28. Replies
    6
    Views
    892

    Re: InternetopenURL & Loop application die

    yes there is no error but i did made a local test and it stop at 200
    on normal mode it should go until 300 and show msgbox as it finish and end

    but it stop at 200 and stay in taskmanager i dont...
  29. Replies
    6
    Views
    892

    InternetopenURL & Loop application die

    Hello ,

    i'am having a issue using InternetopenURL & Loop mean i have to go on some website via loop using InternetopenURL , i do that to trick some website page view :p

    anyway the problem is...
  30. Re: [RESOLVED] Remove double String from a String

    Thanks m8 really appreciated
    for now it work really good if somedays i got a string as different output i will try to see what we can do

    Thanks & cheerz
  31. Re: Remove double String from a String

    Thanks m8 your function work really good :D
    it helped me a lot of and got my life easier with that

    @koolsid,
    Thanks m8 but seem Billy Conner function working good

    Thanks again and cheerz ;)
  32. Re: Remove double String from a String

    but i didnt got the answer yet m8 :rolleyes:
  33. Re: Remove double String from a String

    yes but i was studying the output and found that the other string that i wanna remove come as double are same
    look in this example

    brad123]slI,Z3]slI,Z3]slI,Z3]

    Now the true string is :...
  34. Re: Remove double String from a String

    oh i wanna just added that in each string some string double each other i think is the way to get ride off

    Thanks
  35. Re: Remove double String from a String

    hmm Thanks ,
    but i think you didnt understand me good cause i cant use only . or _ everytime i can have different string so i should make it dynamic
    here you other example



    ...
  36. Re: Remove double String from a String

    Yes thanks i cant explain it well
    i only got the same result posted there
    i wanna get ride of those string after the original string
    feel free to understand it on your way

    wanna extract from...
  37. [RESOLVED] Remove double String from a String

    Hi ,

    i'am trying to remove double String from
    like in this example


    steve.K=T:qb e.K=T:qb e.K=T:qb e.K=T:
    987654321_qn�K.X1_qn�K.X1_qn�K.X1_

    i'am trying to get in the first...
  38. Replies
    6
    Views
    2,081

    Re: Plz help me to convert this C# code to vb6

    yes better way is to convert that to vb.net and test it if still work
    and then make vb6 version for it based on vb.net
  39. Replies
    13
    Views
    1,295

    Re: STrange VB6 Application size (important)

    hmm but he use vb 6.0
  40. Replies
    13
    Views
    1,295

    Re: STrange VB6 Application size (important)

    i use NTFS here...
    maybe but i dont this is the issue
    you can take a look at the file i posted i compile it myself via teamviewer
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width