| Thread | Last Post | Replies |
|
| VS 2005 builds entire solution instead of select project | 20 Jul 2007 19:04 GMT | 1 |
my VS is messing up... Suddenly, when I try building just one project (selecting it, pushing right buttn, then build... as I always have done) it builds the entire solution... It started behaving this way suddenly, a couple minutes before it was ok and I didn't change
|
| enable multi selection in dataGrid | 20 Jul 2007 18:58 GMT | 1 |
I've a dataGrid which i overide the MouseUp event. now, the user can select only one row, and i want to give the user the option to select few rows when he presses the CTRL+Mouse (like usually done), and i can't find the way to do it.
|
| Copy all files from a folder to another folder, recursively | 20 Jul 2007 18:04 GMT | 10 |
What is the most current (for framework 2.0) and easy way to copy recursively all files from folder "Folder1" to folder "Folder2" ? Is there any simple function in the framework to do that?
|
| Querying presence of a keyboard | 20 Jul 2007 17:40 GMT | 7 |
Is there any way to query whether or not a keyboard is attached to a pc please? My software will be running on XP/Vista systems in an environment where there may or may not be a keyboard/mouse attached to the system.
|
| Formatting control layout on a form. | 20 Jul 2007 17:33 GMT | 2 |
in the VS designer, i can use the Format menu item to align, center in form, etc, etc.... so for example, if i have two or three buttons and some textboxes, i can align, or
|
| ClickHandler bug | 20 Jul 2007 17:31 GMT | 7 |
I've written a memory game Windows application that consists of 16 pictures and the object of the game is to find all the matching pairs of cards. When you first start the game everything works fine. If a card match is found both cards are removed. If the two cards selected are ...
|
| PropertyGrid and the base classes | 20 Jul 2007 16:42 GMT | 2 |
Is there a way to pass a class to the SelectedObject of PropertyGrid and have it only show the properties in the child class and not those in the base class's that it is derived from? Thanks.
|
| i want 2 make a higly secured guard lock which no 1 can heck | 20 Jul 2007 16:41 GMT | 2 |
hi everrybody, i want 2 make a higly secured guard lock which no 1 can heck...... here i hav already make a login page, change password
|
| cannot derive from sealed type 'float' | 20 Jul 2007 15:52 GMT | 2 |
I try to compile myGeneration source code using Visual C# Express 2005 Express. File starts with using System;
|
| The type or namespace name 'Collection' could not be found | 20 Jul 2007 15:48 GMT | 2 |
I'm trying to compile myGeneration PropertyCollectionAll.cs file with VCS Express 2005 bot got error Error 1 The type or namespace name 'Collection' could not be found (are you missing a using directive or an assembly reference?)
|
| Event or Callback function? | 20 Jul 2007 14:45 GMT | 7 |
I have a thread that parser video-frame from network streaming. It can get up to 1000 frame/second. I want another thread to process video-frame. I can use RaiseEvent or Callback Function. My question is: 1) Which way is more efficiency? Event or Callback function.
|
| Class Field in list. | 20 Jul 2007 13:40 GMT | 2 |
I am creating an address book example. For the purpose i have created 2 classes one is ContactInfo
|
| Focus on UserControl | 20 Jul 2007 13:16 GMT | 2 |
I found lot of messages in this group on this issue but nothing actually explains it quite clearly. I've a user control with a text box and a list view. When i set the focus to the user control i want that the list view's
|
| Convert IE toolbar to MozillaFirefox | 20 Jul 2007 13:11 GMT | 1 |
I have developed an IE toolbar,i need to convert that toolbar into MozillaFirefox Can any one help me to solve the problem. Thanks to all,
|
| Date server webcontrol | 20 Jul 2007 12:58 GMT | 1 |
I am looking for a date custom webcontrol that extends from System.Web.UI.WebControls The control will expose the following Properties to the page that implements it
|