| Thread | Last Post | Replies |
|
| Missing Configuration Manager in Visual Studio Toolbar? | 03 May 2006 18:28 GMT | 2 |
I'm building a Windows application using Visual Studio 2005. For some reason, the Configuration Manager is missing from my Toolbar. So now in order to change my build mode (eg. Debug, Release), I have to go "Build" > "Configuration Manager...".
|
| Large fonts and small fonts problem. | 03 May 2006 18:15 GMT | 2 |
I saw a few posts on this newsgroup about it but nothing to help me resolve this problem: We designed a window in .NET on a platform using small fonts (120 ppp). But this window will run on servers configured with large fonts. For a reason I
|
| Cross-language inheritence question/problem | 03 May 2006 15:27 GMT | 3 |
Hello again, Given the following: A C# written class in .NET 1.1 contained in Assembly A1.dll: namespace Some.Namespace
|
| [Add-in, How to install PasteAs] it converts C# to VB | 03 May 2006 13:36 GMT | 1 |
I need to install the add-in "PasteAs" for the Visual Studio 2005 IDE. It should convert the C# code to the VB code. It's a MS add-in and you may find here:
|
| Crystal Report in .Net | 03 May 2006 12:56 GMT | 1 |
I have used Crystal Report Viewer in my .Net application. However, when I run my application in user's PC, I got the error something like 'Can not find KeycodeV2.dll' Why? How to solve it?
|
| Form close | 03 May 2006 12:50 GMT | 1 |
Just i want to close the form1 when i click the button1 on form1 and the same time i want to load the form2 on the same event. And i dont want to hide the form1 instead of close. Please post some piece of coding
|
| Visualize my namespace structure | 03 May 2006 10:50 GMT | 2 |
I'm looking for a way to visualize the structure of namespaces in my C# project. Idealy a program that can inspect the dll and provide me with a overview of the namespaces and the classes contain in each.
|
| Pop up results to Parent page | 03 May 2006 09:42 GMT | 1 |
I would like to Popup a helper window, whose selection is passed back to the original windows. Like DELL.COM when you can lookup a feature and have it added to the cart in the first window. How can I do this? (Also, it would be nice for this window to be "modal". Not allow first
|
| Push info from Server to browser | 03 May 2006 08:53 GMT | 1 |
I need an asp.net application to recieve Alerts that occur on the server. Don't want to poll or run a timer refresh as there will be 1,000 users. How can I update browser from Server when an 'event' occurs ?
|
| Are there main applications in .net | 03 May 2006 08:18 GMT | 5 |
We are trying to decide if we should be porting our applictions to .net. Are there main stream applications that are .net? We like the framework, but worry that if Microsoft decides to go another direction we would have wasted our time moving to .net.
|
| The Nerd Market | 03 May 2006 02:11 GMT | 6 |
It used to be that a nerd would work in a business, and he would get all tech, and the businessman would say: yes, but the customer wouldn't understand it. Yet, now, nerds are huge. Many are nerds.
|
| What is the equivalent of a Java package in .Net | 02 May 2006 22:36 GMT | 10 |
New to dot net and C# and was wondering what is the equivalent of a java package in dot net ? thanks, vivekian
|
| Staying on a page for awhile causes error | 02 May 2006 21:58 GMT | 1 |
I have a simple search utility that works perfectly except if the user were to step away from her terminal after finding the results for - 7 minutes or so, and try to go back to the main page an error is generated:
|
| Commerical Listview (.Net 2.0) | 02 May 2006 21:58 GMT | 1 |
Does anyone know of any other commericial based listview packages? I found http://www.glacialcomponents.com/. What I am looking for is one that essentially is very fast with a large amount of items, supporting hiding and reodering of columns easily.
|
| ORA-01002: fetch out of sequence | 02 May 2006 21:58 GMT | 2 |
I am trying to use the OracleDatatAdapter to connect to an oracle version 7.3.4.4 server. I am using an oracle 9i client. When i configure the adapter, the connection works and i can select from the tables. But I get an error after I select a table and the select sql is generated ...
|