Search:

Type: Posts; User: Flodi

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    441

    Re: [HELP] How to save some text ?

    uppsss...

    sorry i haven't read the rules..!

    please Move Thread ..!

    once again..I'm really sorry !
  2. Replies
    3
    Views
    441

    [HELP] How to save some text ?

    Hello everybody !

    i know this code

    SaveSetting App.EXEName, "textboxes", "text1", text1.Text

    text1.text = GetSetting (App.EXEName, "textboxes", "text1", "")


    But when you change the pc ,...
  3. Thread: Uploading To FTP

    by Flodi
    Replies
    8
    Views
    820

    Re: Uploading To FTP

    Well i don't have a code like that ...

    Do i must to have it ?

    If Yes ..

    Can you tell me what's that code .. ?
  4. Thread: Uploading To FTP

    by Flodi
    Replies
    8
    Views
    820

    Re: Uploading To FTP

    Yeah , it is available , i'm already Connected to that Host by using SmartFTP
  5. Thread: Uploading To FTP

    by Flodi
    Replies
    8
    Views
    820

    Re: Uploading To FTP

    Still Now Working ..:S

    Error : Cannot Connect to the Remote Host
  6. Thread: Uploading To FTP

    by Flodi
    Replies
    8
    Views
    820

    Uploading To FTP

    Hi Guys ... I'm triying to make an App to Upload files on FTP..

    but i receive an error which is getting me crazy ...

    Ok this is the code :




    Anyone . anyidea how to fix it ?
  7. Replies
    2
    Views
    439

    Internet Protocol Help Please !

    How Can i make a webbrowser in my app. which will navigate www.showmyip.com every 15 sec. and every navigate The WebBrowser will change my Ip...

    Is this possible
  8. Replies
    3
    Views
    344

    Re: A Few IMPORTANTEN questions !

    Thanks for you'r reply man but ...

    1) A Web Attacker is a program that Sends Packts to a website (attacks it)

    2) I know how to put a program in startup menu of my computer, but i mean can...
  9. Replies
    3
    Views
    344

    A Few IMPORTANTEN questions !

    Hi vbforums ...!

    I have some questions for you,and i'd really like to get some nice replies ..!

    1) Can you explain to me how can i make a WebAttacker in Visual Basic (i swear i just wanna know...
  10. Replies
    4
    Views
    460

    Re: 1 Simple Question !

    Thnx

    you'r such a cool person (Y)
  11. Replies
    4
    Views
    460

    [RESOLVED] 1 Simple Question !

    Hi !

    How can i make a textbox to read a .txt file in a link ex : www.vbforums.com/text.txt

    Any idea ?
  12. Thread: Teletekst Help

    by Flodi
    Replies
    3
    Views
    728

    Re: Teletekst Help

    any help please???
  13. Thread: Teletekst Help

    by Flodi
    Replies
    3
    Views
    728

    Re: Teletekst Help

    please. can you completing all this script? because i lost my file that is in photo (in first posting)

    I forget to say that i'm working with php on this script
  14. Thread: Teletekst Help

    by Flodi
    Replies
    3
    Views
    728

    Teletekst Help

    58687

    I wanna make a website for teletekst ...

    so i need a code ...

    If i write to the textbox number 550, then i click FIND , then a frame will open the picture number 550.jpg in a...
  15. Re: VB - Using SaveSetting and GetSetting to store and retrieve data from the Registry

    You can use this information for checkboxes too ...just use you'r mind...

    This is how i did it ...

    There is a TextBox called Text1 on my form and it is invisible ... and there is a checkbox and...
  16. Replies
    3
    Views
    418

    Re: little help about listboxes

    How ?

    Can you give me a code for that please :$ ?
  17. Replies
    3
    Views
    418

    little help about listboxes

    How can i make a listbox to save changes without using a text document on a folder to write entries or Open Entries from that textdocument ????
  18. Replies
    1
    Views
    515

    help Loading New TextBox-es

    if you choose Vb Application Wizard , when you Run Visual Basic 6.0 , afetr you finish the process, you'll see that you can Load New Documents ...

    Just Go To File >>> New , and a new Document...
  19. Replies
    4
    Views
    460

    Re: Let Me Know Something !!!

    Guys !!! you'r really the best !!!

    Thanks a Lot !!!


    ***RESOLVED***
  20. Replies
    4
    Views
    460

    [RESOLVED] Let Me Know Something !!!

    Any idea how to make a PictureBox in Visual Basic 6, that will show ALL THE PICTURE....!!

    I mean ... Whatever the Picture is Biger than PictureBox, the PictureBox will show all the Picture !!! Not...
  21. Re: Error Saving The Content of ListBox

    Fixed ! Resolved!
  22. Re: Error Saving The Content of ListBox

    Dim A(5) As String 'Specify number of items to be saved
  23. Re: Error Saving The Content of ListBox

    Any other code or idea how to fix my prob. ???
  24. Re: Error Saving The Content of ListBox

    Hmmm i cannot understand you'r code man !!!

    can you explain it a lil bitt more ...!!!

    Or maybe you could tell me the reason why my code doesn't works !!
  25. [RESOLVED] Error Saving The Content of ListBox

    I have two listboxes and two textboxes...

    i wanna have a command button that saves the Content of ListBoxes , in two different textdocuments ... !!!

    the code is this :


    Private Sub...
  26. Replies
    15
    Views
    951

    Re: A question for u

    Wow , you'r the man !!!

    Thanks a Lottttttttttttttttttttttt!!!

    I will never forget this !!


    But i'm gonna open an other thread, because i have an other problem !!! saving The content of a...
  27. Replies
    15
    Views
    951

    Re: A question for u

    Syntax Error
  28. Replies
    15
    Views
    951

    Re: A question for u

    Oh , it was not " As String " But "As Strings"

    so there was the problem ..

    but now the problem is to


    [B]Image1.Picture = LoadPicture sFileB]
  29. Replies
    15
    Views
    951

    Re: A question for u

    Oh Sorry About Slashes ...

    They are OK, they are not "/" but "\" , it was my misstake ...

    & , the App.Path is OK , i mean the folder "images" is on App.Path


    So i don't really know where is...
  30. Replies
    15
    Views
    951

    [RESOLVED] A question for u

    i have made a form with these components

    1 TextBox
    1 Image

    and the code is this

    Private Sub Form_Load()
    Image1.Picture = LoadPicture App.Path & "/images/" & Text1.Text & ".jpg"
    End sub
Results 1 to 30 of 30



Click Here to Expand Forum to Full Width