Answer Questions
Gabor Halasz Detecting and Solving memory leaks
Does any1 have any experience with detecting memory leaks How can a .net memory leak be found After a one day load test my application will crash with the "Low on virtual memory" message. So we know my application is leaking, however, the ...Show All
DarrenONeill111 Image of a web page?
Is it possible to capture a complete image of a webpage in a webbrowser control from vb.net Ever find that API The short answer is yes. If you are using v1.1 then it's a bit more work. Bob Powell has a great article on this. If you are using v2.0, it's as easy and an API call for a control. I don't have the API right now, but I can get it later one an ...Show All
esamsalah BUG: LinkLabel
Could somebody reproduce and confirm a bug for me and if available point out a workaround To reproduce: 1. Create an empty form 2. Put in a LabelLayoutPanel 3. Add a LinkLabel in one cell in the first row, set Anchor to Left+Right 4. Add a LinkLabel in the row below the first LinkLabel, set Anchor to Left+Right 5. Set the Text property of both LinkLabels to an empty string in the property grid The CPU consumption of the Designer will go ...Show All
Bruce Frost Scrolling picture box containing graph
Hi, i have problem of this kind. I have database witch contains some data. That data have to be viewed in graph state. So, i need to draw graph. That is simple, ArrayList points, than converting to Point[] pointArray and usage of DrawCurve method. Now, trouble is beggining. If i set max paintbox width to , exmaple, 400 pixels, how ican implement scrollbar to witch movement picturebox will responde in order to move graph and draw next area Mos ...Show All
linnOz combobox help
I have a windows form with a combo box, a text box, and a button. When the form load, I bind the combo box with a default dataset from SQL query. Everything goes well so far and I can see the results in the combo box. ...Show All
dxguy Data Abstractionlayer
Hi , im currently creating an abstraction layer for databindable objects.. its supposed to expose a common interface for all bindable objects. and now i wonder , what types/interfaces would be good to databind currently i have support to bind: DataTable (and dat ...Show All
Lori M Olson listbox
When you doubble click on a itemin a list box I need a event to fire. What event will handle this http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformslistboxmemberstopic.asp OnDoubleClick Please post Windows Forms related questions to the Windows Forms forum. Reserve the C# forum for questions specifically related to C# itself. I'm moving the threa ...Show All
Sasky02 events from xml...
Hi, I'm reading the EventHandlers of menu items from a xml file... But how can I actually apply them to the items Thanks I created a little example for delegates and it because obvious that it would not be very useful to you.&nb ...Show All
Fuhrer System.CodeDom.Compiler.GeneratedCodeAttribute error
I downloaded a sample from MSDN for VS 2005, and tried to build it (using VS2005) as described in the documentation. I obtain 7 errors in the NorthwindCustomerOrders.XSD (NorthwindCustomerOrders.designer.vb file) saying that Type System.CodeDom.Compiler.GeneratedCodeAttribute is not defined. In the documentation there is a link to HOW TO: Set sample settings but unfortunately it is incomplete. It says I have to open the .Net framework SDK 2.0 co ...Show All
vavkin disk space
i dont know if this is the appropriate forum for this but here goes. I have a problem i recently reinstaleld windows XP on my computer and after i did that i found that i only had 2 GB so i deleated a few things that did not get deleated in the reinstallation and i also compressed old files and did a disk clean up and now i only have 10 GB out of a total size of 27 GB so i should have a lot more than 10 GB and i dont think that there is any thin ...Show All
borba777 No Touch Deployment
We have developed a .Net 1.1 app (.exe) using VS2003 Ent. that is deployed as No Touch Deployment from an IIS web site. We've run this site on many servers, and the app on many workstations with no problem.... except 1. On only one XP pro work station, when we request the app, a quick box comes up and then dissapears, then nothing happens for 90 to 100 seconds. Then the app will appear on the screen. On all other workstation (XP pro and other ...Show All
Hilton Locke - MSFT Editable DataGrid and Dataset
Hi all I have a DataGrid on windows form. This grid is bound to a Dataset which has 2 tables . Parent n a child table. These parent child tables are bind to different dataGrids using a datarelation. The dataGrids need to be editable. Inserts Updates and& ...Show All
frank_r Combing multiple images into one image.
Hello everyone, I’m developing an application that requires the user to take 2 scanned images and make them into 1 image. Would anyone have any code samples that do that C# or VB.net if possible. Thanks for your help!!! ...Show All
C!77LVR Inclusion of "content" files in build... HOWTO?
I've been trying to accomplish something that it looks like TV is doing in the source. I have numerous "content" files, things like XSL, XML, RTF, and *.exe.manifest files. I'd like to include these in my project/solution, and when I&nbs ...Show All
solanky DataSet Clear() performance problem
Hi, I am developing a Windows.Forms app. I am using a multi tier architecture with databinded strongly typed datasets . I am using a data access component called Facade where I have a method: public Sub LoadCompany(ByVal companyID as Integer, ByRef ds as ...Show All
