| Thread | Last Post | Replies |
|
| File Transfer Over TCP/IP | 08 Aug 2005 16:47 GMT | 3 |
I HAVE GOT A VERY STRANGE PROBLEM WHILE TRANSFERRING DATA OVER INTERNET. ACTUALLY I AM SENDING AND RECEIVING DATA BETWEEN TWO APPLICATIONS USING TCP. WHILE SENDING OR RECEIVING DATA, I WRITE THE DATA TO NETWORK STREAM AND THEN READ IT
|
| Unformatting currency values for updating SQLServer | 07 Aug 2005 21:46 GMT | 1 |
Have any of you good folks out there got an elegant solution for unformatting currency values for writing back to SQLServer: e.g.: $10,100,200.59 to 10100200.59 but for any locale and any currency.
|
| open word document -readonly in asp.net | 07 Aug 2005 21:40 GMT | 1 |
I am new to asp.net and am trying to open a word doc readonly which may be in any directory on the server (user will choose file name from grid which has the path). I have looked at various posts but cannot figure out what to do. Also, what rights are needed to do this --
|
| System.IO : Inserting a Text in between | 07 Aug 2005 21:37 GMT | 2 |
Hi, I have a file in which I want to insert a text in between say the a specific line. Basically, I want to read through the file and search for a particular line
|
| Interfacing in .NET | 07 Aug 2005 20:04 GMT | 4 |
I would like to know more about Interfacing hardware devices through .NET. We're students and what we're trying to do is control our robots with printer or serial port interfacing... very similar to C++ classic style. Please help us as it could do great wonders for our project.
|
| A string as a Hashtable key | 07 Aug 2005 18:07 GMT | 6 |
Is it ok to use a string as the key for Hashtable entries? I want to use the name of entity in question, which I know will always be unique. Do I have to do anything fancy equality-wise or are there any caveats I should be aware of?
|
| background image | 07 Aug 2005 17:02 GMT | 1 |
In my web C# project, I'm able to put an image in background to my aspx window but I it is in mosaique mode, I would like it in center mode. Do you have an idea how to do this??? Thanks
|
| How to see output instantly | 07 Aug 2005 10:08 GMT | 1 |
I have a page where user will type in a textbox in html language. And when the user clicks on the button, is it possible to show the code in textbox as html in the same page? Please let me know, how to do it.
|
| BinaryWriter and filesize limit. Is there any? | 07 Aug 2005 06:15 GMT | 6 |
In my app, I open a file using a FileStream then pass it to a BinaryWriter. I then use the BinaryWriter instance to write to my file. But a problem arose : The file never gets bigger than 1kb. The code calls the bw.write(TheValue), but nothing is written after 1kb. I'm I missing
|
| What replace COM object in .NET? | 06 Aug 2005 22:49 GMT | 9 |
What is the substitute for COM objects in .NET? How can I create something similar to com in .net? Is it still possible? Thank you
|
| Unable to consume Process reserved memory | 06 Aug 2005 21:52 GMT | 2 |
Unable to consume Process reserved memory Hi , This is a Windows form application which interacts with the unmanaged C++ codes . In unmanaged c++ code we allocate around 130MB on the heap
|
| How to Create a New Document Window in a VS.NET Add-in | 06 Aug 2005 00:57 GMT | 2 |
Does anyone know how to create a new document window in VB.NET (or any other language)? I have Googled extensively but to no avail. I am creating a VS add-in, and want to include my own document window to
|
| does C# have any collection objects that support sort functionality so that I dont have to write my own sorting algorithm? | 05 Aug 2005 21:44 GMT | 1 |
does C# have any collection objects that support sort functionality so that I dont have to write my own sorting algorithm?
|
| Return Date As: Sat, 07 Sep 2002 00:00:01 GMT | 05 Aug 2005 17:10 GMT | 3 |
To comply with RSS 2.0 specifications I need to get a date from a calendar control and reformat to GMT consistent with RFC 822 [1]. I hope somebody can save me a lot of think-time and point me to a VB/C# class that will take various date formats and return the date formatted as ...
|
| class fields vs class properties | 05 Aug 2005 16:53 GMT | 7 |
What is the difference between class fields and class properties? Thanks Mike
|