| Thread | Last Post | Replies |
|
| Can Borderless forms have a context menu in the start bar? | 22 Nov 2006 14:43 GMT | 5 |
I'm currently developping a skinnable form by using a borderless form (Form.FormBorderStyle=None). Is it the right way to go in the first place? if it is. Assuming that when there is no border to the form there is no context menu when you right-click on your form in the start bar ...
|
| Can I develop .NET 3.0 with Visual Studio 2005 Express? | 22 Nov 2006 14:24 GMT | 3 |
Can I develop .NET 3.0 with Visual Studio 2005 Express? I did not see any settings in the interface to use the 3.0 runtime.
|
| updating child records in a DataSet w/ new autoinc values after parent insert? | 22 Nov 2006 04:47 GMT | 3 |
Hi all. Using Dot Net 2.0. I have a typed dataset generated by VS. It contains a parent and a child table with a relationship set up in the MSSQL database and showing in the dataset. _Both_ tables have new records that need to be added to database.
|
| BHOs, I.E. ToolBars, and such | 21 Nov 2006 22:05 GMT | 3 |
I am having to get involved in writing Browser Helper Objects in Managed Code and to write toolbars and interface the two. Because BHOs have been clasically written in C++ using ATL, most of the discussions are in that arena.
|
| Exception handling behaves differently in debug and release versio | 21 Nov 2006 18:21 GMT | 3 |
I have a class library which throws exceptions on errors. I have an exception handler several levels above where the exception is thrown to catch exceptions. When I run the app in the debugger the exception handler is called, however, when running the app outside of the ...
|
| Question regarding Shared Functions or Subs | 21 Nov 2006 17:48 GMT | 2 |
I wonder if it is threadsafe to have a Shared Function or Sub like this: Public Class Data1 Public Shared Function Query1(Byref sCnxn as String, Byval sSql As
|
| Server Application unavailable error when password containing & character | 21 Nov 2006 13:32 GMT | 1 |
One of my application has <identify impersonate = true> in web.config. I have given my user name and password in machine.config. When i tried to access the application used to work perfectly.
|
| "Attempted to read or write protected memory" since 10 days... | 21 Nov 2006 12:05 GMT | 2 |
Since 10 days (the first time was the 10th of november) I have some weird exception happening in an application here: All (except 1 of the total of 5) users had this error now 1 of 2 times during the last 10 days. It happens mostly during startup or closing of the
|
| Debugger Step Over Attribute | 21 Nov 2006 10:50 GMT | 4 |
Hi, is there an debugger step over attribute that I can use on properties? For instance, I have a singlton class with an "Instance" property: public MyClass Instance
|
| stupid .net framework 3.0 ? | 21 Nov 2006 08:51 GMT | 3 |
Ok guys i know this is a stupid question but here goes. I decided tonight was going to be the night to learn this new .net framework 3.0. I downloaded the new release of .net framework 3. I also installed windows SDK & the visual studio plugins for WF,WCF, WPF. Ok my first quest ...
|
| How to move from .NET Remoting to WCF | 21 Nov 2006 08:48 GMT | 4 |
What is the best way? Is there a good article?
|
| Samples of MemoryMappedFile in C# or .NET | 21 Nov 2006 07:50 GMT | 1 |
I am interested in a sample in C# (or any .NET) that shows the bare bones of doing CreateFileMapping, et al. to share an existing file between two or more processes on the same workstation. Any help would be greatly appreciated.
|
| Free Video Tutorials | 21 Nov 2006 06:40 GMT | 1 |
Hi, i am looking for free video tutorials to learn the following: A.) Dot.Net Framework (Class Library) overview, Development Tools overview, general technology overview B.) Learning Dot.Net Programming
|
| Event handling in Collections | 21 Nov 2006 04:43 GMT | 1 |
I have a class that inherits from NameObjectCollectionBase. For simplicity, the collection is called reports, and the individual objects in the collect are called report items. Each report item has a property called .value that throws an event everytime the value
|
| Running 2.0 with 3.0 installed? | 21 Nov 2006 02:23 GMT | 1 |
If I upgrade to framework 3.0 and install Studio components for 3.0, will I still be able to create apps for the 2.0 platform exclusively? Meaning, if a client has 2.0 framework installed on their machine, can I provide a 2.0 (only) Winform app?
|