| Uploading and Subsequent Post of File (4 replies) |
| microsoft.public.dotnet.general |
| I'm trying to have a file that is specified on the client posted to a specified location. I can get the file to upload to the server, but would like to not have to store the file on the hard drive before it posts to the other location. I have tried to use the WebClient.UploadData method, but the headers and such are not formatted correctly (the final posting location requires a file post). I have ... |
|
| how to code sourcecode editor with syntax hilighted and IntelliSense function (10 replies) |
| microsoft.public.dotnet.general |
| Dear all, I have to do a source code editor to implement syntax hilighted with special colors , IntelliSense function. Could anybody give me some tips or links? Thanks, Vince |
|
| Floating Toolbar (4 replies) |
| microsoft.public.dotnet.general |
| Hi All, Has anyone come across a floating toolbar for .NET that does not come from a third party vendor? I have searched the net, but have come across nothing useable! Regards, Simon McCabe. |
|
| E-mail reader (6 replies, VIP) |
| microsoft.public.dotnet.general |
| Hi, I need to write a Windows Service which checks (with a timer) e mail in a specific Exchange mailbox. Then if there is new email, download body, save attachments. How can i do this with VB.NET or C#? Maybe somebody can post some URL's or example code. I don't know how i can do such a thing. Hope somebody can help me. Kind regards, Rick Smit |
|
| Deployment question (2 replies, VIP) |
| microsoft.public.dotnet.general |
| Hi, I have a Windows application that is installed on over 100 PCs. It is being installed by the "Setup and msi" method. I am constantly being asked to add features to the application and users/support have to uninstall/reinstall for people to get it. Is there a better way to handle this so users run on a copy of the application on a server share, and have immediate access to the news version? Any... |
|
| Error says Web server in not running asp.net 1.1 (8 replies, VIP) |
| microsoft.public.dotnet.general |
| When trying to create a new project on a new install of .NET 2003 I get the following error Error says Web server in not running asp.net 1.1 But I look in the administrative tools and it says Microsoft .NET Framework 1.1 Configuration How can I fix this? |
|
| treeview help (2 replies) |
| microsoft.public.dotnet.general |
| Hi I'm trying to use the treeview control but having a hard time trying to visualize how I'm going to achieve when I'm trying to do, as an example in the end of my program I want my treeview to look something like this : ANIMALS FOUR LEGS DOGS POODLE GREYHOUND BOXER PIT BULL CATS TWO LEGS HUMANS MALE FEMALE VEGETABLES GREEN APPLIES I'm trying to write a sub which you will pass to it for example "A... |
|
| n tier applications (3 replies, VIP) |
| microsoft.public.dotnet.general |
| hi I would like to know what n tier applications are (i thought i already knew that). I had developed an applicaton that had a DAL layer, BLL layer, database and user interface layer. what exactly is a layer? i had one .net solution file and in that i had different projects representing these layers. I thought thsi is a n tier application. but one of my friends in uni thinks its not. am i correct ... |
|
| .NET v1.1 and v2 (5 replies, VIP) |
| microsoft.public.dotnet.general |
| Hi, If i install the .NET framework version 1.1 on a Web Server and then install .NET v2 can i have some web sites which use v1.1 (our .NET 1.1 tech Demo Sites) and some which use v2 (our v2 tech Demo sites). Will this just work by default or do i have to do some special config? cheers Arran |
|
| Fully Trust a Visual C++.NET DLL under Win XP professional does not work (4 replies, VIP) |
| microsoft.public.dotnet.general |
| I have a Visual C .NET DLL, which statically links to a C lib and is used in a windows user control written in C#. This windows user control will be hosted in IE. To do so, I have to Fully Trust these .NET dlls (windows user control and VC .net dll) using .NET framework configuration wizard (can be found in Control Panel Administrative Tools). I have successfully done it in .NET framework 1.1 and ... |
|
| how to tell if local account is disabled with directoryservices.dll and vb.net (2 replies, VIP) |
| microsoft.public.dotnet.general |
| Does anyone know how to tell if a local user account on a member server is disabled using the directoryservices dll and vb.net? I know since it is not an LDAP server that i will have to use the WinNT provider. Any help would be appreciated. Thanks, Brent Grooms |
|
| How to have VS.NET setup turn anonymous off. (2 replies) |
| microsoft.public.dotnet.general |
| When creating an MSI through VS.NET, does the setup project allow me the ability to turn anonymous off. Basically, my web app uses Windows Authentication, but the MSI turns both that and anonymous one, which is causing conflicts. Right now I have to have a statement in the build notes that describes how to turn anonymous off, but would like the MSI to do that for me. |
|
| Mosaveee (3 replies, VIP) |
| microsoft.public.dotnet.general |
| salam |
|
| DockPanel Suite and DockManager Control (3 replies) |
| microsoft.public.dotnet.general |
| Hi, I want to use the "DockPanel Suite" or "DockManager Control" from Weifen Luo (http://www.freewebs.com/weifenluo/DockManager.htm). Did anybody here used them once? And did they work fine? And what about the DockPanel Suite? It is indicated as the new version of the dockManager, but it's also a Beta: Is it reliable? Would you recommend the DockPanel suite or the DockManager control? Your input w... |
|
| How to copy an MS Excel graphic from the system clipboard to an image control and obtain its source reference in .Net with either VB.Net or C# (2 replies, VIP) |
| microsoft.public.dotnet.general |
| Hello, Here is what I'm trying to do: Make sure both MS Excel and MS Word are running Create an Excel chart Save the Excel file Copy the Excel chart onto the clipboard using Ctrl C Go to Word and look under Edit Paste Special Note there is a source reference and an option to paste the chart as a metafile, etc. I would like to take this same information and make it available in a C# or VB.Net app F... |
|
| Namespace extemsion for windows explorer (2 replies, VIP) |
| microsoft.public.dotnet.general |
| Has anyone heard of this? From Windows explorer, it looks like a drive but does not have a drive letter. It contains folders and files like any other drives or folders. I think it's called Shell Namespace Extension but don't have much info on it. Is there a way I can use a custom program (VB.NET, C# or VB6) to access this locally and remotely? Thanks in advance for your help. |
|
| Event log Full (2 replies, VIP) |
| microsoft.public.dotnet.general |
| Hi all, is there any possibility to override the "log is full" by code ??? thks JSB |
|
| Requirements VS2005 (3 replies) |
| microsoft.public.dotnet.general |
| Hi, I've seen a site, of which I can't remember it's url, that stated the following: "The prefered platform for Visual Studio 2005 development is Windows XP". Is this true? Does this mean we CAN't, SHOULD't or CANNOT develop using Windows 2000? Erik |
|
| S/MIME in C# (3 replies) |
| microsoft.public.dotnet.general |
| Hi, I want to sign some emails and I've been searching on msdn and did not find anything there. Does anyone have any ideas on where to start? Thanks |
|
| Parser Errors (3 replies) |
| microsoft.public.dotnet.general |
| Hi, I am getting the following error when I strart debugging, regardless of the project or solution I am working on. Any help would certainly be appreciated. Michael Server Error in '/LeagueHelper' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your sourc... |
|
| Rant: .NET Component Vendors (13 replies, VIP) |
| microsoft.public.dotnet.general |
| I had a situation occur today that's happened a number of times before and I'd like to get your take on it: Imagine... You're developing a WinForms app for a client that includes the use charts. So you purchase a .NET charting component, design the app, and deliver it to the customer. One year later, the customer comes back and says, "There's a bug in your app. The application crashes when I do su... |
|
| RegularExpretion for negation of expression? (2 replies) |
| microsoft.public.dotnet.general |
| High ALL, in MSDN for .NET is the following: [^aeiou] Matches any single character not in the specified set of characters. Is it possible to constract Regular Expression that will do something like this: ^ EXPR Matches any expression (sequence of symbols) does not equal the given EXPR ?? E.g., for part of HTML code " td... ..... td... .... /td .... /td " RegExp " td[^ ]* .*? /td " matches HTML cod... |
|
| Directory.Copy (2 replies, VIP) |
| microsoft.public.dotnet.general |
| The documentation says there is a sample in the Directory's page, but there isn't. Is there a way to do this without recursively going through all the subfolders and individually copying files? Thanks in advance, Donald |
|
| Web Services question (3 replies) |
| microsoft.public.dotnet.general |
| hi, if my webmethod fails (eg database server is down) how do i send this message back to the caller of the web method. thanx |
|
| how to test a function ? (5 replies, VIP) |
| microsoft.public.dotnet.general |
| I create an object named Number , with the function numtowords. i input '100' as parameter, It will return "one hundred". However, any simple way to test this object ???? I only know the old way [create a form, textbox, button to test the program] Any suggestion ? Thanks |
|