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

Search:

Type: Posts; User: new_2012

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Pl Guide ..

    by new_2012
    Replies
    3
    Views
    160

    Re: Pl Guide ..

    Thank you Arjay Sir ,

    Now I got the point , I will work with multiple views. I dont need to open multiple documents.
  2. Thread: Pl Guide ..

    by new_2012
    Replies
    3
    Views
    160

    Pl Guide ..

    I am designing a project where I am reading binary data ( parameters and XY Point Data) from a file and displaying it .

    I have designed it using MDI property and in Open File I open Text View and...
  3. Replies
    2
    Views
    159

    Re: Class Vs Structure in program design ..

    Thank u BiophysEngr Sir ,

    I will difinately go for classes . I am just thinking for the best possible way to design the program.
  4. Replies
    2
    Views
    159

    Class Vs Structure in program design ..

    I am converting my old C project to c# project to explore the language.

    My C program is a viewer , which reads a file and displays Data and parameters in different formats and print them .

    I...
  5. Replies
    7
    Views
    228

    Re: Problem in creating Threads

    Thank you Arjay Sir .. I will definitely get that book . Pl do suggest me some
    more good books.
    Now I am studying GDI+ ..
    I have not yet planned for WPF but next month , after completing...
  6. Replies
    7
    Views
    228

    Re: Problem in creating Threads

    Thankx a lot Arjay Sir ..

    I will read and study the attached code very carefully.

    Now I think I can handle Threading in good way.

    My Thread code gets executed in 1ms so I have decided
    ...
  7. Replies
    7
    Views
    228

    Re: Problem in creating Threads

    Arjay Sir , I tried the program with Windows Form . That worked well.

    But again I needed a while loop for Thread Routine. Pl explain that more.

    In actual practice , I will need two threads ,...
  8. Replies
    7
    Views
    228

    Re: Problem in creating Threads

    Thank you Arjay Sir .. I really tried to put tags but missed at some places.
    I will definitely take care of all these things including attaching real program code.

    I tried your code and it...
  9. Replies
    7
    Views
    228

    Problem in creating Threads

    Hi ,

    I am trying to create and test a Thread ..

    Using a code from tutorial ..


    namespace ThreadTry
    {
    class Program
  10. Replies
    2
    Views
    194

    Re: Pl Help for basic question ..

    Thankx a lot Arjay Sir ,

    You gave me a very good think line and I will follow that.

    I feel that I can design my project in neat and structured manner.

    These guidelines are very useful as one...
  11. Replies
    2
    Views
    194

    Pl Help for basic question ..

    I am in need to do C# project .. to read parameter file and set parameters , set display , open result file , print data when needed , analyze data etc ..

    I think I will design different class...
  12. Thread: Need Advice

    by new_2012
    Replies
    1
    Views
    146

    Need Advice

    I am working on a project based on MFC .. where I have a parameter set and live data . I use dialog boxes for parameter setting , sending it to machine etc . I read data from machine , process it and...
  13. Replies
    2
    Views
    183

    Re: Problems in designing Form

    Thank you HannesTheGreat sir . I checked all items for Enabled property but I forgotten to check Main Form and Group Box .. That could be the reason. Thank you
  14. Replies
    2
    Views
    183

    Problems in designing Form

    HI ...
    I am using Microsoft Visual Express . While designing a form I faces some problems.
    I dragged Combo Box Control , assigned String Array in overrided
    OnLoad method. The combo box was...
  15. Replies
    4
    Views
    274

    Re: Need Basic Information

    Thank u BioPhysEngr Sir,

    I felt very courageous .. fighting all alone with C# .. It is no doubt wonderful experience but need to verify what I felt.
  16. Replies
    4
    Views
    274

    Re: Need Basic Information

    Thankx a lot Arjay Sir .. I have read a lot of C# Tutorials and also studying books of APress and Manning publication. But there is no one to guide me , so asking my judgement in the forum. I have...
  17. Replies
    4
    Views
    274

    Need Basic Information

    I am studying C# and Windows Form Programming. I am using Visual Studio Express 2010.

    I want to ask .. In C# programming .. we don't need .h file ? We don't need function declarations ? I am...
  18. Replies
    1
    Views
    237

    very basic question

    hi all ,

    I am too new to c# programming.
    I started vc2010 express and console project.
    I added a public class and public function in the class.
    While calling that class function from main in...
  19. Replies
    17
    Views
    1,103

    Re: Show memory leaks in dll?

    Ok .. But while using debug mode , I have not seen this information. Can you guide me more ?
  20. Replies
    17
    Views
    1,103

    Re: Show memory leaks in dll?

    Hi ,

    Pl tell me how to use this function with MFC.

    When and Where should I call that and how Can I see the output ?

    Thanks a lot
  21. Re: Very Simple question about checking zero value ..

    Thankx a lot Paul and GeoRanger.

    I read the link , Paul has given and will write a function to check zero.

    GeoRanger , I am worst in Geometry but will think on orientation algorithm ..
    XP...
  22. Replies
    0
    Views
    249

    Best Wishes ..

    Dear All ,

    I am very much thankful to this forum and whole CodeGuru Team for the valuable
    support , time to time. This boosted up me to write code very efficiently. I am at beginner
    level and...
  23. Very Simple question about checking zero value ..

    Dear All ,

    To calculate line slope I am using formula ,

    line_slope = (meanxy - (meanx * meany)) / (meanyy) - (meany * meany));

    All the variables are floats.

    How to check whether the...
  24. Replies
    4
    Views
    337

    Re: Redeclaration and definition problems

    Can we name the local variables of a function with the same names of parameters
    we are passing to it ? How the program will work then ?
  25. Re: Confused about the usage of Critical Section ..

    Thank u Paul and Arjay and all of you .

    I will think on the program with directions given by you.

    I will learn everything in detail and will think on Exception Throw .. which I never thought...
Results 1 to 25 of 36
Page 1 of 2 1 2



HTML5 Development Center

Click Here to Expand Forum to Full Width