| Thread | Last Post | Replies |
|
| How to capture form | 07 Jan 2008 21:08 GMT | 2 |
I use Windows Forms and VS 2005 to draw a plot on the form. How can I save this plot to a graphics file (preferably jpg)? I couldn't find appropriate class in the Framework. Thank you.
|
| are dotnet windowsforms best choice for my scenario? | 07 Jan 2008 18:27 GMT | 11 |
Hi, all: I hav been doing C#.net coding for quite a long time, but mostly on asp.net. now I need to program an application that will save on flash driver and when the user plug in flash driver, my application will
|
| no response for cancel button click | 07 Jan 2008 15:43 GMT | 3 |
We have a window appliccation, which is written in .C# (.net 2003). One of the feature of this application is to allow users to download data from our repository database (Oracle) and then display the data. The "download" dialog is simple: a window form with a progress bar and
|
| Drag from UserControl to ActiveX in same form | 07 Jan 2008 15:24 GMT | 1 |
I have a form with a user control that supports being a drag source. I put an ActiveX control on the same form that is a drop target (implements IDropTarget, etc.) When I drag from the user control to the ActiveX control, the
|
| ClickOnce .application displayed as XML | 07 Jan 2008 05:17 GMT | 5 |
I am trying to deploy an application using ClickOnce, but i have a problem: sometimes in IE the .application file cannot be interpreted. What I already know, to save you some time / posts: - I am not referring to the problem in FF or other browsers:
|
| Playing TV. | 07 Jan 2008 03:27 GMT | 1 |
Does anybody know of a way to play television (from the Internet) in a window/object? TIA - Jeff.
|
| Order of evaluation in an If statement | 05 Jan 2008 14:29 GMT | 6 |
I am running into a problem which is best described with an example: Dim aList as ArrayList = Nothing .. if (aList IsNot Nothing) And (aList.Count > 0) then
|
| windows app in vb.net | 05 Jan 2008 04:46 GMT | 1 |
I am new to visual studio.net 2005. What I need to do at my new job is to write an application where users can enter data into 'screens'. The data that is entered will end up in excel spreadhseets. Once the data is entered into the excel spreadsheets, I will then export the data ...
|
| FileNameEditor: How do I control the returned value? | 04 Jan 2008 23:27 GMT | 2 |
I have a need to derive from FileNameEditor to provide the ability to select multiple files. It's not hard to make the OpenFileDialog function that way by overriding the InitializeDialog() method, but the problem is that the RETURN VALUE is still only a single file name. Is there ...
|
| Use of Data Binding while using Model View Presenter pattern | 04 Jan 2008 23:05 GMT | 1 |
Does use of the model view presenter pattern negate using data binding on controls? I believe with this pattern that the view only knows about the presenter. By using data binding (controls on the view to data in the model), the view would have to access the model as well.
|
| Custom ApplicationContext and ClickOnce deployment | 04 Jan 2008 04:14 GMT | 1 |
in a small database-client-application I use a custom ApplicationContox to first show a splash screen to do some initialisation in a background worker. After closing that Form a second Main Form, the real application should be shown. When I start
|
| How Create Setup For Window Application with WebService in .NET | 04 Jan 2008 04:09 GMT | 1 |
I have an windows based application which is using the webservice. I want to create the One Setup which not only install the Application it should install the Webservice on given Virtual Directeriy. How can i merge to differnt thing in one setup
|
| refresh the title bar of a "sub window" | 04 Jan 2008 01:16 GMT | 3 |
Happy New Year ! I have a rather trivial question, but it bugs me for a while. Here is a bullet-wise description: 1. My application has a "main form". It has two buttons.
|
| Trying to nunit test a form | 03 Jan 2008 23:05 GMT | 4 |
Hi; I have some simple nunit tests for my forms. When I run nunit from Visual Studio they run fine. But when I use the nunit command line app to tun it I get the following:
|
| How to trap <Ctrl+Tab> is DataGridView | 03 Jan 2008 20:21 GMT | 2 |
Please forgive my rant, but trapping keystrokes in .NET couldn't get much worse if someone tried. Sorry to vent my frustration but I've had no end of problems with this for the past 18 months. The entire system is a convoluted mess and really needs a complete overhaul. With that ...
|