I have a RichTextBox. I need to take all the split the text in the box into an array of strings and I want to use the split function (or maybe the IndexOf). However, I can't quite figure out the syntax to find the CRLF control character or the RTF equivalent.
I am writing a small grid control (VS2005, C#) for which several properties are set after it is initialised. I have a problem in that setting these properties fires off a series of events which means after setting each property the control lays itself out
how to force a .net application to use .net 2.0 ? this windows service is about 4 years old and im pretty sure is using .net 1.x runtime. Is there soem setting in the installer that says to use .net 2.0 instead of .net 1.0? this windows service is developed in visual studio
Why would the comboBox_SelectedIndexChanged event fire as a form is closing?? How can I test that the form is closing within the event handler? Thanks, -dog
Im using the webbrowser contrl to load an html file and attempt to parse the dom but am running into a few issues. See the code snipped below wb.Navigate("about:blank");
Greeetings All .. For my users convenience I have mapped function keys F2 .. F12 to change the tabs on the Tabcontrol. Works like a charm <ominous music> until one hits F8</ominous music>
I am writing a small grid control and trying to take advantage of a Panel's Autoscroll property. Scrolling works fine on the panel itself but I need to synchronise the drawing of a second panel with the first. I have problems when the ScrollBar on the first panel either appears or ...
Is there a way to load checkboxes in the VB.NET TreeView so that the Parent node does NOT have a checkbox visible but all subsequent Children do have them? Right now it seems as if every node has to have a checkbox or not.
In Visual Studio 2005: - Create a Windows Forms application. - Add a DateTimePicker to the main form. - Add a ToolStrip with one button to the main form.
Have a data binding question. Say I have a WidgetList class that holds a collection of Widgets. I have a WidgetUserControl that has a propery of type Widget and sets up bindings between various controls on the WidgetUserControl and the Widget property. How would I go about ...
I have an existing Winforms User Control (written in VS2005 C#) and I would like to change the position of the splitter at load time based on the size of the user control at load time. I have tried setting the position by changing the value of SplitPosition for
is there some per-process-limit on memory in .net processes? is there any way to increase it? i keep getting System.OutOfMemoryException when my box has 8 gigs of unused memory.