How to convert the object into byte array and send it through sockets in C#?
The code given below does not work properly. I am making an Student object having two attributes name and roll...
hello! i want to access an ip camera like an axis 206 mjpeg stream with the open CV facedetect demo. i am not able to get access to any ip camera under windows, the blobtracker in example work...
Hi all,
All selection color in windows default is blue how to change this color like image I attached below, ex: change it to red ,...
I have added a web reference and imported it
using WeatherComparisons.WeatherPrediction;
where WeatherComparisons is the namespace of the current console application
and WeatherPrediction...
I was wondering if anyone could help me to get the code to do the following:
1. I have a textbox on the form that contains text
2. I want the program to automatically insert shortDateString ...
Hi All.
Please, i am working on a project in which i have to read a .Tiff or .Tif file through C++ program. i am facing problems in doing so.
Is any help available on this topic, any code,...
Hello,
I am trying to use an alternative Sleep() function in C that has a better solution. (The solution of sleep() is only 15 ms). I need 1 ms. My teacher gave me the above code
static ...
I'm using Linux Ubuntu 8.04. I've installed Eclipse 3.3 Europa and CDT successfully. I can create new C++ projects and I can use CDT nice features such as code-completion and... but as soon as...
Ok. The question is, how do i format text in c# that i grab from database (which means that it is always different) so it looks something like this inside a richtextbox:
Title. Lorem ipsum ...
I would like to write a linux program which can work with the linux clipboard buffer. Where can I get some documentation about programming the linux clipboard?
i have a text box on a form that captures policy number. after a user enters the policy number and presses enter, i would like to call a function... what event should i use for this?
I use...
Hi,
Regarding visual C++ and time in seconds:
1) I need to get the number of seconds since 1.1.1970 in double and in string.
I have:
include <time.h>
time_t ltime;
time (<ime)
printf...
I'm trying to write a simple C++ program that will live on a variety of Windows platforms (98 through XP).
The program reads a simple configuration file, and depending on one of those varia...
I need to create a DLL in C# that can be called from a Delphi application. I have the Delphi interface definition that uses the StdCall calling convention.
What is the easiest way to creat...
I am getting the following error message in PB 9.0
It does not occur consistently, so it's difficult for me to debug and find out why it's happening.
Powerbuilder Application Execution Er...
How can I select XML elements by attribute value in C# which satisfies following like pattern "*.text"? For example, if I have XML file like this:
<root>
<data name="Data1.Text">
...
Hi All,
I have a ASP.NET web application which I use to compare word documents, the problem iam getting is when i deploy this web app in my prod server, i run MS OFFICE 2003 on my DEV PC an...
Hi
I am using C++ dll in C#.
when I am including a file in C# I am getting an error
"Attempted to read or write protected memory. This is often an indication that other memory is corrup...
Hi,
I have a project with multiple tiers, therefore multiple dlls. I was wondering if that is a bad thing, performance wise, as I think they need extra overhead for passing data from one t...
I am trying to compile a solution using Visual Studio 2008.
My solution uses a C++/CLI library to wrap an older, native C++ library written in native C++. The older library appears to have ...
Is it possible to use interop.excel in C# code even if the environment where the tool is used does not have Excel application?
I have a tool that outputs the result in Excel file (*.xls), c...
Hi all. I have a vector defined by:
vector < vector < vector < bool > > >
This vector defines an object in 3 dimensions. In other words, each true value represents a point and each false v...
I have a project written in C/C++ MS VS 2005. I received a library build with Static mingw32. How do I convert it to be linkable by my MSVC project? I was sent the following files: sqlcrypt3.d...
What is the opposite of the 'power to' operator? And what is the function of this operator in C/C++.
Thanks,
Uni
How to send Byte array from the client to the server and receive the Byte array from the server to the client via socket in C#?