| Thread | Last Post | Replies |
|
| check file size before upload | 25 Aug 2006 16:49 GMT | 3 |
In asp.net 2.0 there is a limit on file size upload of 4MB. I know this limit can be increased in web.config file. Is there any way to check the file size before upload ? if user is trying to upload file size more than 4MB then just display a
|
| C# MCAD/MCSD | 25 Aug 2006 16:21 GMT | 2 |
Would anyone have any training materials or books that they would recommend for helping to study to pass the C# MCAD/MCSD certification exam? Thanks!
|
| interdev question | 25 Aug 2006 16:10 GMT | 1 |
Could some one tell which is the best group to ask questions about interdev and asp? I can not find a specific group.
|
| Progress bar with file save common dialog | 25 Aug 2006 15:17 GMT | 2 |
In my application i have file save & file open button i use common dialog box to save the file but simultaneously i want to show progrss bar to show the progess. how can i do?
|
| Quantum cryptography | 25 Aug 2006 15:14 GMT | 7 |
I'm working on a class research project about quantum cryptography and I found out this is very interesting information. Could anyone of you give me more information on this subject? thanks. Yen Le
|
| String variable as parameter! | 25 Aug 2006 15:10 GMT | 2 |
public void Foo(string one) { one = "two"; }
|
| Beginer Question... Quick Assigning. | 25 Aug 2006 15:08 GMT | 5 |
I have a bunch of variables I'd like to assign... is it possible to do it in 1 line. IE This is how I do it now int sally, jim, bill, fread, sam;
|
| Dock padding? | 25 Aug 2006 15:03 GMT | 2 |
I'd like to introduce a gutter or deadspace between my docked controls on a form. I've sent the Form's padding to 5 for all, but the controls still align right against each other. I could add a dummy panel between each one set to a height/width of 5, but that is hacky. Is ...
|
| Reading and Writing physical media | 25 Aug 2006 14:59 GMT | 2 |
I am working on an application to write a custom file system to our MMC Cards used by our devices. I have been able to use WMI to enumerate the connected MMC Card and get all relevant information about it.
|
| Click once and exe.config file | 25 Aug 2006 14:58 GMT | 1 |
I'm about to release a application to a customer. This app uses a config file to store connection settings. I'd like to be able to create a "Click Once" installer, as this will remove lots of dependency issues that are likely to arise with this app. However, my understanding of
|
| thread invoke Synch marshalling | 25 Aug 2006 14:37 GMT | 1 |
I'm trying to trigger an event from threadB which will be processed by threadA. It sounds simple, but I cannot seem to find any documentation about this anywhere. This is very much like what the windows controls have with InvokeRequired
|
| C# for VB.NET Programmers | 25 Aug 2006 14:35 GMT | 13 |
Is there a good tutorial for VB.NET programmers looking to migrate to C#? I've found several tutorials that assume that the person is new to programming in general, and I've found a few that assume that the person is migrating from C++, but I have yet to find any that cater to ...
|
| treenode within a listview control | 25 Aug 2006 14:34 GMT | 3 |
I wanted to know if there was any way by which I could make a treenode control an item on my listview control. I have tried doing that..but the listview control does not allow me to add a treenode to it. This is allowed:
|
| C# Bluetooth | 25 Aug 2006 13:54 GMT | 2 |
Hi, I need to create a app to at first search for BT devices around. The thing is I cant find the right Dll to work, and the ones I found does not have examples or it does some BTclient Exception. I was wondering if it
|
| How to add a ".txt" resources file | 25 Aug 2006 13:06 GMT | 3 |
Does anyone know how to add ".txt" resources file to a C# project in Visual Studio. It should compile down to an embedded ".resources" file the same way as a ".resx" file. Thanks.
|