| Thread | Last Post | Replies |
|
| STDS - StronglyTypedDataSets | 01 Jul 2004 13:23 GMT | 1 |
Issues with null data, can anyone point to an article on how to use these properly or others workarounds. I am having to check values before taking data from the typed dataset, which can be a pain, extracting data, settting up OLEDB parameters, etc.
|
| run code on background | 01 Jul 2004 11:37 GMT | 4 |
I have a program for which I want to see from a distance if it has been started. I made a timer which is enabled when the program is started. Code in the timer:
|
| Generic Context Menu | 01 Jul 2004 11:22 GMT | 1 |
May I know how to make a generic context menu (which may contains save, new or other funtions) to be inherited by different winform? Thanks in advance. Jasen
|
| Protect IL Code | 01 Jul 2004 11:20 GMT | 3 |
All, What is the best way to protect IL code? --------------------------------------------------- Typical scenario:
|
| Function return values | 01 Jul 2004 09:13 GMT | 4 |
It would be really nice if there was an option that warned the developer that calls to functions did not handle the returned value, or alternatively threw a compilation error. I have been caught so many times by witing something like Split(myString,",") instead of
|
| Is there a user group for Microsoft's Application Blocks? | 01 Jul 2004 09:04 GMT | 1 |
I really like Microsoft's Application Blocks, but am finding the documentation on the UI not particularly user friendly. In particular, I would like to create an MDI parent form and use the navigationGraph to navigate child forms within it, but it is not clear if this is even
|
| DataSet Question | 01 Jul 2004 07:35 GMT | 2 |
Hello. I am trying to follow some VB.net code and am having a heck of a time trying to figure out a dataset source. I am assuming that a dataset is similar to an adodb.recordset in VB6. Here is the line of code that I am looking at:
|
| C# Express | 01 Jul 2004 07:16 GMT | 4 |
I don't know where to put this, but I hope MS reads this. THANK YOU I just retired and was trying to figure out how I could afford to get into Visual Studio .Net to see if I would like learning modern development and maybe try to become useful in the Windows community. This looks ...
|
| Locking a Listbox position | 01 Jul 2004 06:48 GMT | 7 |
I'm developing a Web application where a user selects from a listbox which can have many items. The initial display only shows about 10 items. After a postback, the listbox is automatically scrolled back to the top, so the selected item is mostly no longer visible. How can I keep ...
|
| aspx generate an email | 01 Jul 2004 06:47 GMT | 1 |
How do I generate an email in the serverside code (aspx.cs file) in which I can imbed data submitted from the client icluding attachment of client side files that the client has specified. up to now I get a problem with STMPMAIL(oMyMail) giving an error Exception Details: System ...
|
| Bug in System.Globalization.Calendar class? | 01 Jul 2004 03:40 GMT | 3 |
Consider the following: As I post this, it is June 11th, 2004. My desk calendar tells me it is day 163 of the current year. This code:
|
| Another C# TimeSpan Question | 01 Jul 2004 02:51 GMT | 2 |
I've been trying to determine the difference in minutes between two DateTime objects (startTime and endTime) in C# using the TimeSpan object (ts). I am populating the two DateTime objects from the click of two buttons (start and stop) that I have placed on an ASP.NET webform. I ...
|
| reflection uses | 01 Jul 2004 01:57 GMT | 5 |
could any one tell me which real life senarios reflection can be used in ? thnx
|