| Thread | Last Post | Replies |
|
| what is the difference | 27 Jan 2005 12:57 GMT | 2 |
who can tell me the relation and difference between the following concept: 1 no-touch deployment 2 clickonce 3 smart client
|
| (Color myColor = Color.LightBlue) returns value RGB{0x0}??? | 27 Jan 2005 11:06 GMT | 4 |
I just started out with Windows.Forms and was going through the MS tutorials. In the tutorial where you can create a non-rectangular shaped window by using your own window painted with some paint utility, I am having some
|
| cannot find keycodev2.dll, or invalid keycode (Windows XP) | 27 Jan 2005 09:29 GMT | 7 |
Im getting "cannot find keycodev2.dll, or invalid keycode" when im try to open a report from my application. The strange thing is that the same application works fine in Windows 2000 & Windows 98 but not in Windows XP.
|
| creating Satellite Assembly | 27 Jan 2005 07:51 GMT | 4 |
I developed an multi lingual application in vb.net(VS.NET 2003) using .Language and .Localizable property of window form. I want to create a satellite assembly to store all resources and then retrive them based on the language in which form is displayed. I m using assembly ...
|
| MSMQ problem | 27 Jan 2005 03:41 GMT | 1 |
I got a problem with message queue. I want to put a row of a dataset into the message body and when I send it to the Q I throws an Exception. Error message is : YNOTCALLME.MULTISOFT.ENTITY.dsDistributor.DistributorRow cannot be serialized because it does not have a default public ...
|
| .Net Remoting TCP or HTTP? | 27 Jan 2005 03:37 GMT | 3 |
I’m new to .Net Remoting, I am wondering what should I use for my channel, TCP or HTTP. Can someone tell me why I would use one over the other? And in what cases will I use TCP over HTTP and vice versa
|
| WmiEventSink events go where ? | 27 Jan 2005 00:31 GMT | 3 |
after raising an event with the logging framework that gets redirected to a Microsoft.ApplicationBlocks.Logging.EventSinks.WmiEventSink where do these events end up ? can i see them in a logfile ?
|
| Serialize a read-only attribute | 26 Jan 2005 23:43 GMT | 7 |
I have a class that all attributes have to be serialized; some of them are read-only. For example, public int abc
|
| Open File Dialogbox | 26 Jan 2005 21:44 GMT | 1 |
I am running VS 2002 and need a FolderBrowserDialog . I could create one using a DirListBox and a DriveListBox but it does not allow browsing to a network. Is there a way to display the network using a DirListBox and a DriveListbox?
|
| Crystal Report Run-Time customization | 26 Jan 2005 21:16 GMT | 1 |
I want to ask whether Crystal Report 9 (and DotNet Version of Crystal Report) supports Run-Time customization (Grouping) or not? If it does then how? Also I want to ask whether they support drill down charting or not?
|
| Get Executable name from Window Handle | 26 Jan 2005 21:00 GMT | 2 |
I need to get the executable name for window under the cursor. I feel like my code is pretty close but the i never find a process.Handle that matches the handle under my mouse. here is my code:
|
| Comments for dokumentation (VB.NET) | 26 Jan 2005 17:19 GMT | 2 |
i change from C#.net to vb.net for a project and can't found a answer to this: How to write Comments like /// <summary> ///
|
| Running a process and the environment path variable | 26 Jan 2005 16:25 GMT | 2 |
If I do System.Diagnostics.Process p = new System.Diagnostics.Process; p.StartInfo.FileName = "<an executable name>"; // ... (set other properties)
|
| Embedded WinForm Control in IE crashes... | 26 Jan 2005 16:00 GMT | 1 |
I have a WinForm control embedded in IE that crashes everytime I close my browser. If i click on a link in IE when the control is loaded and brings me to another page, IE also crashes. I don't get any debug errors from IE itself (via IEDebug). Does anyone have any idea why
|
| ASP.NET import code | 26 Jan 2005 15:39 GMT | 2 |
I know in PHP it's possible to import another PHP file, so that you don't have to type the same code over and over again. I've been trying to find out how to do this with ASP.NET but haven't found a way. The code I have so far is:
|