Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
calculating
  •  

  • Lovro Mirnik
    started a topic Calculating in C# with the data type "byte"

    Calculating in C# with the data type "byte"

    Greetings,

    I need some help.
    In order to save memory space, I would like to perform calculations with the byte data type, instead of int.

    The number will never reach beyond 255, and will never be negative...
    The problem is described in the code, so please take a look.
    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    
    namespace
    ...
    See more | Go to post

  • jonnyboy
    started a topic "Calculating..." when form opened

    "Calculating..." when form opened

    Hello,

    I have an Access application with a number of forms. On opening one particular form, the application will sometimes appear to get stuck in a loop with 'Calculating... ' in the status bar for some time. This is a problem when using the database on a server, since it seems to be running the same query over and over again.

    There is one form in particular I have a particular problem with. Both its form and subform...
    See more | Go to post
    Last edited by NeoPa; Mar 3 '09, 04:44 PM. Reason: Please use the [CODE] tags provided
Working...