sabrown100
Posts
-
.dll File Assocation: Dangerous? -
Recruiters got crazy!!Their client probably said they wanted someone who knew how to use silverlight - and three years experience was the agency's end result.
-
Html to PdfTry SharpPDF http://sharppdf.sourceforge.net/
-
Embedding a control inside a toolbarI wanted to add a dockable interface to my application and I don't really like the idea of including a third-party dll in my application. So I though and I had the idea of embedding my controls in toolbars. Can you give me an example of how to put a custom control in a toolbar. Or is this impossible? Help would be greatly appreciated.
-
Website Will Not LoadFor some reason when I go to thecodeproject.com the website won't load and I get an error. Has my IP address been blocked? If so, why? The site still works from a proxy and this is a brilliant resource website and I really want to use it again.
-
Get Stream File LocationHow can I get the location of the file being streamed from the "System.IO.Stream" class?
-
How To Determine Paint.NET versionI am writing an installer for my Paint.NET plugin. But it has two versions that work with different versions of the program. How can I programmatically determine the version the user is running so that the installer knows which plugin version to install?
-
What DVD creation program do you use?What is the best DVD authoring software suite? Personally, I use DVD lab pro.
-
System.Net.PeerToPeerHello, I am very exited about the new namespace in .NET 3.5, System.Net.PeerToPeer. Can someone please post some sample code (preferably in C#). I have never written a p2p application before.
-
Home page for a business transaction website??A login control? Wouldn't you use windows authentication in these circumstances? Anyway, some suggestions: 1. Number of transactions so far 2. BBC Business News RSS feed 3. Company Slogan 4. Latest Products
-
Membership create user exeptionTry a different password?
-
System SoundsIn Windows XP you can set custom sounds for applications to use. How can the user select sounds for my application in that applet?
-
Runtime .NET library loadingI thought that only worked with a win32 dll.
-
DelegatesBut what's the point in coding?
-
Runtime .NET library loadingHello, how can my application dynamically load a .NET library? Lets say I want to create an SDK.
-
eBay spamSell the address? I can't believe you would do that.
-
Could we rely on Mono to run our .NET programs?I think they mean making a direct windows API calls to open windows. Remember programming in C++ before .NET?
-
Bitmap on pageI'm creating an image editing tool website and I want to know how I can display a bitmap class on a webpage like you can do in windows forms. There is an image control supplied but that only lets me specify a url. I could just save it to a file and set the image url to that but then if they refresh the page they will see someone else's work.