| Thread | Last Post | Replies |
|
| can i put 2 configuration files for my Console application ? | 27 Dec 2005 12:23 GMT | 6 |
I want to give a sample console application for the user with 2 configuration files. I want to give also a 2 .bat files for running the sample application, one for each configuration file.
|
| overloading abstract type | 27 Dec 2005 10:06 GMT | 15 |
How can I overload abstract type method in child class? e.g. public abstract void BaseMethod() {
|
| Custom Textbox AutoTab | 27 Dec 2005 09:35 GMT | 2 |
I built 3 textbox classes. The auto tab does not tab to the next control in the tab list. No errors, and the code steps through "this.SelectNextControl(this, true, true, true, true);". What is the code missing, so the auto tab will go to the next control in the
|
| How do I create an XML file for my VB 2005 App? | 27 Dec 2005 08:34 GMT | 5 |
I would like to plug in a bunch of static, but related, information into a XML file that can be used by my VB.NET 2005 utility application. I would like to do something like: <shortname>
|
| information from internet-explorer | 27 Dec 2005 07:35 GMT | 10 |
I'm trying to write a log which save each time internet explorer is opened or closed and all of the url which where visited? Any help is greatly appreciated.
|
| Intellisense not picking up summary tag info in other lib | 27 Dec 2005 07:09 GMT | 1 |
I have the XML Documentation File property set to the name of my library. The file seems to build correctly and appears in the Debug folder of that library. When I add that library project as a reference to another application, the XML gets put in the debug file of the 2nd ...
|
| How to design and build reports which data source from business logic layer ? | 27 Dec 2005 05:36 GMT | 1 |
How to design and build reports which data source from business logic layer ? Is there any documents or tutorials explain the steps to design and build reports if my projects' data source from business logic layer, not directly
|
| Managed GUI for DirectX C++ Game Engine? | 27 Dec 2005 04:19 GMT | 3 |
A friend of mine is in the process of building a 3d game engine using native DirectX in C++. I would like to contribute to the development of an editor for this engine, but I would prefer to develop it in C#. We've discussed the possibility of creating a COM-based interface to ...
|
| what is the difference between COM and COM+?I am puzzled. | 27 Dec 2005 02:49 GMT | 1 |
Or what's the main use of COM and COM+?
|
| ListView | 27 Dec 2005 00:58 GMT | 1 |
Is there any way to stop a user resizing columns in a listview? Thanks, Chris
|
| framework development c# | 26 Dec 2005 21:42 GMT | 6 |
Fellow programmers, How many people are paid to write frameworks in c# ? What kind of frameworks are they developing ? Regards,
|
| Calendar like Quicken | 26 Dec 2005 20:58 GMT | 1 |
I need to add to my app a calendar where I can list events that are to take place. Much like Quicken's calendar. Is there an easy way to do this or do I have to do it manually. I don't have a clue how to do it in client/server. The only easy way I can think of is to write an HTML ...
|
| Image editor | 26 Dec 2005 18:08 GMT | 1 |
Does anybody know where can I find somewhere on internet, source code of appliacation similar with Ms Paint, or something easy for drawing. Thanks a lot.
|
| Is VS2005 debugger let me to see dataset, datatable data as table form? | 26 Dec 2005 17:20 GMT | 1 |
Is VS2005 debugger let me to see dataset, datatable data as table form? I found if I watch some table or dataset variable is very very hard to see. Is there any good tools or add-ins for debugger to see table-form variable.
|
| Hand Tweaked Assembly Language?? | 26 Dec 2005 17:11 GMT | 1 |
Can this be accomplished by simply hand tweaking the generated CIL (Common Intermediate Language)?
|