| Thread | Last Post | Replies |
|
| Looking for Hash table with sor and search method | 24 Jul 2007 14:33 GMT | 4 |
I need to store and sort a list of key/value items. The key is a date (year and month) like this yyyymm and the value is a string. The key must not be unique and accepts doublon. With this Table I need to sort by key (date) and make a search for
|
| ticker application fr a video | 24 Jul 2007 14:18 GMT | 1 |
I am trying to have news tricker over a video using direct show in vc+ +. Can any one please help how to do it.
|
| Propertygrid text control | 24 Jul 2007 12:56 GMT | 2 |
I was hoping to know, how I could change the text of the associated control in a property grid to bold, on an event propertyGrid1_PropertyValueChanged(object s, PropertyValueChangedEventArgs e)
|
| Custom DataGridViewColumn. Doesn't accept some of the chars. Help | 24 Jul 2007 12:49 GMT | 1 |
I've created a custom DataGridViewColumn. Everything work well, except for some reason the column doesn't accept some of the chars: "q", "." and "'". Did anybody have a similar problem? Please let me know. Any help will be gratefully appreciated.
|
| C# 1.1 Windows Form MessageBox question | 24 Jul 2007 12:02 GMT | 2 |
In the C# 1.1 Windows Form, is it possible to close a MessageBox after 0.5 second without the user's clicking (or keypressing) anything on the MessageBox control? Thanks for help.
|
| How to Export sql data to text file in web page | 24 Jul 2007 10:44 GMT | 2 |
have someone can give me some idea how to start. the thing i want do is using web page export the sql data to text file then let user download. eg. the webpage has one button. when user click that button.
|
| events call backs | 24 Jul 2007 09:55 GMT | 2 |
hi i have a class..i want to fire events so a ui can respond where can i find a good example tks
|
| copy or extract item from listview | 24 Jul 2007 08:58 GMT | 2 |
I inherit my class from listview. Is it possible to copy or extract information (ListViewItem) from the listview providing the index? Thanks
|
| pick up a FOLDER with a nice explorer | 24 Jul 2007 07:52 GMT | 14 |
I want to use the ordinary OpenFileDialog to choose a folder instead of a file. Is it possible? And how? [I do not want to use the standard FolderBrowserDialog, because too ugly and poor for my taste]
|
| ClickOnce Updates | 24 Jul 2007 07:46 GMT | 8 |
All, Does the folder that an application will look to for updates need to contain the source files for the project, or the published .exe and associated files?
|
| On-Demand automatic .NET installer | 24 Jul 2007 07:43 GMT | 3 |
I would like to create an installer to my C# project. BUT 1) I don't want my user to install the .net framework 2 manually, because many will just give up installation.
|
| auto install .net framework 2 | 24 Jul 2007 07:37 GMT | 8 |
I created a deployment project for my .net 2 application in vs 2005. In the properties of the deployment project, under prerequisites i have "Create setup program to install prerequisite components" checked and the ".Net Framework 2.0" prerequisite selected. The install location ...
|
| Serialization not working | 24 Jul 2007 07:32 GMT | 5 |
I want to serialize a class that I am using to retain some information the user types into a screen. I have 3 questions. 1) I serialized it as XML to start with. This works, but how do I serialize the strings so that they are not messed up if they have XML in them, or
|
| strings | 24 Jul 2007 02:52 GMT | 6 |
I have a following strings strA = " 1 my first work out". strB = "2 my second work out" strC = " My last work out"
|
| BrowsableAttributes Takes Only One Value | 24 Jul 2007 02:02 GMT | 2 |
I am trying to set the PropertyGrid. BrowsableAttributes to multiple values of CategoryAttribute but if I use more then one no properties are displayed. Code below-- Attribute filterattribute1=new CategoryAttribute("TestJ1");
|