| Thread | Last Post | Replies |
|
| C#) How to keep drawing graphics by GDI | 11 Jun 2007 09:03 GMT | 11 |
I have some quiestion... I want to draw line,point,rectangles and etc... on the from So I code like this.. public update()
|
| Winfprm Application Hangs on exit. | 11 Jun 2007 08:59 GMT | 2 |
I have a application which reads files, directory,and its version and version information is written to text file.Its working fine if files in directory are less but problem arises when no of file increases. Its hangs and on pressing exit button it showing application not
|
| Mapping a Decorator Pattern in NHibernate | 11 Jun 2007 08:40 GMT | 3 |
Hope you can help my with you issue... I made a domain model (http://cedev.com.ar/model.jpg) and what I'm trying to is the NHibernate mappings to persist it. (It's uses the Decorator Pattern, of course..)
|
| Show application window on remote screen?? | 11 Jun 2007 08:14 GMT | 5 |
I am looking into building a C# app that will let the user enter information which will then be formatted and displayed on a separate screen. I guess I could either show the formatted data in a new windows form or in a web browser.
|
| volume/dimension algorithm question | 11 Jun 2007 07:51 GMT | 4 |
I realize this could be a little off-topic, but there are some great minds on this NG and I hope you can let me slide this time ;0) I'm designing our system to manage what products can fit in which cartons and how many per carton. For example:
|
| XmlWriter - can't figure out how to create this element | 11 Jun 2007 07:29 GMT | 12 |
**Disclaimer** The element I need to create might not be valid XML, but it's not my fault, I'm following a required format for an integration project. I've got 99% of the XML created nicely using XmlWriter, there is one line
|
| Calling MS Word Letter Wizard? | 11 Jun 2007 04:32 GMT | 5 |
How can I call the Microsoft Word Letter Wizard from within a C# Windows application? And once I open the Letter Wizard from the application, can I automatically paste text on one of the fields (specifically the Delivery Address field in Recipient Info Tab)?
|
| Splitting a string with Regex and keep the separator | 11 Jun 2007 04:29 GMT | 15 |
I need to split a string whenever a separator string is present (lets sey #Key(val) where val is a variable) and rejoin it in the proper order after doing some processing. Is there a way to use the Regex.Split function to split the string
|
| MDI Applications and Forms | 11 Jun 2007 02:38 GMT | 1 |
I have a MDI application and if I open a Window(Form) form the Menu bar it is held in the constraints of the application window. What I have on this form is a list view which opens another form. This form is on the top of my app and can be moved outside of the constraints
|
| Sending email using smtpclient class | 11 Jun 2007 00:35 GMT | 2 |
I can send emails using the smtpclient class but I would like to do the following: 1. Send the emails to a bulk lot of clients and use no To address only a BCC address
|
| Dynamically Choose Database | 10 Jun 2007 23:27 GMT | 11 |
I have several simple applications that work well, except for one thing. The database seems to be hard coded. Normally what I do is go in to Settings.settings, then change the value of my connect string to point to the database I want, then redeploy. I have to change this ...
|
| Web Service, StreamWriter and System.UnauthorizedAccessException. | 10 Jun 2007 23:12 GMT | 3 |
I've created a folder named TestDir in my wwwroot and I've created the associated virtual application from IIS management snap-in. I've given full control to TestDir to: IUSR, ASPNET, Network service, Anonimous access, Everyone, Users, VS
|
| DispatchEntry DispatchTable - Converting C++ to C# | 10 Jun 2007 20:41 GMT | 6 |
Hello group, How would one write the following C++ code in C#? What .Net object could I use for a DispatchEntry? DispatchEntry DispatchTable[] = {
|
| Tactics of reading a specific record? | 10 Jun 2007 20:11 GMT | 1 |
I've loaded a dataset from an access database, and now I want to find a specific record in a datatable that's part of that dataset. First, I was surprised to find that the Find() method complains that there's no primary key on the datatable, even though I've checked 3 times that
|
| What is the shortest way to display a popup with a text message ? | 10 Jun 2007 17:48 GMT | 1 |
I don't want to create a full Form for this purpose. Is there a simple built-in MessageBox available from CSharp GUI programs similar to: ShowMsgBox("This is a sample text"); ?
|