| Thread | Last Post | Replies |
|
| How can I develop a drop-down font control ??? | 17 Nov 2006 04:17 GMT | 2 |
I am trying to list all font families in a combo box control. But all font families does not support all font styles . How can i get the list of all font style and font size supported by a specific font family
|
| Complex hierarchy | 17 Nov 2006 04:04 GMT | 3 |
I feel that there is a cleaner way to accomplish what I am trying to do. I have 4 different types of classes: -Request
|
| stretching components upon a user-window-resize action | 17 Nov 2006 03:25 GMT | 4 |
In a Windows Form application, when a user resizes the window, I typically want different components in the form to take different actions. For example, a text box in the middle should grow with the window; a button panel at the bottom should remain the same height but ...
|
| Win32Exception at Process.Start() | 17 Nov 2006 03:04 GMT | 6 |
When doing Process.Start(), I get "The parameter is invalid" Win32Exception when opening a particular exe. This exe works good in Windows (cmd.exe). The exe is "SPIM.exe" as the Simulator for the MIPS assembling language
|
| parse a space delimited text chart | 17 Nov 2006 02:32 GMT | 1 |
I'm trying to decipher ethereal packets and convert them from hex to letters. I'd like to stream ethereal text files, and stream a hex/ascii to letters chart, both into datasets, and search for the numbers that correspond
|
| Programmatically set WinXP color scheme | 17 Nov 2006 01:59 GMT | 2 |
I've checked the Google Groups archives and the web and not found the answer, though I've found hints that it's possible. How can I programmatically change the color scheme on Windows XP? I know that I can access the colors via SystemColors, but I actually
|
| OleDb DataFactory bug. Watch out. | 16 Nov 2006 23:58 GMT | 4 |
Using the OleDb factory. Asked it to insert 4K records into a SQLAnywhere database table. Runs out of steam at record 244 and starts writing corrupted versions of 243 primary index column until at 248 it hits a variation it has already
|
| Where is string.Reverse() and string.SwapChars()? | 16 Nov 2006 22:53 GMT | 4 |
Is it just me? It seems like one moving from MFC to C# loses some string functionality such as the two mentioned in the subject. Did I miss something?
|
| Convert.ToString() Base Limitations | 16 Nov 2006 22:35 GMT | 4 |
Does anyone know why the toBase argument in Convert.ToString() is limited to 2, 8, 10, or 16? It takes virtually the same code to support all base values from 2 to 36. And can anyone tell me if the .NET library provides the means to convert a
|
| How can I get a list of AppDomains under current process? | 16 Nov 2006 22:18 GMT | 1 |
How can I get a list of AppDomains under the current process? Thank you, Max
|
| Cannot apply indexing with[] to an expression of type method group | 16 Nov 2006 22:12 GMT | 2 |
I´m getting the above error with following lines of code: SortedList<int, int> preparedConcepts = prepareConcepts(docs); IList<int> preparedKeys = preparedConcepts.Keys; foreach (int key in preparedKeys)
|
| How to hide tabpage of tab control in windows form 2.0 | 16 Nov 2006 22:07 GMT | 5 |
Can anyone write the code to hide tabpage of tab control in windows form 2.0 Thanks, Amit
|
| Writing to a text box, comminiting chagnes to a DB | 16 Nov 2006 22:00 GMT | 1 |
I've got simple form with a datagrid and a text box, and I'm binding to a simple MS Access DB this is done in C# The textbox is getting it's data from a field in my database and that field is of type memo, and I do have the text box bound to my data binding source,
|
| Opening pdfstream in new window in asp.net-Help me | 16 Nov 2006 21:58 GMT | 1 |
I need to open PDF document in new window when i click on linkbutton in datagrid.For that i have written code as below: But the problem with this code is that it opens the new window ,but not loading the pdf.Please let me know how can i solve this issue.
|
| How to copy one object to another? | 16 Nov 2006 21:43 GMT | 5 |
I have 2 classes which are exactly same except the name. I do not have access to either of the class to change anything in it. In my code, I need to copy one of one class to another class. How can I do this?
|