| Thread | Last Post | Replies |
|
| General Question -- Dynamic 2D Array | 30 May 2006 04:09 GMT | 4 |
Hello, all: Just a general question that's been bothering me. Suppose I'd like to create a 2D array of integers -- not using the vector template -- but I need to dynamically create the array as I do not know the dimensions.
|
| Get name of current property by reflection | 30 May 2006 03:33 GMT | 1 |
I wonder how to get the name of the currently executing property by using reflection in .Net 2.0 If I use System.Reflection.MethodInfo.GetCurrentMethod().Name from within a property I get something like "set_MyProperty" instead of "MyProperty". Is
|
| Ean and UPC | 29 May 2006 18:28 GMT | 1 |
How can I detect the difference between a UPC and EAN barcode. I have an app which need to prompt the user if EAN or UPC after barcode is scanned. Thanks
|
| Creating a Session Expiring Warning? | 29 May 2006 14:13 GMT | 1 |
Greetings All, i would like to create a popup that warns users that their session is about to expire. I've seen this used a lot on financial websites. Can someone point me towards some good codes samples or ideas?
|
| Cannot install window service in C# | 29 May 2006 13:16 GMT | 1 |
I am using C# with Visual Studio 2005 and have created a Windows Service. This service can be installed using the command line utility 'installutil' and the service appears and runs correctly in the services control panel. Hower if I create a setup and deployment
|
| hard disk size | 29 May 2006 12:20 GMT | 1 |
how to get the disk size and free space of the hard disk(not in bytes)
|
| Shape and Line | 29 May 2006 11:29 GMT | 2 |
I am beginner in .NET I can't find Shape and Line control in controls toolbar (that was in VB6). What am I missing? Thanks,
|
| Project won't run from network drive. | 29 May 2006 08:31 GMT | 6 |
Pardon the crosspost, didn't know where to put this one. I upgraded a project from VB6 to dotNET 2005. It compiles and runs ok on a local disk, but if I put the EXE on a mapped network drive it just apologises for the invonvenience of not running.
|
| Need C# coding for MD5 Algorithm......... | 29 May 2006 07:43 GMT | 1 |
I need C# code for Implementing MD5 Algorithm.. Hope all would have heard of MD5 Algorith... Does any one have the C# coding for that Algorithm.. please Send... ITs URgent..... Thanks In Advance to all.......................
|
| Can you embed a SQL database? | 29 May 2006 06:29 GMT | 3 |
If I am using VB.Net 2005 with SQL Express or Developer edition and want to embed the db into my project, how do I do that? I can't find anything on embedding the db into a VB.Net 2005 app anywhere.....
|
| 2.0: generating documentation for /// | 28 May 2006 22:28 GMT | 2 |
I am learning .NET 2.0. I need to learn how to create documentation from /// comments. I downloaded sample project XMLsample from Web and I generated XML documentation XMLsample.xml: <?xml version="1.0"?>
|
| Listview and subclassing | 28 May 2006 17:33 GMT | 1 |
I have read two excellent articles on how to subclass .NET controls so that you can hook into the control’s WndProc, which is very helpful since you cannot access the WndProc directly for .NET Compact Framework controls. The links are:
|
| Beginner's Question. Re: which .NET software to purchase | 28 May 2006 09:54 GMT | 1 |
Hi All, i am very new to programming and totally confused with different types of .NET software out on the market. I am currently studying VB6 and afterwards i will study .NET (hopefully by August 06) I have two question two ask, all replies appreciated.
|
| Changing Color depth of a jpeg image | 28 May 2006 02:50 GMT | 2 |
is there a way to reduce or modify the color depth of a jpeg image, i currently need to programatically change the color depth of a jpeg image from 24bits to 8bits. any help would be appreciated
|
| Current Context File Access Type in .NET 2 | 27 May 2006 22:22 GMT | 1 |
How can I implement a function to show what kind file security access the current context has on a file, for example:- public enum AccessType FullControl
|