| Thread | Last Post | Replies |
|
| Creating Bar Graphs | 12 Nov 2006 14:53 GMT | 6 |
Help. I am trying to create a web page in C# to display a row of data with bar graphs (an image 1px). I get the max value of the row and use the following formula to size the height of the image, but the bar graphs are not sizing correctly. Can anyone provide me with a solution
|
| .NET Developers | 12 Nov 2006 12:21 GMT | 15 |
We need an experienced .NET developer (ASP.NET, C#, SQL Server). I put an ad on monster a couple of weeks ago but did not get any promising resumes so far. Is there a good source for recruting .NET developers? TIA.
|
| C# using classes from C++ DLL | 12 Nov 2006 10:41 GMT | 6 |
Yes, I'm a noob with .NET looking for help. My goal is to eventually write a managed DLL in C++ that is a wrapper for an unmanaged C DLL, then use the managed DLL in C#, VB, etc. Initially, I am just trying to write a very simple managed DLL in C++
|
| C# MHTML Code | 12 Nov 2006 08:47 GMT | 1 |
Being freelancer, I am not that comfortable with C# code I have made a prg which send mail on queue basis, I need the code for Mime format ie MHTML in c# pls help
|
| oForm.Close() vs this.Close() in a modal dialog. | 12 Nov 2006 04:50 GMT | 1 |
oForm.Close() vs this.Close() in a modal dialog. oFrom.Close() calls Form.Dispose() but this.Close() ,say in the click event of the Form, does not. I can think of the reason for this but is this documented and if so can
|
| Fixing a form on the screen | 12 Nov 2006 02:19 GMT | 12 |
How do I fix a form on the screen using VS C# 2005. By "fixing" I mean that the user cannot move the form about on the display.
|
| Child list for field owner-info cannot be created | 11 Nov 2006 20:47 GMT | 4 |
My name is Norm, I changed something that caused this problem, and I do not what it was. I also do not know how to debug this problem! The line where the crash occures is marked by an *. The windows form will not display in the designer.
|
| lock or invoke is better for updating control. | 11 Nov 2006 19:13 GMT | 2 |
I am having application wherein i am using asynchronous programming and using callback i am updating one label control. My question is can i use lock statment to lock control. If yes which one is better to prevent unpredictable update of label. Whether should
|
| Reusable event handler - identify sender | 11 Nov 2006 16:52 GMT | 4 |
My form has a dynamically populated context menu, and each has the same event handler for the click event. The event need to write the text of the clicked menu item into a database, so I need to either pass that to the event handler, which I
|
| XML related question | 11 Nov 2006 15:16 GMT | 1 |
I'm working on an application that I'd like to add XML support to in order to communicate with another app on a remote server. The other side already has the data I need in XML files ready to be recieved by my end. The problem is that it's in a specific schema-type (cXML).
|
| Topic Maps and C#/.NET | 11 Nov 2006 08:58 GMT | 2 |
I´m planning to visualize the data of my program as topic maps. Does anybody know about a free (open source) framework for C#/.NET? It would be great if there would be a way to use an object like a "TopicMapBrowser" instead of the "WebBrowser" object in the
|
| Q: How to tell if a component function is executed at design time or runtime? | 11 Nov 2006 08:38 GMT | 2 |
I have developed a component that creates a lookup for selecting values. At designtime i want to display the windows as well but with certain criterias. is there a property or something to look at that tells mee if its designtime
|
| richtextbox's scroll bar | 11 Nov 2006 06:49 GMT | 1 |
i have a Dialog form with richtextbox that basically display a legal agreement and when the user drag the scroll thumb down to the end of scrolling which suppose to mean the user have read it then the checkbox is enabled for the user to tick off (I agree) and the next button is ...
|
| Exception Handling Scope | 11 Nov 2006 05:46 GMT | 1 |
Can exceptions only be handled in a protected block? For example, can I globally catch and handle any exception generated from an ASP.NET page without placing the entire Page_Load event handler code in a try-catch block?
|
| How to write Marshalling code for Function pointer in cpp? | 11 Nov 2006 05:27 GMT | 3 |
Can anyone help me about how to write Marshalling code for Function pointer in cpp? Thanks Abhijit
|