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

Search:

Type: Posts; User: pokajy

Search: Search took 0.05 seconds.

  1. Thread: Ansi C code

    by pokajy
    Replies
    6
    Views
    3,889

    Re: Ansi C code

    ok ok I solved.

    61440 means 2#0000_0000_0000_0000_1111_0000_0000_0000
    10000 means 2#0000_0000_0000_0000_0010_0111_0001_0000

    if
    expression = 10000&61440;

    then.. expression =...
  2. Thread: Ansi C code

    by pokajy
    Replies
    6
    Views
    3,889

    Re: Ansi C code

    there is just somewhere left in the code that i did not understand. code1 is also working like this: I changed source, code is still working.



    #include "apdefap.h"
    long _main(char*...
  3. Thread: Ansi C code

    by pokajy
    Replies
    6
    Views
    3,889

    Re: Ansi C code

    forexample at code1,

    var1 = (unsigned long)GetTagDoubleStateQC (lpszObjectName,&status[0],&quality[0]);
    var1 is the source, it changes automaticly.. from 0 to 32768.when var1 = 10000, index...
  4. Thread: Ansi C code

    by pokajy
    Replies
    6
    Views
    3,889

    Re: Ansi C code

    ok you're right 2kaud. people may think it's not safe. here are the codes.

    Code1


    #include "apdefap.h"
    long _main(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName)
    {
    ...
  5. Thread: Ansi C code

    by pokajy
    Replies
    6
    Views
    3,889

    Ansi C code

    hello guys.recently i was away from the forum.I'M not c programmer and rarely i work with codes.

    I need some help about one subject. if you can help, I'll be very glad.

    There is one code,...
  6. Replies
    5
    Views
    1,391

    Re: Trends output c#

    this c# project is connecting to a programmable logic controller with ethernet. informations are coming from plc.

    information that I see in textbox is generally pression of an oxygen tank,...
  7. Replies
    5
    Views
    1,391

    Re: Trends output c#

    hi. im beginner.

    I find main problem is storing data with 500ms update, and drawing trends with it.
    500ms update and 1 hour it means 2x60x60 = 7200 values.

    Yes
    it's floating point. it's...
  8. Replies
    5
    Views
    1,391

    Trends output c#

    Hi

    I'm in trouble with creating trends.

    I'll read one TextBox's value and at the end of 1 hour, I'll draw a trend into a word file, I'll save and print it.
    (in trend info update must be about...
  9. Replies
    7
    Views
    2,902

    Re: C# DataSet to RichText File

    yes I saw several reporting examples. Generally people are using csv. It's only me who is abnormal.

    Well at the beginning I said that I was a beginner. So don't be angry with strange questions.
    ...
  10. Replies
    7
    Views
    2,902

    Re: C# DataSet to RichText File

    I find excel very cumbersome.
    Same table in Txt or rtf 10kb, in excel maybe 100kb.
    If it was creating 2-3 files. it's ok. 90kb is nothing, but It'll be kinda reporting and it'll report many...
  11. Replies
    7
    Views
    2,902

    C# DataSet to RichText File

    Hi

    I'm a beginner and if I'm asking strange things sorry about it.

    I read some informations from sql database and display it in my project.

    I used sqldataadapter dataset and datagridview.
    ...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured