Advertisement

1 - 10 of 15 containing alltags:("C# .net 2003") (0.002 seconds)
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.
Zones: Visual Studio, MS Visual C#Date Answered: 03/31/2008 Grade: A Views: 37
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...
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.
Zones: Visual Studio, MS Visual C#, Microsoft P...Date Answered: 01/11/2008 Grade: A Views: 0
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...
Zones: MS Visual C++, Windows Programming, C...Date Answered: 01/22/2008 Grade: A Views: 0
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 ...
Zones: C++, Microsoft Visual C++Date Answered: 05/14/2008 Grade: B Views: 0
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...
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...
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...
Zones: Visual Studio, MS Visual C++Date Answered: 07/23/2008 Grade: A Views: 40
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...
Zones: .NET, MS Visual C#, .NET Framework 1.xDate Answered: 10/20/2008 Grade: B Views: 8
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....
Zones: MS SQL Server, Windows MFCDate Answered: 01/09/2008 Grade: A Views: 0