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 ,...
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,...
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...
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 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 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...
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 have added a web reference and imported it
using WeatherComparisons.WeatherPrediction;
where WeatherComparisons is the namespace of the current console application
and WeatherPrediction...
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'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...
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#?
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 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...
I have a program that takes 2 string arrays and find the union , difference and intersection of the two.... I'm jus having problem find the powersets(all possible subsets) of setA , setB and ...
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">
...
What is the opposite of the 'power to' operator? And what is the function of this operator in C/C++.
Thanks,
Uni
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...
Hi,
RecognizerObj = new SpInprocRecognizer(); //Error occured here.
stream = new SpCustomStreamClass();
MyASRStream = new ASRStreamClass();
Retrieving the COM class factory for compone...
I have a CEditCtrl derivered class in VC++6 that has a CString operator defined. I was able to in VC++6 to compile this code:
Line1: CString sMsg;
Line2: sMsg = "Your name is: " + m_Name...
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...
I am looking for a simple way to delete a specific task from a system. I have tried this from the commandline and it works correctly, I am trying to do this programatically from within the C#...
Hi !
I am developing a Stock trading application for a Broker where he will have one server (Windows 2003) which is connected to Stock Exchange and receive the Live Feed/Data.
I will insta...
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...