| Thread | Last Post | Replies |
|
| WPF FlowDocument/FixedDocument editor | 10 May 2007 03:58 GMT | 1 |
Is any WPF FlowDocument/FixedDocument editor avaliable? If not, what's the best approach to implement one. Thanks. Jim
|
| datagridview | 09 May 2007 21:55 GMT | 1 |
ive a datagridview cotrol on my winform.. i want to show a contextmenustrip when i right click a cell or row of my grid... how can i acheive it?
|
| Where to ask | 09 May 2007 18:27 GMT | 4 |
Where should I ask this question? I'm new to VS2005. When trying to publish a program I get the following error. I downloaded and copied the DLL into the relevant directory, so I assume I don't have the necessary permissions.
|
| bulleted display | 09 May 2007 17:54 GMT | 1 |
i've a list of strings which i wanted to display these strings with bullets on my winform. how can i achieve it ? which control shud be used?
|
| Apps From Network Drive Problem | 09 May 2007 11:40 GMT | 6 |
Firstly Im writing not as a programmer, but a a network admin. We are having a problem where students cannot run applications in VB.net from their home area (a network drive). However the same app works fine from a local drive or pen drive.
|
| how to avoid inlining? | 09 May 2007 10:52 GMT | 25 |
I have some code which looks like that: [DefaultValue(CornerStyle.Rounded)] public CornerStyle RectCornerMode {
|
| Best practice to handle "Resource Only Dlls" | 09 May 2007 09:36 GMT | 3 |
From the MFC-days we have an app, and depending on the users choice of international standard and language we load the appropriate resource only dll and pull the strings and other resources from there. This it not dependent on neither culture nor O/S.
|
| Can I bind a property directly to a setting? | 09 May 2007 01:34 GMT | 2 |
Given, for example, a component (a control, let's say) with some property X, can I bind that property to an application setting Y (Properties.Settings.Default.Y) in the designer somehow? I've tried playing around with the data binding stuff, but it appears to
|
| How do I avoid performance-robbing operations while resizing a form? | 09 May 2007 00:23 GMT | 6 |
The basic idea: I've got a form in which I draw a bitmap, scaled to fit the form. For obvious reasons, I want to cache the scaled version of the bitmap so that repainting the form is faster. I need to update the cache any time the form size is changed. But I don't want to ...
|
| LinkDemand Error | 08 May 2007 22:58 GMT | 2 |
I have a class that implements the interface IMessageFilter. When I run FxCop on this class the following error appears: The virtual method IMessageFilter.PreFilterMessage(Message&):Boolean defined by type 'System.Windows.Forms. IMessageFilter' and its override
|
| Backgroudworker question | 07 May 2007 19:17 GMT | 2 |
Hello, friends, I am using BackgroundWorker() to import files into viewer while users are working with our app. However, this backgroud file importing made the app much slower. For
|
| Asynchronous server implementation using either byte array or memory stream. | 07 May 2007 19:08 GMT | 3 |
Hi all... :) I'm in the process of coding up some "high-speed" asynchronous server. The server must handle many simultaneous connections. The amount of data to be transported on each connection is not very big, typically 1000 bytes, but
|
| System error while calling fill method for second data | 07 May 2007 16:38 GMT | 1 |
I am having vb2003-net 1.1 Code was working fine yesterday, today getting error ----------------------------------------------------------- error:
|
| SONY DV Camera does not work with Movie maker | 07 May 2007 09:43 GMT | 1 |
Hi, I have a Sony Mini DV DCR-HC44 video camera. Worked fine with XP using a Firewire to upload my video. Since installing Windows Vista will not work. Have used MM to acquire capture but says can not find camera, firewire card all installed and said to be working fine. Did ...
|
| Merging Visual Studio & SDK Help | 07 May 2007 05:17 GMT | 2 |
I recently installed windows workflow foundation and then realized that I could no longer see .NET framework documentation in my MSDN help. I installed the SDK hoping that it would merge back in. However, I now have two separate help collections, one with the
|