| Thread | Last Post | Replies |
|
| Unable to set Height | 18 Jun 2006 14:10 GMT | 2 |
I have a listbox (owner drawn) on a form. the form is topLevel with no parent. My problem is that I can't set the Height of neither the from or the control to the values I want.
|
| Calling super class | 18 Jun 2006 12:00 GMT | 2 |
Hi, How can I call the super class in c# ? e.g. protected void Page_Load(object sender, EventArgs e)
|
| DBF files with C# | 18 Jun 2006 10:16 GMT | 6 |
I want to work with DBF/DB files in C#, so I need a library and an example... Can somebody help me with this? Thanks,
|
| Components List | 18 Jun 2006 10:08 GMT | 2 |
Hi, all! Is there any standard way to get list of all components on my win form, including components that their parent isn't form it self, but panel on the form? Or to get this list I need create recursive function? (In Delphi there
|
| Have you used GTK#? | 18 Jun 2006 06:33 GMT | 1 |
How many of you have achivied true portability using GTK#? TIA, Scirious.
|
| Setting Control's parent cross AppDomain. | 18 Jun 2006 05:30 GMT | 2 |
I encountered the following problem when trying to set control parent when the control reside in a different AppDomain. Here is the pseudo code descibing the problem: pay attention that both controls inherits from UserControl which inherites
|
| Context menu bitmap | 18 Jun 2006 03:25 GMT | 1 |
I'd like to have a context menu attached to my NotifyTrayIcon. Easy enough - but I'd like to have one of those menus with a bitmap that runs down the entire length of the menu (company name etc.). Can anyone recommend the control (or steps to achieve it) that I need?
|
| "Index of out array bounds" error with ampersand. | 17 Jun 2006 23:00 GMT | 3 |
I wrote a little interface for users to post data to a website. On their local machines, it produces CSV from an Excel spreadsheet, then posts it to the site. In some cases, the CSV will contain ampersands. For example,
|
| .NET Redistributable Nightmare | 17 Jun 2006 22:32 GMT | 4 |
I create a windows app which works fine on my dev machine. I deploy it on my test machine using the MSDE Deployment Toolkit and everything installs fine (expect attaching the db). The newly installed app will not run, it crashes before it does anything. I can run the same file
|
| Urgent question w/ boxing... please help | 17 Jun 2006 18:27 GMT | 3 |
I have a problem that i have been trying to solve for awhile. I'm given a code where the purpose is to create a general dataset mapper. Given any dataset, i have a class, "Mapper.cs" that's supposed to map objects from any type of dataset to any type of object.
|
| Why use C#? | 17 Jun 2006 17:49 GMT | 33 |
People, what are the advantages of C# over C++? Thanks, Scirious.
|
| Gobal and Session Dataset | 17 Jun 2006 17:31 GMT | 3 |
Hi, How can I create a global and session dataset using in the web applicaton ? I have defined in Global class without luck. e.g.
|
| What is the C# for this C++ | 17 Jun 2006 16:03 GMT | 2 |
C++ void SomeClass::SomeRoutine (void) { QuestionClass abc(__FUNCTION__); }
|
| How do I | 17 Jun 2006 15:11 GMT | 2 |
How the heck to I get to the code in VC# Express. I open the project... no code. No code button.
|
| Separate Chaining Hashtable | 17 Jun 2006 14:21 GMT | 2 |
I couldn't find implementation of Separate Chaining Hashtable in System.Collections while the regular Hastable didn't let me insert more than one value to a bucket. So, I inherited the regular Hashtable with the following:
|