| Thread | Last Post | Replies |
|
| POST an unsaved document from word | 28 Aug 2006 19:56 GMT | 1 |
I need a helping hand to help me send an unsaved dokument through a POST call. I have added functionality to word and want to send a unsaved document through a POST call. This works fine when I try sending a saved
|
| Issue with DataGridView on initial data load | 28 Aug 2006 19:43 GMT | 2 |
Hi, I have a problem with the datagridview not refreshed when the application first appear on the screen. The datagridview display data from a table in the dataset. At the same time, I've added checkbox columns that are not bounded the table.
|
| Still confused about passing data between forms (or classes) | 28 Aug 2006 19:17 GMT | 7 |
I have this in form1: namespace Pass { public partial class Form1 : Form
|
| XPath issue | 28 Aug 2006 19:08 GMT | 2 |
I have an issue where I want to put an image right before the text for each record below in a GridView. The problem is, the XPath is rss/channel/item". So since I have the picture in my XML file under rss/channel/image/podcast then how can I tell it to use ...
|
| Accessing individual pins in a serial port | 28 Aug 2006 18:49 GMT | 1 |
I'd like to know how to access(apply a voltage) to individual pins in a serial port using c#. Thanks Mike
|
| C# Can't Find Some of My Classes After VS Reinstall | 28 Aug 2006 18:48 GMT | 1 |
I am resuming a project after reinstalling XP and VS because of a hard drive failure. The project uses a custom control library which is added to main project. Everything was fine before the reinstall but now the compiler does not find most of the
|
| Does anyone know if BerConverter class runs on Win 2000 server? | 28 Aug 2006 18:07 GMT | 15 |
I'm getting an error when I tried to use this BerConverter class in my C# code. Even though the Interent doc says that it runs on Win2000 sp4, I just thgouth I'll double check. Does anyone know if BerConverter is supported for Win2000 server
|
| Registering DLLs - Unmanaged and Managed DLLs | 28 Aug 2006 16:32 GMT | 3 |
I am developing an application in CSharp - windows forms based, which copies the DLLs both unmanaged and managed DLLs from a shared folder and will overwrite the existing versions of managed & unmanaged DLLs into folder where some .NET application and a VB application has been
|
| Can a web service be implemented as a multithreaded Singleton? | 28 Aug 2006 16:00 GMT | 4 |
I have a need to implement a webservice where speed is of the essence. This web service will process product orders in a B2B Extranet scenario where SLA's are critical, as well as collect metrics on the duration of various milestones through the application layers path that will ...
|
| Invalid character in a Base-64 string. | 28 Aug 2006 15:57 GMT | 1 |
Could someone help me out..? I'm trying to encrypt a serialized object but i get an error "Invalid character in a Base-64 string." :/ string tmp = rn.Encrypt(Serializer.Serialize(user))
|
| How to define a name of a computer on C#? | 28 Aug 2006 15:37 GMT | 9 |
Hello. To define a name of a computer in project VS 2005 after click of Button1 on Form1, on Visual Basic such code is used: Declare Auto Function GetComputerName Lib "kernel32.dll" _ Alias "GetComputerName" (ByVal buf As String, _
|
| How to get Server IP for a dial up connection | 28 Aug 2006 15:36 GMT | 2 |
There are 2 PCs, A and B, A is trying to connect to B through modem, I have no problem doing that(using the example in http://www.codeproject.com/aspnet/webdialup.asp) , the connection is established successfully, I can get IP address of A
|
| Opening a file into a textbox | 28 Aug 2006 15:25 GMT | 2 |
I'm not sure this is the best way but, I have a txt file I want to put into a TextBox: OpenFileDialog opnFile = new OpenFileDialog(); opnFile.Filter = "txt files (*.txt)|*.txt|All files
|
| An object reference is required | 28 Aug 2006 14:13 GMT | 2 |
I have class, which returns dataTable to populate my list box on some other pages: public class dataClass {
|
| Database Error Handling - please help | 28 Aug 2006 14:13 GMT | 2 |
I have a couple of stored procedures written in SQL 2000. Given below one sp. ***************************************************** ALTER PROCEDURE [dbo].[usp_PC_AcTypeMInsert] (
|