| Thread | Last Post | Replies |
|
| Getting Text from a RichEdit20a | 28 Sep 2004 15:27 GMT | 2 |
I am primarily a web developer, but I am branching out for this project into the world of Windows Forms. I am looking for any help, examples, samples to show me how to retrieve text from a RichEdit20a (or RichEdit20w) that exists in another application
|
| Find Control by name | 28 Sep 2004 15:17 GMT | 1 |
How to find control by name b = findcontrol("button1") is there method or use loop in Controls collection? TIA
|
| System.InvalidOperationException: Failed to load ImageList | 28 Sep 2004 13:05 GMT | 1 |
I get the following exception when I try to run a c# winform app that includes an imagelist: An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll
|
| Opening new webform | 28 Sep 2004 12:57 GMT | 1 |
I have a web-application. After pressing the button special form should be opened in a new browser window. How can I achieve that? Please, give a simple example.
|
| How to Filer DataSet on DateTime type. | 28 Sep 2004 12:52 GMT | 1 |
Hi Friends, I want to filter dataset on DateTime column... I am getting filetred output.... Please give me the way to give fillter qry for dateTime type column...
|
| Shockwave flash object deployment for windows form | 28 Sep 2004 12:04 GMT | 1 |
I have a windows form that uses the ShockWave Flash ActiveX control to show a flash file. It works on my machine but when I deploy it using a deployment project the flash files don't work.
|
| Multiple Timer Controls | 28 Sep 2004 09:44 GMT | 1 |
If there are 2 timers can the second one be started from the first ones event handler?
|
| Progress Bar Control | 27 Sep 2004 18:56 GMT | 2 |
I have a sub procedure that clears the internet cache out of the IE browser. This process takes between 5 - 15 seconds depending on how much info it needs to cache out. I would like to attach a progress bar to indicate how much of the work has been done, and how much work to go.
|
| Free code editor control? | 27 Sep 2004 18:44 GMT | 4 |
Does anyone know of a good free code editor control? I'm currently using a RichTextBox that is subclassed to add line numbers, and the rendering of the line numbers is kinda buggy. Got it from: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=1242&lngWId=10
|
| Treenode automatic expand | 26 Sep 2004 19:48 GMT | 2 |
Given situation : I've got an already expanded treeview reflecting directories on my hard drive. I've built a context menu with some kind of "refresh" command which calls a full treeview nodes repopulating, to show directory layout updates.
|
| <summary> equivalent in VB.NET | 26 Sep 2004 12:02 GMT | 1 |
Is there an equivalent to the <summary> tag in C#, in VB.NET? I've tried looking for the obvious things, like SummaryAttribute, but haven't found anything... Thanks, --------------------------------
|
| DAtagrid Parent/Child Relationship??? | 26 Sep 2004 11:28 GMT | 1 |
How do i get my datagrid to display the contents of two related tables setup in my access database, so i can see the plus/minus sign to expand retract the Child details? Regards
|
| treeview.selectednode = null doenst work | 26 Sep 2004 00:05 GMT | 1 |
Let me try to explain whats going on here... In first place i'm using C# 2005 Express Edition Beta 1 (8.0.40607.16) with Framework 2.0 (2.0.40607). What I want to do: I show some empty treeview to the user so he can
|
| checkbox bitmap in a treeview | 24 Sep 2004 08:10 GMT | 5 |
I am currently coding a custom treeview user control and I want to be able to change the graphic appearance of the checkboxes in it. I can link to imagelist loaded bitmaps for selected and unselected treenodes but I am unable to do the same thing for checkboxes. Any idea how to ...
|
| How to nest a datagrid in another datagrid | 24 Sep 2004 02:34 GMT | 6 |
Is it possible to nest a data grid in another datagrid? And if so, then would it be possible to expand and collapse the nested datagrid? can anyone recommend some documentation and code examples on this? Thanks.
|