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

Search:

Type: Posts; User: d0153030

Page 1 of 19 1 2 3 4

Search: Search took 0.04 seconds.

  1. communication between different views and WM_CHAR handling

    Hello

    I had send previous posts related to bits or parts of my project. Well adding one more bit/ query to get solution from you experts..

    My application is SDI - Multiview application

    On UI...
  2. Replies
    8
    Views
    1,379

    Re: multiple views and textbox on one screen

    Thanks Praveen

    Your suggestion worked. I am rating....
  3. Re: How to detect that someone has pressed ENTER on listbox or CEditview both?

    Hi thanks,

    I am just curious to know that I am having three views i.e. CMyView, CListView and CEditView.
    Now i am adding text to CEditview. So where should I add WM_CHAR handler. As I am not...
  4. How to detect that someone has pressed ENTER on listbox or CEditview both?

    Hello I just wann know that how this is possible to know that some one has pressed eneter button after writing some text in :

    CEditView and Textbox...


    Suggest

    Thanking you

    Sandeep
  5. is it possible to put textbox on CView or CListview

    Hello dear

    I wann know that is this possible to put textbox to enter single line of text on either CView or CListView?

    My purpose is:

    1.0 To get string entered in the textbox, after on hits...
  6. Replies
    8
    Views
    1,379

    Re: multiple views and textbox on one screen

    How to do this? Any Suggestions
  7. What mechanism should i use in order to send command from one splitter to another?

    Hello well subject might seems vague, So i will try to detail it.

    I am developing an Auto-CAD like application in which I am having SplitterWindow with three panes: (3 rows and 1 column)

    1.0...
  8. Replies
    8
    Views
    1,379

    Re: multiple views and textbox on one screen

    How to assign seperate views to different splitted portions?

    Thanks Vinod and Praveen for your reply. Well I am now able to get three seperate views on my SDI, so the first part of job is done.
    ...
  9. Replies
    8
    Views
    1,379

    Re: multiple views and textbox on one screen

    Any suggestions??
  10. Replies
    8
    Views
    1,379

    Re: multiple views and textbox on one screen

    Any suggestions for this?

    I just want like AutoCad interface.

    APart from this I am not sure that how to take input in view as it is done in AutoCAD in bottom scroll pane.

    AIm is to get input...
  11. Replies
    8
    Views
    1,379

    multiple views and textbox on one screen

    Hello

    I want suggestion from you in order to design multiple view application which will in one screen only. I am attaching image along with this query.

    View1 is tha main view. Most of the...
  12. thread synchronisation- Producer keeps on producing but consumer not always consumes

    Hello

    Well i am implementing G back N ARQ protocol simulation. How to implement tis?

    My sender thread will be keep on adding to my common handler class (a class being assesed by both sender...
  13. developing a small Stop N Go algorithm simulation

    Hello dear

    I am developing a small stop and go protocol simulation.

    Following has to be implemented:

    Sender is having queue of frame.
    Sender is having window on the frame queue, window...
  14. Replies
    4
    Views
    1,541

    Re: How to make exe file in JBuilder

    This sounds good dear

    But as i am new to this things i want to learn what is good and bad and even why the facility is not there

    Thanks for your comments

    Sandeep
  15. Replies
    4
    Views
    1,541

    Re: How to make exe file in JBuilder

    But one can then peep in to your code i.e. get the java files from class file packaged in jar

    Well the other option to suggest is obsuficator (might not be correctly spelled by me)


    WHY IT IS...
  16. Is there any method in Java application to distribute application as exe instead jar

    Hello

    I just want to know that is there any method in java such that we can distribute our java application as exe instead of jar.

    My purpose of asking this Question is that as everybody knows...
  17. Console application--> Menu implementation + clear screen

    Hello dear

    I am developing an console application, just simulation.

    Well i need to show some menu option in from of user. with values as 1,2,3,4

    4 stands for quit.

    Well i just want to...
  18. Replies
    0
    Views
    402

    How to implement menu options?

    Hello dear

    I am developing an console application, just simulation.

    Well i need to show some menu option in from of user. with values as 1,2,3,4

    4 stands for quit.

    Well i just want to...
  19. How to get user input as integer in console application?

    Hello

    I am developing a console application in which i need to take user input as integer value. How to get this?

    I tried
    BufferedReader rd = new BufferedReader(new...
  20. Replies
    3
    Views
    722

    Re: Thread Synchronisation and communication

    any suggestions?

    SANDEEP
  21. Replies
    3
    Views
    722

    Re: Thread Synchronisation and communication

    Thanks for reply

    I want to know that how to implement this:

    I am having some frame object in queue. I just want to implement simulation of dropping of frame from the queue while sending from...
  22. Replies
    5
    Views
    644

    Re: JRE to Java file

    Thanks for your reply

    Well if this is the case that every jar files can be unzipped to get class files and each class files can then be decompiled to get java code, then i want to know that how...
  23. Re: How to plot contours using radial cordinates?

    Thanks a lot for feedback.

    Well what about the next step i.e. HOW TO PLOT CONTOURS?

    I am interested in plotting 2D contours only either line contour or colour contour.


    Sandeep
  24. How to plot contours using radial cordinates?

    Hello

    I want to plot contours with radial cordinates i.e. THETA (angle value) and radius value (distance vale) around a point.

    I will be having values in following format:

    THETA DISTANCE ...
  25. How to plot contours using radial cordinates

    Hello

    I want to plot contours with radial cordinates i.e. THETA (angle value) and radius value (distance vale) around a point.

    I will be having values in following format:

    THETA DISTANCE ...
Results 1 to 25 of 456
Page 1 of 19 1 2 3 4





Click Here to Expand Forum to Full Width

Featured