CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: codeexpert123

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    952

    Re: Shutdown of monitor

    Its coz the frequency is not matching
  2. Replies
    24
    Views
    20,608

    Re: So what IS AJAX?

    Ajax is a way of developing Web applications that combines:

    XHTML and CSS standards based presentation
    Interaction with the page through the DOM
    Data interchange with XML and XSLT ...
  3. Replies
    4
    Views
    1,983

    Re: best xml parser to use

    java's xml parsers can help you more... couple of them r, DOM, JDOM, SAX...
    if u use DOM or JDOM, get the whole document parsed, then just use a method called getElementsByTagName(String Tag). This...
  4. Re: how to retrive data from .XML file to JMS

    Can you just post your code over here?
  5. Replies
    3
    Views
    2,113

    Re: Oracle File Extension - EASY QUESTION

    .dbf is used for an Oracle 8.x Tablespace File
  6. Thread: Oltp

    by codeexpert123
    Replies
    1
    Views
    958

    Re: Oltp

    Thanks for the information about the site.
  7. Replies
    3
    Views
    27,271

    Re: Calling Skype API in C#!!!

    https://developer.skype.com/Docs/ApiDoc .I hope this will help you.
  8. Replies
    2
    Views
    1,123

    Re: Conversion??????

    Thanksssssss.............
  9. Replies
    2
    Views
    683

    Re: asp with MYSQL

    Thanks a lot:D
  10. Replies
    21
    Views
    2,296

    Re: loop problem?

    thanks for the help but I myself solved it:D
  11. Replies
    2
    Views
    5,094

    Re: Syntax Question?

    Thanks for the code
  12. Replies
    2
    Views
    1,287

    Re: extraction query

    Thanks andreasblixt for helping me
  13. Replies
    2
    Views
    729

    Re: help

    thanks for answering me
  14. Replies
    3
    Views
    1,128

    Re: last modified?

    Thanks for the reply.The problem is solved.:)
  15. Replies
    3
    Views
    1,128

    last modified?

    Does anyone know if oracle saves "last modified" data? I want to use this in a archiving tool by only querying for data after/before certain dates.
  16. Replies
    2
    Views
    729

    ReadLine TCP IP Data

    Hello, I want you to readline on a tcpip data stream but the data is terminated with a 0 1, not a /n, is there a way to change the behaviour of the readline function or must I write my own binary...
  17. Replies
    2,690
    Views
    1,020,169

    Re: What Song Are You Listening To Now¿

    i listen to the evergreen songs of backstreet boyzz and enrique.....:)
  18. Replies
    2
    Views
    1,123

    Conversion??????

    I have to convert a number (0,..,9999) to a word. Can anyone help out with this?
  19. Replies
    2
    Views
    1,287

    extraction query

    I have uploaded wiktionary xml file into my website. But how do I display it on my webpages e.g. if someone search about the meaning of "peach", How can I extract and display from wiki xml file.
  20. Replies
    2
    Views
    5,094

    Syntax Question?

    Is it possible for someone to write a comment above the first line that is about the matter and have it not affect anything?
  21. Replies
    2
    Views
    949

    help needed

    Hi to all members,I just wrote my first java program, it compiles and runs and all, but the console window closes too quickly u can hardly see the output.How can i rectify that?
  22. Replies
    2
    Views
    683

    asp with MYSQL

    Can anyone give me the step by step explanation for connecting asp.net with MYSQL ?
  23. Replies
    21
    Views
    2,296

    loop problem?

    A program will calculate and display the sum of all even even numbers from 2 to n, where n is a positive number inputted by the user. What should I do and what is the expression of that???
  24. Replies
    0
    Views
    624

    Introduction of a new coding site

    While searching on coding techniques, I enocuntered this site www.coderewind.com. It offers various features like downloading and all. has anyone seen this?
Results 1 to 24 of 25





Click Here to Expand Forum to Full Width

Featured