| Thread | Last Post | Replies |
|
| Printing Crystal Reports without Opening Adobe Acrobat Preview Window | 18 Apr 2007 21:12 GMT | 1 |
Hi, each time a click on the print icon in the Crystal Reports preview toolbar, it opens an dialog box which in turn opens an Adobe Acrobat preview window. Is is possible to print Crystal Reports without opening an Adobe Acrobat
|
| add info file to click once application | 18 Apr 2007 18:48 GMT | 5 |
I have an application that is installed using click once. I am trying to add a documentation file that will be added to the Start->Programs->My App How do i do that?
|
| WCF & WF & SmartClient | 18 Apr 2007 14:07 GMT | 2 |
I'm new to wcf & wf and try to get a handle on how all this should be used, in particular for a smart client like an email program, a trading platform, etc. For something like that you have the common 3 tiers:
|
| upgrade .NET version with ClickOnce? | 18 Apr 2007 06:30 GMT | 2 |
I've written an application in .NET 2.0 and used ClickOnce deployment. I've set the prerequisites options to 'download from component vendor's website'. When users try to install it via the web, if they haven't got .NET framework installed at all, then it asks them whether they ...
|
| Database Designer in VS .NET 2003? | 18 Apr 2007 04:14 GMT | 1 |
I've noticed that the Add Database, Add Table, Add View, etc., right-click menu items are not available in the Server Explorer in Visual Studio .NET 2003. The connection and binding to my SQL Server 2005 works fine. When I check Visual Studio 2005 (not .NET), the Server Explorer ...
|
| Forms and Labels | 17 Apr 2007 20:38 GMT | 6 |
I am new to Famework Programming and I need your help. In Visual C++ .NET Forms. Labels.
|
| F1 keydown for menuitem | 17 Apr 2007 17:57 GMT | 2 |
Each of my menuitem has a help topic. When user selects the menuitem and press F1, it should pop up the help. However, how can I catch the F1 keydown event for the menuitem? There is no keydown event for the menuitem.
|
| How to do P2P | 17 Apr 2007 17:44 GMT | 3 |
I need to create an application that can connect from our customer (who uses a proxy server and only allows connections out via http) to our server and if our server has a change of information can send events back to the client app.
|
| WIA to .Net | 17 Apr 2007 16:06 GMT | 1 |
Anyone know why WIA has not been moved to .Net? As best as I can tell, the current WIA (WIA automation) is a pre-XP designed API. Yes, I know about the com interop stuff - it does not work for the real world. Are there any inexpensive alternatives? I worked for a company that
|
| XML reader issues.... | 17 Apr 2007 08:06 GMT | 2 |
I have a XML document (not of my making) which starts like that: ========== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
|
| Is this CLS compliant? | 17 Apr 2007 04:08 GMT | 1 |
Hello, friends, I defined a C# class like the follows in .net 2.0: [Serializable] public class ContractInfo
|
| Start of installed ClickOnce-Application sometime causes reinstall | 17 Apr 2007 03:49 GMT | 6 |
Hello ng, we have some strange behavior with our clickonce-applications. The applications were installed successfully. We can start it after installation without problems. But sometimes all installed apps on the client
|
| List generic collection | 16 Apr 2007 17:19 GMT | 1 |
i'm a new bie to .net 2.0.. ive used a list geeneric collection of strings in my code. i would like to append all the strings to get a single value.... I've found the foreach() iteration method...for List collection..
|
| Make Single Instance in C# | 16 Apr 2007 06:53 GMT | 10 |
In the Visual Studio documentation for VISUAL BASIC ONLY, there seems to be the ability to mark an application as "Single Instance" so that it will run only once. How do implement this same functionality in a Windows Forms C# application?
|
| gc.KeepAlive - is this the reality of garbage collection | 16 Apr 2007 03:26 GMT | 19 |
I have a problem with garbage collection. An msdn example says generally the following: I have a class TestCls. With a Property MyProp.
|