| Thread | Last Post | Replies |
|
| Sort (strings) | 09 Jul 2008 08:55 GMT | 3 |
What is the best way to sort strings by lentgh in .NET 2.o ? What is the best way to implement it? Thank u!
|
| Write > or < in method summary | 09 Jul 2008 08:22 GMT | 2 |
Simple question about writing the method summary: how do you write > (greater than) or < (less than) in between <summary></summary>? Thanks.
|
| OpenFileDialog and SaveFileDialog | 09 Jul 2008 07:18 GMT | 3 |
The object called dlgOpenFile is of type OpenFileDialog. In this example the eventhandler OnFileOpen is called when the Open File in a menu is clicked. Here we call the OpenFileDialog and select a filename to be opened and then
|
| WPF: List of fonts in combo | 09 Jul 2008 03:51 GMT | 3 |
I have a list of fonts in a combo. how to I make each item in the list use that font as it's (the item's) style similar to viewing a list of fonts in Word? <ComboBox Grid.Row="0" Grid.Column="1" x:Name="Font"
|
| listview invalidate problem | 09 Jul 2008 01:45 GMT | 1 |
high! i've created a listviewitem[]-object with a complete list and add it during runtime into a listview. lvParameters.BeginUpdate();
|
| Linq - basic simple Answer | 08 Jul 2008 23:15 GMT | 9 |
after reading different places/sites about linq... I ran into these questions: 1. What framework do we need to run linq ? (does it depend on what version of visual studio we have?) how about vs2008?
|
| repeat character | 08 Jul 2008 23:08 GMT | 6 |
vs2008 c# Having a string myvar = "*"; I need to repeat this myvar 100 times when is used at run time... string myline = myvar + myvar+ myvar....(100 times)
|
| slow fill | 08 Jul 2008 20:55 GMT | 1 |
I am experiencing slow response from my fill command. I am trying to open a database and one table and add data at some point. Is there a way to just open the table without all the data being read in when using my fill on my dataadapter.
|
| Serial Port Communication / Threads | 08 Jul 2008 19:29 GMT | 2 |
I know that under VB2005, serial communications is performed on a different thread than the UI thread, and that a delegate has to be invoked in order to display received data. My
|
| about UserControl and OnKeyUp, OnKeyDown and OnKeyPress | 08 Jul 2008 19:18 GMT | 9 |
I wonder can somebody explain when is it suitable to use these methods OnKeyUp, OnKeyDown and OnKeyPress because these raise an event. These are located in class UserControl.
|
| Using ref | 08 Jul 2008 17:59 GMT | 68 |
Form a performance perspective, is it wise to use the ref statement as much as possible? Thanks! Arjen
|
| Impersonation and credentials security | 08 Jul 2008 17:29 GMT | 1 |
I need to copy files to/from a network share in a LAN with/without Active Directory. If my user has no right to do so I have to use impersonation in the same way Windows prompt me for a user and a password.
|
| Sorry it's posted here! | 08 Jul 2008 17:15 GMT | 6 |
Guys, how do i change the image in the login screen. without any software. I mean programatically. Is there any way i can tweak windows to display an image of my choice on login.
|
| listview offset | 08 Jul 2008 16:14 GMT | 3 |
I have a listview with large icons. When user clicks, say the top left of an icon, and in the mouse down event i have Point p = listview1.PointToClient(new Point(MousePosition.X,
|
| How to start windows defragmentation process | 08 Jul 2008 16:01 GMT | 1 |
Hello group, I am currently working on an application that makes heavy use of a postgres database. Millions of rows are moved around during an average day. As this application is meant to be deployed to several thousand
|