Search:

Type: Posts; User: priyamtheone

Search: Search took 0.01 seconds.

  1. Re: What is the counterpart of this C pointer programme in C#?

    That's exactly what I was looking for. Thanks for sharing.
  2. VS 2017 Re: What is the counterpart of this C pointer programme in VB.Net?

    Very precise and relevant answer. I was looking for a reference exactly like this. This answer set the ball rolling for me. Now I can take the pointer concepts in C# further. Thank you very much!
  3. Re: What is the counterpart of this C pointer programme in C#?

    I'm not expecting someone to blindly translate the code for me. As C# language is different from C, I'd like to know how pointer concepts are handled in a given situation like the code mentioned in...
  4. VS 2017 Re: What is the counterpart of this C pointer programme in VB.Net?

    May be I misunderstood, but I don't see any option in that site to convert code from "C" to C#. Am I missing something?
  5. VS 2017 Re: What is the counterpart of this C pointer programme in VB.Net?

    The question got posted in VB.Net forum redundantly as that's when the router got to be restarted. I thought it didn't get posted here. However, we've got a significant answer from OptionBase1 here....
  6. What is the counterpart of this C pointer programme in C#?

    I'd like to know how the following programme on pointer written in C can be written in C#, especially how to use the keywords in the C programme like &i and *p in C#. Please clarify.


    #include...
  7. VS 2017 What is the counterpart of this C pointer programme in VB.Net?

    I'd like to know how the following programme on pointer written in C can be written in VB.Net, especially how to use the keywords in the C programme like &i and *p in VB.Net. Please clarify.

    ...
  8. Re: Detecting mouse button down & up events on the system menu of form.

    Here’s what I found. Though it’s not exactly what I originally posted for but at least it narrows down to my requirement.

    Instead of identifying separately if the user clicked the Close button at...
  9. [RESOLVED] Detecting mouse button down & up events on the system menu of form.

    How do I detect left mouse button down and up events on the 'Close' option of the system menu that appears when the mouse is clicked on the top left corner of a form?
  10. Re: Is disposing a local brush variable necessary?

    Thanks for the explanation!
  11. Re: Is disposing a local brush variable necessary?

    Thanks!
  12. [RESOLVED] Is disposing a local brush variable necessary?

    MSDN recommends disposing any variable of type System.Drawing.Brush before its last reference is released. Otherwise, the resources it is using will not be freed until the garbage collector calls the...
  13. Elements of a toolstrip witin an usercontrol get deleted when copying/pasting it.

    I have an usercontrol that contains a toolstrip. The toolstrip is exposed through the usercontrol by a readonly property 'HostStrip' with DesignerSerializationVisibility.Content attribute. In this...
  14. Replies
    60
    Views
    77,494

    Re: Numeric Text Box

    Look to hear from you soon.
    Thanks!
  15. Replies
    60
    Views
    77,494

    NumberBox doesn't update the display text (VS.Net 2010, .Net 4, Windows 7).

    Thanks jmcilhinney for presenting us with the component. It really serves a lot.
    However, while working with it I bumped onto a bug that occurs while using the currency format. When you change the...
  16. Replies
    0
    Views
    399

    Problem in accessing cd drive

    Hi friends,
    I hav got two problems while accessing cd drives.

    FIRSTLY: I want a code example of how to detect whether the cd drive of my machine is opened or closed.

    SECONDLY: I'm trying to...
Results 1 to 16 of 17



Click Here to Expand Forum to Full Width