| Thread | Last Post | Replies |
|
| Problems with CryptoStream | 15 Nov 2007 18:52 GMT | 2 |
When i decrypt data using TripleDESCryptoServiceProvider, it throws "System.Security.Cryptography.CryptographicException: Bad Data." error help me please...
|
| Static Form | 15 Nov 2007 18:35 GMT | 2 |
I wasn't able to find out how anywhere how to do this, but i need to have a form loaded at a point and being able to be access with all is control from anywhere. So i need it to be static and by the same occasion the control inside of course. How do i do that. I'm sure it
|
| Uncommon ways of object access | 15 Nov 2007 18:02 GMT | 5 |
Dear Group, I'm curious, whether is possible such trick in C#: Basically speaking, in PHP what I do, is I assign an object variables using simple loop:
|
| Using WPF to Generate an Image | 15 Nov 2007 17:22 GMT | 5 |
I'm still trying to figure out how to do this simple task with WPF. I need to draw a black circle using WPF and generate an image file. (gif or png) Any help is greatly appreciated.
|
| File Transfer To Client | 15 Nov 2007 15:47 GMT | 8 |
I have the following situation which I assume is a common one. The user clicks a button to request a report. The report I produce is a simple .csv text file. I want the report file to be transferred to the client's machine presumably by bringing up the standard download
|
| Access RS232 | 15 Nov 2007 15:46 GMT | 5 |
how can I access the RS-232 hardware interface using C# and .NET2.0 to send and receive messages to a hardware component? Christian
|
| ExpandableObjectConverter Question | 15 Nov 2007 15:35 GMT | 2 |
I've created a usercontrol with a Person property. The Person property returns a Person object. I've also created a PersonConverter class which inherits the ExpandableObjectConverter so the Person property is expandable in the PropertyGrid. This all works fine.
|
| Create VPN connection using C# | 15 Nov 2007 15:22 GMT | 1 |
I have a windows application which connects to SQL server over the vpn. So if anybody wants to use this application, he will have to create a VPN first. So my client wants the VPN creation process automated along with setup process.
|
| ConfigurationManager RefreshSection not "refreshing" | 15 Nov 2007 14:48 GMT | 2 |
I have to modify the value of an item in appSettings ConfigurationManager.AppSettings["somekey"] = somevalue; ConfigurationManager.RefreshSection("appSettings"); however the value is nto refreshed, any ideas?
|
| C# 3.5 Setup Project | 15 Nov 2007 12:10 GMT | 1 |
All, I am currently creating a Visual Studio 2008 Setup Project using C#. I am successfully running some custom actions and need to add another based on the current directory the application is running in. So far I
|
| for some reason webbrowser1.Navigate() works but causes thread to terminate, i want to do a GetElementyByID in the same thread that executes the navigate.. i am totaly stumped: http://rafb.net/p/LO2X6X82.html | 15 Nov 2007 11:15 GMT | 2 |
for some reason webbrowser1.Navigate() works but causes thread to terminate, i want to do a GetElementyByID in the same thread that executes the navigate.. i am totaly stumped: http://rafb.net/p/LO2X6X82.html
|
| iTextSharp and Graphic | 15 Nov 2007 10:21 GMT | 1 |
In the tutorial at this url http://itextsharp.sourceforge.net/examples/Chap0405.cs i find this code Graphic g = new Graphic();
|
| Populating DataGridView with Excel data (is there an easy way to databind with datasource-property?) | 15 Nov 2007 09:23 GMT | 1 |
I've been implementing a program that populates winforms DataGridView from an excel sheet (.xlsx-file). The app works ok. Now I'm refactoring it and I've got a feeling that databinding could be done more elaborately than I'm doing currently.
|
| Looking for simple code analysis tool | 15 Nov 2007 04:08 GMT | 6 |
I'm looking for a very simple code analysis tool. I have a large codebase to analyze, and all I really need to do is to find all uses of all methods in a few interfaces. Many tools (e.g. Resharper) obviously do this internally, but I can't
|
| System.OutOfMemoryException while Creating PDF files | 15 Nov 2007 03:29 GMT | 5 |
I am using C# with framework 2.0 and creating PDF files on-fly, along with this I am using Windows 2003 Server. I am using Byte[] to take the data input and then save into pdf format on harddrive location.
|