Search Result

Collapse
8 results in 0.0014 seconds.
Keywords
Members
Tags
line
  •  

  • Ivan Kartun
    started a topic Adding multiple Lines for data input

    Adding multiple Lines for data input

    Hi all

    Please help

    I need to generate multiple lines (per employee per day)

    3 tables
    Employee - Empl No 001 John, empl No 002 Mary
    Day - Day ID 12001 Jan 1 2012

    The next table needs to be generated as follows:

    Daily input Table
    Record 1
    Day No - 1201
    Empl No - 001
    Hrs in Office - 0
    Hrs at client - 0
    ...
    See more | Go to post

  • zsolt szabo
    started a topic draw in imagebox

    draw in imagebox

    hi, i`ve got 2 imageboxes on each other.
    the one at the bottom displays a picture (image1), the other one is for drawing (imagedraw).
    imagedraw shows a line when i move the mouse on it, and if i move it a bit furthen than the previous line going to be deleted using "CLS", theres a "zoom" function which is changeing the size of the boxes, and strech them, when this happens the line has dissapear.

    i...
    See more | Go to post

  • Josh Argent
    started a topic Drawing lines in XNA or DirectX?
    in .NET

    Drawing lines in XNA or DirectX?

    Hi,
    I'm having quite a hard time trying to draw a simple line from one location to another in xna and directx. I've tried both but really can not get either to work. :(

    I've searched around a bit but everything seems really complicated. All I want to do is draw a line on a panel control.

    I've managed to do this in GDI+ but it is really glitchy so I was told to try directx and xna.

    Please can someone...
    See more | Go to post

  • Bassem
    started a topic Silverlight: Line does not appear.
    in .NET

    Silverlight: Line does not appear.

    Hello,

    I'm posting my Silverlight question to .NET section because I didn't find a Silverlight section in Bytes. I was planning to post in the feedback section about that but I can not get to that section now! I don't know where the links hide :) I'll try again.

    I'm too new to Silverlight and I'm doing a basic layout. What I'm trying to solve from beginning is to add a strike through TextDecorations to my TextBlock Text....
    See more | Go to post
    Last edited by Bassem; Sep 25 '10, 06:10 AM. Reason: Minimizing number of lines of code.

  • cl2020
    started a topic How to display ASCII characters on C++
    in C

    How to display ASCII characters on C++

    More specifically, in the input code, how can you display all of the displayable ASCII characters with codes in the range 32 to 255 and also include display 16 ASCII characters per line, which will display in the program output?
    See more | Go to post
    Last edited by cl2020; May 13 '10, 04:05 AM. Reason: - does not understand actually.

  • How can I pick and show a specific line from a text file with PHP?

    I have a text file with URLs. It is something like this below:

    http://site1.com/whatever.php
    http://site2.com/whatever.php
    http://site3.com/whatever.php
    http://site4.com/whatever.php
    http://site5.com/whatever.php
    http://site6.com/whatever.php
    http://site7.com/whatever.php
    ....

    And I want to:
    -Pick the first URL and put it in a variable
    -Pick a random URL...
    See more | Go to post

  • NeoPa
    started a topic Invoking a Database From the Command Line

    Invoking a Database From the Command Line

    Introduction:

    Sometimes, it may be necessary to open a database from the command line, or even from a shortcut. Often, in such cases, a specific routine is required to be run in this mode, yet when opened normally, the database should not execute this same code. We will cover both of these scenarios in this short tutorial.

    When we've covered that, we will look at scheduling a specific database to open, execute some...
    See more | Go to post
    Last edited by Niheel; Nov 7 '09, 08:15 AM. Reason: 2nd post is part of the article

  • ems9tech
    started a topic XSL - Dynamically enter blank lines in XHTML
    in XML

    XSL - Dynamically enter blank lines in XHTML

    I am creating a 5 page document HTML document with variable table sizes. I am hard coding page breaks after the <DIV> for each page. To assure that all of my page numbers at the bottom of each page is in approximately the same location, I have created a recursive template to enter a certain number of <BR/> elements before the page # footer. However, the <BR/> isn't doing the trick. I've searched high and low for the right character...
    See more | Go to post
Working...