| Thread | Last Post | Replies |
|
| DESPARATE HELP NEEDED WITH C# | 16 Feb 2007 14:02 GMT | 9 |
I took a C# class as an elective and received an incomplete in it and am desparate for help. I have two assignments left (arrays and inheritance) and would gladly pay anyone that can assist me with this.
|
| Date time picker | 16 Feb 2007 12:52 GMT | 3 |
Windows form: I want to put a control to let the user to select the time only. Any idea what control or third party control can do that?
|
| for loop only runs when theres a breakpoint in it | 16 Feb 2007 12:30 GMT | 1 |
I'm trying to write a little sudoku game. When i try to set a board i use a for loop. Here it is for (int c = 0; c < 6; c++)
|
| Mail reader. Where to store message bodies at runtime | 16 Feb 2007 12:15 GMT | 1 |
I'm writing an internal mail system module for an application. The mails are stored on a sql database that may be on a LAN or WAN. The gui has similar functionality to most email systems where you'd click on a message header and the message body appears in a read only text box.
|
| Debugging custom control | 16 Feb 2007 11:45 GMT | 2 |
I have some issue to debug my custom control. For example, in my solution i have 2 projects. 1 project is my custom control and the other one, is a windows form application.
|
| send mail | 16 Feb 2007 10:56 GMT | 2 |
using System.Web.Mail how does one send a multipart email? For example, I want to send a "multipart/alternative" email which includes the three parts "text/plain", "text/html" and "text/calendar". So far I do it "manually" - that is I make the body as one big string with all the
|
| Newbie question -- is there a "#include" in csharp? | 16 Feb 2007 10:28 GMT | 11 |
Teaching myself cSharp. In other languages (c++, etc), I generally put important parameters into a single file. Then, if a module requires those parameters, I "include" them in the module. I have that same need in c#, but how is it done? All I can think of
|
| How to pass login credencials to DirectoryEntry object | 16 Feb 2007 09:30 GMT | 1 |
I am working with Active Directory using DirectoryServices libraries. When i create DirectoryEntry object, i pass username and password as parameters. But i am trying to do it without passing username and password. How i can use the credencials of the user currently logged
|
| How to insert a smart part into another, | 16 Feb 2007 08:59 GMT | 2 |
i have a shell application, and i have Smart part A which contains again some smart parts (and based on requirement we have to add dynamically) we can add a smart part dynamically to a workspace, but how can we add
|
| Need more efficient way to load/unload user controls on form | 16 Feb 2007 08:57 GMT | 6 |
We have a Windows app that has one main form (a shell, sort of). We then load user controls into a panel on the form depending on what the user has selected. Our current code to unload the existing user control and load the newly
|
| Not sure if i'm doing this right | 16 Feb 2007 08:55 GMT | 4 |
I would just like some advice to make sure i am doing what i want to do the right way because i don't think i am. I have a form that contains checkboxes. The checkboxes are created dynamically from a database. When the user presses the submit button i
|
| TO ROBINSON, RE: Keeping connection _OPEN_ in ADO.net | 16 Feb 2007 08:54 GMT | 3 |
Robinson I found something where you say I can keep a connection open in .net and I've got books from MS press that say that I can't do this. This is probably one of my top three pet peeves in .NET (right up
|
| How to write in C# to check FTP connect or not? | 16 Feb 2007 08:50 GMT | 3 |
How to write in C# to check FTP connect or not?
|
| Do any microsoft buildtime dependancies C#/C/c++/VB/etc. need to be updated for the 2007 policy on daylight savings time? | 16 Feb 2007 08:44 GMT | 6 |
Do any microsoft buildtime dependancies C#/C/c++/VB/etc. need to be updated for the 2007 policy on daylight savings time? I know the OS needs to be updated but I care now about C libraries, .net binaries, etc. that microsoft maintains which have coded in them logic
|
| MemberAttributes for CodeConstructor | 16 Feb 2007 08:16 GMT | 1 |
I am trying to dynamically generate a static constructor using CodeDOM. However even though i set the MemberAttributes to static, it generates a constructor with no attributes. not sure how to do. Any help please.
|