| Thread | Last Post | Replies |
|
| GetHicon memory leak | 12 Dec 2006 19:02 GMT | 3 |
I'm using GetHicon to create a Cursor from a bitmap but I'm getting a memory leak when I do so. If I use DestroyIcon then memory leak goes away but the newly created Cursor is invalid. Is this a known problem or am I doing something wrong? I don't want to leak handles but I have ...
|
| copy buffer not from first element question | 12 Dec 2006 17:32 GMT | 3 |
Hi, guys! Is it possible to write byte array, I receive already from one stream to another, but not from first element, without copy part of array to new one. I mean I have byte[] array and need to do stream.Write( array from element
|
| steam url out to a client | 12 Dec 2006 17:05 GMT | 6 |
I need to load an url which should return an pdf/doc file or and html page if file not found I then need to return this file to the request(client) as ether as a download using Response.AppendHeader("Content-Disposition", " attachment; filename=" +
|
| will UtpClient.JoinMulticastGroup() work in LAN without router? | 12 Dec 2006 17:01 GMT | 1 |
So for a UtpClient to JoinMulticastGroup, there must be a router in the network and with multicast enabled? That is, for a small LAN with a few computers connected by a hub or siwtch, it won't work, right?
|
| Update Row DataSet | 12 Dec 2006 16:05 GMT | 7 |
I have found two or three places where it states that to update an item in a dataset, all I have to do is do DataSet.Tables[0].Rows[0].ItemArray[1] = "String". When I attempt to do this it does not work.
|
| Enumeration Addition/Subtraction - I need an example, please | 12 Dec 2006 15:06 GMT | 3 |
After reading this excerpt from "The C# Programming Language", (By Anders) I tried to check it out. Unfortunately, I'm getting compile errors. Can anyone illustrate this with an example:
|
| Paths in .net 2 | 12 Dec 2006 15:03 GMT | 2 |
While developing a web project, when a debug run is attempted the Visual Studio 2005 creates a Virtual Server and runs the said Web Site on it, hence eliminating the local host or the Proper path of the Site and instead starts off on the Folder of the said site.
|
| System.String Memory Usage | 12 Dec 2006 13:47 GMT | 2 |
I have created a service which parses real-time prices from one format into another. This is all working very quickly and nicely, however, I have recently found that the memory usage is astronomical after a few hours. (1.5-2 Gig)
|
| N-tier application - Design issue | 12 Dec 2006 13:43 GMT | 13 |
In an N-tier application, what is the possible values of N??? I'm not kidding, I just interviewed with a programmer today, and he started the "2-tier application" conversation. From then on, I heard about "5-tier application" and then "7-tier application".... I do know what is a
|
| clone usercontrol | 12 Dec 2006 11:48 GMT | 1 |
Hi all, I would like to know if it possible to do the following I have an usercontrol in a windows form (let called formA) I have a second form (formB) where I would like to place the same usercontrol, that is a pointer or something to the usercontrol that
|
| How to check whether IP is block or not. | 12 Dec 2006 10:54 GMT | 1 |
While sending webrequest i want to check whether ip address of my pc or proxy server which i am using is blocked by webserver or not? Can anyone tell me how to implement it. thanks in advance.
|
| Windows Installer is not included in any selected prerequisite | 12 Dec 2006 10:24 GMT | 1 |
I am getting this message. I had a look at MSDN.com for the answer, but I cannot solve the problem with what is being said there. Can anyone tell me in a step for step fashion what to do? Many thanks. Adrian.
|
| Cluster Automation Server: Access Denied for [NT AUTHORITY\SYSTEM] | 12 Dec 2006 09:46 GMT | 3 |
I'm hoping someone will have some words of wisdom for me regarding MS Clustering on Windows 2003. I have a service that runs on a cluster. During invocation it's supposed to determine from the cluster which node is active (this is a
|
| Emacs | 12 Dec 2006 08:31 GMT | 2 |
VS2005 Emacs mode copy/paste bugs are still not fixed in SP1 beta. They've been reported to Microsoft since the original Emacs mode, but it doesn't look like MS has much interest in fixing them. (Problem reports closed for no apparent reason).
|
| Graphics Query | 12 Dec 2006 07:55 GMT | 2 |
I have a mouse click event in which i need to draw a line if the mouse was clicked within specified co-ordinates.I wrote the following code private void Form1_MouseClick(object sender, MouseEventArgs e,PaintEventArgs pe)
|