I was aware of that function, but there does not appear to be a function that works in reverse order, so that the array is copied back in to the "non-reference" copy.
I am writing a custom CheckedListBox control, where part of its purpose will be to compare changes to Checked status of items with the status of those items when the control was first initialized...
I would like to add properties to controls of every type. For example, each generic control has a "Tag" property. I'd like to add a property "ControlDescription" and some others to do some things...
Apparently, it's probably not a "quirk." After exhaustive researching, I finally found that it appears that whether or not a control is in designer mode can be tested through the...
I am using the DesignSurface (ds) at runtime to allow end user to move and re-size controls.
I want the user to be able to pre-view the form in another tab, the "Preview" tab. When user selects...
Does anyone know whether C# Windows Forms apps can be programmed to handle multitouch events on trackpads, such as 2-finger swipes to scroll up/down or left/right, etc.?
I agree. I don't think it would be all too great to have a newbie learn some programming steps while skipping major components. I'm a newbie in C# myself. What the world lacks is a good book. ...
Wish I had the answer. From what I gather, it is a small PITA where you will have to write some chunks of code to allow for "runtime evaluation" (Google the phrase).
I want the combobox control effect to provide a drop-down list of Customers. However, I need to make sure that each combobox.item relates to a customer in the database.
Okay, in that case, it seems only useful for conserving resources (speed). However, if you have a small database (not like CitiGroup, or something), it doesn't seem then that stored procs are...
Well, I stumbled on this page with a lot of information for beginners, including videos. The videos are really helpful, but they move fast. I would highly recommend these be linked to somewhere in...
I thought "refreshing" the database in the wizard means that the wizard goes out and gets all the changes made to your data structure which might have been made elsewhere, like in Server Studio. If...
Arjay, you just might be the person I've been looking for to steer me right. Let be describe briefly where I am at in the curve and what I am looking for (and even willing to pay for).
Thank you, Arjay. You are not too late. I need to get a decent grip of the various methods that are available to me, along with their pros and cons and the syntax with which you invoke them. ...