| Thread | Last Post | Replies |
|
| tree node - copy & paste | 21 Dec 2004 14:28 GMT | 2 |
How to copy the selected tree node along with its children and paste the same under another selected tree node in same treeview using C# ? Could you please give me a code snippets for the above said problem? Thanx everyone!!
|
| How to set focus to a particular row in datagrid | 21 Dec 2004 14:18 GMT | 1 |
I am not able to set focus to a particular in row...any pointer will be highly appericated Thanks, Abhi ---
|
| Converting Console App to Winform app | 21 Dec 2004 13:49 GMT | 2 |
I have a console app which works fine and I want to convert it to a WinForm app.Can anyone help me how to do it?
|
| Selecting and cursors in Label and TextBox controls | 21 Dec 2004 13:15 GMT | 2 |
Two simple questions: Can I make text in a Label control selectable (in an easy way)? or Can I make the blinking cursor in a TextBox control disappear, while
|
| StackOverFlow of ComboBox Sele | 21 Dec 2004 09:41 GMT | 1 |
I created a class that has three string members, ShortCut, ClientCode and ClientName. I used a ArrayList to store the class instances and binded these fields to a 3 combo boxes with the following code. this.orderTicket1.CboClientSC.DisplayMember="Shortcut";
|
| Can't overrode ProcessCmdKey in clontrol | 21 Dec 2004 06:38 GMT | 4 |
I want to catch key shortcuts in a control by using ProcessCmdKey (using C#), but i get a compiler error: "no suitable method found to override". What am I doing wrong. Is it because I'm using .NET Framework 1.0??
|
| Extender Provider code generation bug | 21 Dec 2004 05:48 GMT | 8 |
I think I've found a bug in the way code gets generated for an extender provider property. My extender provider is to provide a control to another control, that, when clicked, will pop up a FolderBrowser and set the first control's text to the
|
| How to Load a Form without display it in C#? | 20 Dec 2004 23:50 GMT | 1 |
I have been looking for a equivalent to the load statement of VB6 in C#. Any suggestions?
|
| Components disappear | 20 Dec 2004 22:52 GMT | 1 |
For no apparent reason, some components that have been added to my form suddenly disappear and with that, all of the studio generated code relating to the components disappears as well. This has happened on more than one occasion and with data related components (typed datasets ...
|
| c# slow treeview | 20 Dec 2004 21:43 GMT | 4 |
i have a c# winform application and a web appliaction. in the winform app. i use a treeview control, and in the web app. i use an htc control. the problem is that the winform application is loading very slow(the
|
| Crystal Reports NULL Parameter | 20 Dec 2004 20:56 GMT | 3 |
Sorry if this is the wrong forum, but I can't find any Crystal Reports specific ones. I have a report based on a stored procedure. I pass a NULL value into the stored procedure to select a default (actually the parameters are start and
|
| How to draw reverse string? | 20 Dec 2004 15:47 GMT | 3 |
I want to draw a reverse string, does anyone know how to implement it? And I want to draw a vertical string, it can be implemented by setting StringFormat.StringFormatFlags DirectionVertical, but it's not the effect I expected. I want to get reverse vertical string, like the ...
|
| C++/Windows Forms | 20 Dec 2004 15:33 GMT | 1 |
We currently have a very large C project developed using Visual C. We are now in the process of converting this to .NET and Windows Forms and Managed C++ which we want to do a bit at a time and leave untouched and reuse, at least for now, as much existing code as possible whilst
|
| Keyboard events not firing... | 20 Dec 2004 14:33 GMT | 1 |
My KeyDown / KeyUp / KeyPress events are not firing; I can't figure out what I'm doing wrong. The code I'm using is basically straight from the manual. "this" refers to my Windows.Forms.Form object. [CODE]
|
| package & deployment | 20 Dec 2004 13:00 GMT | 5 |
i created a vb.net windows application and it's working great on my computer. i tried to run it on another computer and i'm getting an error. i guess it has some dependencies problem (eventhough i am not using any! the
|