Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: javijerome
  • Order by date
  1. javijerome

    File Sharing application

    i found one from csharphelp.com through google: http://www.csharphelp.com/2006/10/client-server-simple-file-sharing-and-file-transfer/ and i'm going to integrate that file sharing app to my p2p chat application. what i did was create another project and called it start_up that will serve as a...
  2. javijerome

    File Sharing application

    i actually found an chat application, that allows 2 pc to chat with each other through a network. and i'm planning to add a file sharing just like what YM does.
  3. javijerome

    File Sharing application

    I'm trying to develop a simple file sharing in visual C# 2008, an application that can send and receive data.please share me some link on how i can start this app. thanks :)
  4. javijerome

    delete all element of a table

    here's the download link for the program that i made. thanks.http://www.mediafire.com/?2t5tet2l8i9t5yy
  5. javijerome

    delete all element of a table

    how about the code? what code should i write to delete the elements of that certain table?
  6. javijerome

    delete all element of a table

    so i have two tables in my database.and the other table name symbol_table should have all its elements deleted when the form closes, how do i do that?
  7. javijerome

    parser ( or syntactical analyser )

    does anyone know where can i get an example of a syntactical analyser? or any idea how to make the algorithms of the syntactical analyser?
  8. javijerome

    colored richtextbox words

    so i have this richtextbox in my form and i want some specified words typed there to be colored. for example, the word "program", "if", "else", and "for" will automatically turn into a color if blue as the user types them. this is the same with Visual Studio's IDE for source codes. where in...
  9. javijerome

    character concatenation

    sorry wrong question. please dont answer this anymore. :-P
  10. javijerome

    character concatenation

    how do i combine character array to form a string?
  11. javijerome

    tokenizer made in c#

    technically i'm still making the lexer now, the one that identifies the tokens per line, makes the token pattern per line, and symbol table. i will also make use of an access database. where it contains the reserve words and corresponding token of the Programming Language. the process is done...
  12. javijerome

    RichTextBox Number of Lines

    thanks TipGiver! your a great help!
  13. javijerome

    tokenizer made in c#

    i'm a beginner in c# and i'm planning to make a compiler made in C#. i have already made some reserve words that were influenced by Fortran95 Programming Language. any tips or sources that can help me in making the compiler?
  14. javijerome

    RichTextBox Number of Lines

    thanks for the respond TipGiver. i forgot to say that i also want to get the value as an integer. so that the lines will be placed in a string array. and the number of lines will be used as an index for the string array. how do i get the number of lines in integer value?
  15. javijerome

    RichTextBox Number of Lines

    Hi, name is jerome. i'm a beginner is Visual C# 2008. i have a richtextbox in my form and i want to get the number of lines that was used when the user typed some sentences in the richtextbox area. what codes or RTB property should be placed in the Number_of_lines button class, in order that...
  16. javijerome

    Error Handling Techniques

    ieee_arithmetic? was is it? silverfrost's fortran95 compiler brings an error. should i create a module first? or is this module supposed to be predefined?
  17. javijerome

    Compile Time and Run time

    http://www.silverfrost.com/11/ftn95/overview.aspx here's the compiler from silverfrost, it has its own ide just like visual basic 2008 and can be included into the visual studio shell. i just noticed that this compiler is slow compared to C (Turbo C, as we like to call it). i haven't tried...
  18. javijerome

    Error Handling Techniques

    what's the 1996 X3J3 draft?
  19. javijerome

    Compile Time and Run time

    the fortran95 compilers distributed by silverfrost.com. do you think it's faster compared to C programming language?
  20. javijerome

    Error Handling Techniques

    Does fortran95 have some error handling techniques like the "try" statement of Visual Basic 2008?

Part and Inventory Search

Back
Top