| Thread | Last Post | Replies |
|
| How to Share a ToolStripMenuItem | 11 Oct 2007 13:27 GMT | 3 |
My application has a standard MenuStrip on top of the window and a ContextMenuStrip that pops up when the user clicks the right mouse button. I have defined a ToolStripMenuItem that I want to appear on both the MenuStrip and the ContextMenuStrip, but any attempt to do so makes the ...
|
| Generate PasswordSalt 128 | 11 Oct 2007 12:30 GMT | 1 |
I'm trying to execute the procedure aspnet_Membership_CreateUser but I don't know how to generate the parameter PasswordSalt nvarchar(128). Thanks
|
| looking for service management wrapper | 11 Oct 2007 11:31 GMT | 1 |
I need to write a service that can be kicked off by one of two events 1) by request from some other process (client, web, etc) 2) timer. usually the runs need to be sequential and not simultaneous so events will
|
| get file details for HTTP location | 11 Oct 2007 11:23 GMT | 9 |
Hi, is there any way of getting details (such as last modified/created date/time) of a file located on the web? E.g I'd like to know when the file "http://www.myWebSite.com/ update.txt" was last created/modified.
|
| Enterprise Library | 11 Oct 2007 11:12 GMT | 3 |
I have a web method that I want to improve by using the Enterprise Library Data block. I have added the Microsoft.Practices.EnterpriseLibrary.Data.dll and Microsoft.Practices.EnterpriseLibrary.Data.xml references to my project but I can't work out how to use them. The Help is ...
|
| Signing with PFX file using CSC | 11 Oct 2007 10:20 GMT | 1 |
I've got a Visual Studio project which compiles just fine within Visual Studio, but I'm unable to compile it with CSC with the same PFX file as in the project. Is there some way to get the actual string VS executes? Is some other parameter necessary for PFX files as opposed
|
| Application hang after screensaver | 11 Oct 2007 07:22 GMT | 9 |
I have strange problem. I let my application work (it tests in loop with 3sec brakes if it's possible to connect to remote pc /by ssh/) and do nothing until screensaver activates. After it activates I move mouse to get back to Windows. And now:
|
| help designing my classes | 11 Oct 2007 04:25 GMT | 2 |
hey all, i have a very simple asp.net application and i'm trying to decide where my methods should reside in an n-tier context. i have 2 classes:
|
| What does Microsoft write in .Net? | 11 Oct 2007 02:23 GMT | 16 |
Maybe I'm missing something, but it doesn't look like Microsoft writes a lot of apps in .Net (although they certainly push it for others). What does MS write using pure .Net? If applications like Symantec's antivirus, NeatReciepts or Franklin Covey's
|
| Need Referrals for Software Engineering position in S. Florida | 11 Oct 2007 02:20 GMT | 1 |
Our client is seeking a Software Engineer. Their products are targeted for the Microsoft Windows XP/2000 for pc based applications and Microsoft Windows CE/Pocket PC for portable hand held applications. Current development is performed in Microsoft Visual Studio using C#, ...
|
| Moving from Delphi to C# - Need Guidance | 11 Oct 2007 01:33 GMT | 15 |
I have been a longtime Delphi programmer/fan, and until now have not seen the need to convert to C# and Visual Studio. I know that many programmers have made the switch over the past few years so I am in hopes of a little guidance.
|
| App.StartMode equivalent in C#? | 11 Oct 2007 00:40 GMT | 1 |
I am in the process of porting a VB6 ActiveX exe to a C# exe. The finished product will either be run directly from Windows or hosted by other .NET applications. The application's behavior will differ slightly based on it's start mode.
|
| EventLog settings | 10 Oct 2007 22:06 GMT | 2 |
I was wondering, is it possible to programmatically change the initial settings of an EventLog? Specifically, I would like to create an EventLog that was set to overwrite events as needed rather than overwrite events older than 7 days, which is the default. I don't want my ...
|
| Xaml 3D tools | 10 Oct 2007 21:55 GMT | 3 |
Does Microsoft provide any tools for creating simple 3D collections of shapes/drawings and outputing the results in an Xaml format that can be dropped into a Wpf application. Thanks.
|
| Disposing managed resources | 10 Oct 2007 21:33 GMT | 8 |
was wondering of how to dispose of managed resources? or referencing every member of a class to null will release resources...? http://www.marcclifton.com/tabid/79/Default.aspx
|