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

Search:

Type: Posts; User: Teranoz

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Bugtracker with release notes without clear version numbers (partial releases)

    I am looking for a bugtracker that can be used to register changes (bugfixes, features, updates, deletions) for the current set of items customers are working with.

    In this case it is mainly...
  2. Replies
    0
    Views
    3,799

    Twain device and live view

    I am working on a camera that should be connected through twain.
    It does support twain, but I can only get still images and no live view.
    By using the internal twain dialog I do get a live view, so...
  3. PHP Re: php mysql generating list of having birthday next x days

    did not work.

    Dit some trying and asking and came with the following query :



    select pers_id, pers_voornaam, pers_tussenvoegsel,pers_achternaam, pers_meisjesnaam, pers_plaats, pers_gebdat,...
  4. Replies
    3
    Views
    2,036

    xHTML Re: hiding e-mail addresses

    Use & # 0 0 6 4 ; (without the spaces) instead of @
  5. PHP [RESOLVED] php mysql generating list of having birthday next x days

    I try to make a list of people that are having their birthdays for a certain period of time.
    I have the birthdate in a datefield in mysql, how can I get a resultset of people that will have birthday...
  6. Replies
    1
    Views
    1,272

    Re: Recommend good hacker / security books?

    Did you try the articles and missions on http://www.hackthissite.org/ ?
    On that site I learnt a lot about how not to build my sites.
  7. Replies
    3
    Views
    1,545

    Re: Question about using php object oriented

    Just apart from the "getting something that exists" vs "building it yourself" :

    How are you coding without objects and classes, all inline ?
    In that case your code will not be reusable very easy,...
  8. Replies
    0
    Views
    3,753

    PHP (Zend FW) Objects hierarchy question

    I am building a kind of personinfo application on the Zend Framework and am not sure where to put some objects where.
    I have the following entities :
    Families
    Persons (inherits from Families)...
  9. Re: key up triggered twice for one keystroke

    Found it, I had also code that cought the event for the form



    private void frmBoeking_KeyUp(object sender, KeyEventArgs e)
    {
    if (Convert.ToInt16(e.KeyCode) ==...
  10. Re: key up triggered twice for one keystroke

    No, on F2 or F5 in the grid from the mainform the frmArtikel will show

    On a double click in a cell of the grid in frmArtikel causes frmArtikel to close
    The code for mainform and form frmArtikel...
  11. [RESOLVED] key up triggered twice for one keystroke

    I have this datagridview called dgSubregels on my form.
    Editmode is set on EditOnEnter

    If I press the F2 or F5 key in a certain cell (subArtcode = 2) this should be triggered.
    In that case a...
  12. Replies
    0
    Views
    2,816

    How to ocr this with known font

    I used to do this with pixelcompare, but the position of the textwindow can be altered, so that does not work anymore. I have a ttf file, so I know what font they use.
    Problem is also they have...
  13. Replies
    8
    Views
    2,218

    Re: [HTML] PopUP HTML Code Problem in I.E.8

    Make a floating div instead of a popup
  14. Replies
    10
    Views
    3,463

    Re: PHP - writing content and code

    Dont bother with wysiwyg editors for html, most of them just generate a lot of overhead code.
    For the php editor I would recommend Eclipse with the php and html plugin.
    There you will have coloured...
  15. Replies
    10
    Views
    7,699

    Re: VB6 with MS Access

    And access has a limited number of connections at the same time.
    Theoretical is is 255, but in practice it is a lot lower.
  16. Replies
    3
    Views
    732

    Re: Visual basic and sql

    Do you see any differences in the immediate window if you ask the value of SQL_Insert ?
  17. Replies
    2
    Views
    1,147

    Re: Myspace-Like HTML Stripping

    Only allow a certain range of html tags that can run without parameters
    Than you can use regular expressions to check if the tags are clean.

    Because you have to avoid these type of entries

    ...
  18. Re: problem in sending mail through mail function in php

    This means it does work but is not allowed, because the server does not allow that gmail address as sender.
    Try using a valid email adres with the domain of the website.
  19. Replies
    13
    Views
    2,248

    Re: JavaScript and I/O

    And that server is also a webserver ? what OS / webserver ?
    Because you need the webserver to read the data (could be through using a DLL) and pass it to the client (again might be best using ajax)...
  20. Re: problem in sending mail through mail function in php

    http://nl3.php.net/manual/en/function.mail.php

    Note: When sending mail, the mail must contain a From header. This can be set with the additional_headers parameter, or a default can be set in...
  21. Replies
    13
    Views
    2,248

    Re: JavaScript and I/O

    hardware of the server or the client ?
  22. Replies
    14
    Views
    6,937

    Re: Removing the last two lines of a RichTextBox

    Why not split on crlf, redim the upperbound-2 and join on crlf again ?
    Would be a lot faster
  23. Replies
    1
    Views
    1,038

    Re: Senior game designer - online games

    Not Found
    The requested URL /index.php...job&job_id=971 was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the...
  24. Re: 70K - 100K PHP - Philippines MANILA (NCR) Area Only

    70k-100k pesos -> only 1500 - 2000 $
    Or is that salary for a day ?
  25. Replies
    13
    Views
    2,248

    Re: JavaScript and I/O

    Dont know what you exact want, but my first guess would be to use Ajax.
    Please provide some more details
Results 1 to 25 of 109
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured