| Thread | Last Post | Replies |
|
| Protecting against null events | 21 Nov 2006 15:48 GMT | 1 |
This question is a followup to my question here: http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_f rm/thread/445d6d71f033a6d2/07c99e4742fe5fdb#07c99e4742fe5fdb I've been reading http://www.yoda.arachsys.com/csharp/threads/lockchoice.shtml, and have
|
| FolderBrowser | 21 Nov 2006 15:40 GMT | 2 |
I was trying to convert a VB project that contained the class FolderBrowser to C#. I have added a reference to System.Design, and the FolderBrowser class now shows up, but when I call System.Windows.Forms.Design.FolderNameEditor.FolderBrowser fb = new
|
| Listview FindItemWithText | 21 Nov 2006 15:09 GMT | 1 |
I have two columns in the listview. To search for a value in the first column only I can use FindItemWithText("alan", false, 0, true); What if I only want to search through the second column?
|
| dataset and xslt | 21 Nov 2006 15:02 GMT | 2 |
I want to create flat txt file from my data stored in my dataset. I do xslt transformation and i've got sth like that: (where ds - is my dataset, output.txt - is my result ---------------------------------------------------------------
|
| Help wanted: Generate code from delegate | 21 Nov 2006 14:53 GMT | 5 |
I make use of anonymous delegates in my code. For debugging purposes I'd like to generate the code that the delegates describe. Do anyone have an easy way to do this? cheers,
|
| Higher CPU Utilization on Windows form resize | 21 Nov 2006 14:53 GMT | 11 |
I have created a windows application in which the form needs to be resized on the MouseMove event. The windows resize function takes a lot of CPU cycles. And as the resize function is called on the MouseMove, the form is resized around a 30-100 times in one second. This leads to
|
| numericUpDown but with non-numeric items. | 21 Nov 2006 14:03 GMT | 6 |
I would like to use the numericUpDown in it standard way but have to features. I would like to display items instead of numbers that amp to the numbers and have the control be "cyclic" in the sense that once it reaches its maximum value it goes to its min and vice versa.
|
| A design question | 21 Nov 2006 13:29 GMT | 2 |
What is the recommended way to solve design when creating system today. Assume you use windows forms. You can use thin client PC(terminal server) which is a special kind of PC where you put all the execution on the server and only show the presentation
|
| Setting value of parameter in ObjectDataSource | 21 Nov 2006 13:28 GMT | 1 |
I have an object data source, that takes a parameter sortData, that sorts the data, now I want to have the sorting set to a default value when i first load the ASP.Net 2.0 page. I've tried to set the DefaultValue of the parameter but it doesn't change the sorting.
|
| Any Equivalent to VB.NET's With...End With Statement ... | 21 Nov 2006 13:15 GMT | 3 |
I'm new to C#. In VB.NET we have With...End With Statement. Often, I need to perform several different actions on the same object. For example, I may need to set several properties or execute several methods for the same object.
|
| Bound Combo Box Problems | 21 Nov 2006 13:08 GMT | 3 |
I have what I think should be a simple question regarding a bound combo box. My first table is Dealers: DealerID - primary key DealerName
|
| How to how to get the privilege of domain controller | 21 Nov 2006 12:54 GMT | 4 |
guys. I want to use c# to get the privilege of a domain controller in a non-DC machine as i have the user name and password of DC. But i can't find any functions in MSDN.
|
| WebBrowser 2.0 | 21 Nov 2006 12:20 GMT | 4 |
When i'm using .net 2.0 webbrowser control, I generate html code at runtime, and bind it to wb.DocumentText Property. But, when i click the link in the wb, the wb isn't navigate to this link. why this ? Anyone can help me ?
|
| Transparent BackColor PictureBox | 21 Nov 2006 12:10 GMT | 1 |
Could anyone give me a way of getting a picturebox in winforms to actually give me a transparent background? I need to layer images on top of one another and obviously can't at the moment. If this cannot be done, could you recommend a reasonably priced control
|
| scribble | 21 Nov 2006 11:53 GMT | 2 |
I am trying to learn vsc#. I downloaded the sample project for scribble and was wondering if there is a tutorial to read and walk me through the code. If there is if I could get some hint as to where it is located I would really appreciate it.
|