I need some direction on reading a binary file with .NET 2003 without using BinaryReader, which is not available for my version, I guess.
Thanks.
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_.NET_2003/Q_23283...
I am using Visual C# 2003 on .NET Framework 1.1
I have created a windows service to periodically move files and I want to increase it's capabilities to include running programs at certain tim...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23398928.html
Zones:
MS Visual C#Date Answered: 05/14/2008 Grade: A Views: 12
I created a program using C#, works fine when installed on the devlopement machine. When installed on a user machine the form opens but there are no controls, no errors.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23074...
This kind of an extension on the last question I asked.
I successfully managed to create a Bitmap object using the FromStream method, but now I'm stuck.
I can successfully pull the bitmap inf...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23100013.html
I am trying to create a self contained class which will packetize messages and send them on depending on whether the buffer is full or a timer has gone off. The class will have a member function ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22931437.html
I have been requested to make a change to the above COM+ application to allow the MS Word Documents it processes to be saved as Text. I wrote a test application and sucessfully converted the Word D...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23482430.html
Zones:
C#,
MS WordDate Answered: 06/16/2008 Grade: B Views: 21
If a class has a public field that you do NOT want serialized, what must you do to prevent it?
Choice 1
[NonSerialized]
public int x;
Choice 2
[StreamingContext(SerializationInfo...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23574516.html
Zones:
MS Visual C#Date Answered: 07/26/2008 Grade: B Views: 9
I have recently started using MS Visual C++ .NET for development.
My source files are contained in a complex folder structure with multiple level subfolders.
I have been looking for some way...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23585...
Following code I am using to post data to an external server. The url is like "http://www.microsoft.com".
How can I post to a secured server (https) like "https://www.microsoft.com" and how to te...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23811225.html
SQL Server Version 8.00.194 (2000)
I have a column in my Access table with name OrderDate.
I would like to use the the date function DATEADD() to add some days or
months to the OrderDate date....
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23066029.html