Search:

Type: Posts; User: Alaa Ben Fatma

Search: Search took 0.03 seconds; generated 51 minute(s) ago.

  1. Re: loop through listbox items and compare values

    Would you please explain why stopping the loop is a bad practice ? :)
  2. Re: loop through listbox items and compare values

    130165
    Try this :

    Dim i As Integer = 0
    While i < list.Items.Count
    list.SelectedIndex = i
    If list.SelectedItem = str.Text Then
    i =...
  3. Replies
    2
    Views
    1,548

    Re: C# to VB converter

    Telerik gave us another chance to convert ^^
    try this :
    http://converter.telerik.com/
  4. Replies
    0
    Views
    3,034

    [Release] Charm Pascal IDE

    Hello all !
    It's been awhile since I developed an application using pascal ,and the other IDEs did not comfort me as this IDE does , it's full of new features ;)
    Like :

    Free
    Smart...
  5. [OpenSource | Sample ] WebPage existance chekcer

    Hello ,

    Introduction :

    Well , a friend of mine bought a server which contains many websites , so he got tired checking them one by one so i created a loop which contains a code that can check a...
  6. Re: [OpenSource | Sample ] XML Tables Maker Project

    I understand , thank you for the advice :)
  7. [OpenSource | Sample ] XML Tables Maker Project

    Hello :wave:
    Introduction :

    these days i've been working on a new project that can give you the ability to create XML tables [DATABASES] ways faster and easier using an Interface Graphic
    picture...
  8. XML Importer [ TestBox & DataGridView ]

    Hello guys :blush:

    Do you really want to learn how to Load XML database file to TextBox & DataGridView tools ? :)
    Well , that's why i posted this thread here !

    ScreenShot :
    122763

    XML's...
  9. [Tutorial] Download File using a Direct Link

    Hi :)
    Well , guys there was a time I made a launcher to my VideoGame's Server , into it I made an autoDownloader...
    this is not Important , i just want to share the code i used because it might...
  10. [Book] How to use text files with .Net tools [ListBox]

    Hi guys :)
    As I promised , I'll keep sharing my books serie on this forum ^^
    Last Time I've shared a book to show you how to control Text files using TextBox tool
    Thread's Url : [Book] How to use...
  11. [Book] How to use text files with .Net tools [TextBox]

    Hello guys , how are you ? :wave:
    Well , this thread is to share a book full of useful/famous/simple codes to make you able to Load/Export Text files .
    Picture :
    122627

    Title : How to use text...
  12. Re: Website Admin Page Finder [OpenSource Project]

    Well , i shared this project as a full open-source project . and all the .exe which are exist there are created (compiled) using thé visual studio :p
    And about thé section.. Hope that thé...
  13. Replies
    5
    Views
    7,978

    Re: Cue banner text

    I Guess That We Can Do It using these Two Codes :
    dim firstname as string = "Please enter your first name"
    dim Lastname as string = "Please enter your Last Name"
    txtfirstname.Text =...
  14. Replies
    4
    Views
    10,845

    Re: TCP Monitor

    Good , I'm gonna Test It :D
  15. Website Admin Page Finder [OpenSource Project]

    Hello World ! :wave:
    This Is My First Thread , So I'm a Beginner Here :(
    Well , this Project Is An Admin Page Scanner , which means that this Tool Inside this project allows You to to start a scan...
Results 1 to 15 of 15



Click Here to Expand Forum to Full Width