| Thread | Last Post | Replies |
|
| Deriving a more specific interface from a generic interface | 16 Dec 2005 05:17 GMT | 2 |
Hi all - I'm sure I'm being brain-dead here - and I think the answer is 'you can't do that', but I thought I would try. I have an interface that is Generic, with two type arguments. I want to create a second interface that specifices the second type argument. I also
|
| Visual Web Developer 2005 express, WSYWYG scewed "View In Browser" | 16 Dec 2005 04:18 GMT | 5 |
Hi I'm working with the beta version of this product. I place the web in my master page, then link to my other pages. Set them up. When I select view in browser to check what I have done everything is scewed. The menu, borders everything any suggestions. I use relative ...
|
| VS 2005 control look and feel | 16 Dec 2005 04:07 GMT | 3 |
I just upgraded one of my projects to VS 2005 and I noticed that all of my controls such as the button and tab control do not reflect the new look that is offered by the new VS 2005. After playing around with it I notice that the new look is shown only on
|
| am desperate, still need help | 16 Dec 2005 03:33 GMT | 4 |
Sorry this is a long message, but I'm getting desperate (and worried). I have a textbox (say, tb1) where the string is longer than the width of the box. If I'm coming from the previous textbox (tb0) (by tabbing or pressing enter or the down arrow), the text inside tb1 ...
|
| WindowState | 16 Dec 2005 03:32 GMT | 4 |
I have tried putting the following line in almost every possible place but it does not work. this.WindowState = FormWindowState.Maximized; This just do not work. How to maximize form window if this is not the right
|
| Mouse Over ToolTip in a tree view | 16 Dec 2005 02:57 GMT | 5 |
My goal is to accomplish the tooltip functionality for all the neodes in a tree view and i have the following three Events in my C# application. Name of my TreeView Control (AITreeView) 1) AITreeView_MouseDown(object sender, MouseEventArgs e)
|
| windows forms | 16 Dec 2005 02:14 GMT | 4 |
I have an simple application that opens up a windows form. However, whenever I run the executable, the dos window appears in the back How can I get rid of that? Thanks.
|
| How put source files in sub folder? | 16 Dec 2005 02:00 GMT | 4 |
I've created a sub folder named Source. I then removed my CS files from the project/solution, moved them into Source and added them back. After building, they are again in the root folder. I don't see a place in the configurations to keep this from happening.
|
| C# Generic Constraint Improve Way (Jethro Guo) | 16 Dec 2005 01:22 GMT | 4 |
C++ template use constraint by signature,It's very flexible to programmer but complex for complier, and at most time programmer can not get clear error message from complier if error occur. C# generic use constraint by type,complier is relaxed, but it is very limited to
|
| How to catch Console window content from windows project? | 15 Dec 2005 23:35 GMT | 1 |
I have a DLL that display message in the Console window. My program was previously compiled as a console project and the output was readable from the shell/dos window. Now that my project is compiled as a windows project, I don't have the shell/dos window anymore, how can I get ...
|
| Can a Server Ctrl be developed without IIS running? | 15 Dec 2005 22:58 GMT | 1 |
Running IIS on the development PC is an inconvenience. Can Server Controls (or major parts of them) be developed without it? The COM controls can be developed and tested using a Windows App and then used in Internet Apps. What about Server Controls? Is IIS the only "server"?
|
| SQL Server Access via C# | 15 Dec 2005 22:55 GMT | 1 |
I am using C# to create a web application that currently connects to IIS running on my local machine. In the application there is a connection to an outside SQL Server. When I query the server, even on tables with less than 50 rows, it is INCREDIBLY slow. I can access the
|
| Is there a way to remove <summary> and "TODO:" section? | 15 Dec 2005 22:44 GMT | 1 |
Is there a setting/configuration that will open a new cs file WITHOUT "<summary> ... </summary>" and "// ... //TODO: .. //"? Thanks. Haji
|
| Getting around NATs | 15 Dec 2005 22:16 GMT | 5 |
Lets say I have two clients behind NAT(router) that know each others routers global address. I'm woundering if I set up a tcplistener (or maybe UDP scoket( on both clients, and a tcpclient on both clients could I tunnel through to each
|
| A collection of Objects? | 15 Dec 2005 22:01 GMT | 5 |
Is there a way to iterate through all of the active objects in memory? Or do I need to add the objects to a collection upon instantiation and do it that way? Ron
|