| Thread | Last Post | Replies |
|
| Best file transfer mechanism | 09 May 2006 10:30 GMT | 2 |
I want customers to be able to transfert files to my server (not forcefully a Web server). What is the fastest solution ? For the moment I see 3 possibilities: .NET remoting hosted by IIS using Http transport and binary formatter, XML Web service using WSE 3 and a WebClient
|
| How to make Yahoo Messenger? | 09 May 2006 05:36 GMT | 1 |
I'm a student. I want to make a Messenger like Yahoo Messenger. And it can communicate with Yahoo Messenger. I am finding documents about that but I didn't have. So You can show me somewhere I can find documents and How to make that ?
|
| Newbee Question - Updating Data With a DataGridView | 09 May 2006 03:54 GMT | 7 |
I'm new to VS2005 and want to simply update my data with the dataGridView that was generated when I draged my query from the Data Sources Pane. I think I may need to create a Data Adaptor but I'm not sure? The other think I saw was to implement IEditable? How would I do that? ...
|
| .NET 2 framework update for windows users | 09 May 2006 03:11 GMT | 1 |
When will Microsoft roll-out the .NET 2 framework to their windows users via the autoupdate?
|
| TextBox Validated Event Missing | 09 May 2006 03:09 GMT | 1 |
I have deployed my windows application to several user PCs with XP and Win2000. However, there is something strange that ONE of the TextBox Validated event doesn’t fire in ONE of the PC. Basically, the service pack and the .Net framework are same. I could not find out what ...
|
| Failed to start monitoring changes to 'e:\Default Web Site' because access is denied. | 09 May 2006 03:00 GMT | 1 |
I have created a web serivces using .net framework 2.0. When I try to execute the web service I get the following error. Failed to start monitoring changes to 'e:\Default Web Site' because access is denied.
|
| How can I add a member field to an existing class in runtime? | 08 May 2006 22:59 GMT | 1 |
Is there any way I can add a member field to an already existing class during runtime? I know there are many examples using Reflection.Emit showing how to dynamically create a new class and adding things to it, but that's not what
|
| how to create dynamic event handlers | 08 May 2006 22:22 GMT | 2 |
i'm building an desktop windows app in C#. the main menu for the application will be different depending on the admin rights of the user. i've built the entire app. in delphi and i simply activated or deactivated the menu items in that case, but all the menu items are
|
| Declaring Hex in Vb.net | 08 May 2006 22:07 GMT | 1 |
private readonly Guid _tagGuid1 = new Guid( new byte[] {0x5F, 0x4D, 0x69, 0x63, 0x68, 0x61, 0x65, 0x6C, 0x20, 0x53, 0x74, 0x75, 0x61, 0x72, 0x74, 0x5F } ); The above code is declaration of hex in c#. How to declared similary array
|
| Programmer reluctant to move to .NET | 08 May 2006 21:35 GMT | 5 |
Forgive me if this is the wrong place to ask this. I have a large application written in ASP/SQL Server. I am not a programmer. The guy who has written them for me is reluctant to move to .NET. I'm concerned that he is not plugged into the development community enough and not ...
|
| Visual Studio IDE Crashing Very Frequently | 08 May 2006 20:31 GMT | 8 |
The IDE crashes about every 10-20 minutes for me.. its been doing this ever since I started this project (The project was a 2003 project but I recreated it in 2005) When it crashes, its usually after I close the app I'm testing.. lets
|
| shurtcuts for code snippets don't show.. | 08 May 2006 20:16 GMT | 3 |
hi.. i've created xslt code snippets with shurtcuts, but the shortcuts don't seem to showup on intelisense?
|
| Converting String to Float | 08 May 2006 19:06 GMT | 3 |
Trying to convert a string value to a float value after reading the value from an XML file , but not sure what function to use. The following only works for integers Int32.Parse (readXml.Value) ;
|
| Packaging software | 08 May 2006 18:26 GMT | 1 |
I'm trying to package a product and would like to know what people think is the best packaging software around. Here are the needs and wants: Needs:
|
| URLEncode in vb.net | 08 May 2006 17:52 GMT | 2 |
I would like to know if you can use URLEncode within vb.net or if it is an ASP.Net only method. If it can be used in vb.net what namespace reference do I need to import to get this to work? In asp.net its part of the system.web.httputility object. How do you get it to work in ...
|