Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top C / C++ / C# Solutions: 1 - 25 of 44
 
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...
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 added a web reference  and imported it using WeatherComparisons.WeatherPrediction; where WeatherComparisons is the namespace of the current console application and WeatherPrediction...
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 ...
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 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 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...
I need to be able to continually scan another program (example: Microsoft Word), and see if it has raised a certain dialog box, and click 'ok' on that dialog box when it has been raised. As...
How do I create a DLL in C# and use it in a C++ program in Visual Studio?
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 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 ...
I want to use my existing extension dll in a C# application. DO i need  to write a wrapper code or something like that.
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...
I have be given the task to  convert a newly finished Windows app (using VB.NET)  to  C++ because of resource limitation on the target machines which prevent .NET from being loaded.  So the so...
i Have a program that i allreeady handed in and got an A on. i now have to get the program to calculate tax amount i have something put together but it keeps giving me this error message. What...
Hello, I am trying to load classes from dll files where the class implements the interface IBaseMod, and the class name exists in a Dictionary, objDict. I am receiving an exception message...
hi, I have a struct like this typedef struct {            char number[6];            char duration[6] ; } var; when i declare a variable with type var,  the members of the struct gets ini...
Suppose I have char foo[100]; sprintf( foo, "Null-terminated string" ); I want some way of copying the contents of foo to the Windows clipboard so that I can go into Notepad, type CTRL+...
I'm using Xcode 2.3 on a so-called "BSD C++" app that uses libtiff. Unfortunately, with some badly formatted TIFFs, libtiff crashes. I don't want to fix the particular problem, since it's prob...
Hello, I have a thread and in this thread I have a while. it looks something like this:  DWORD WINAPI  Thread(void* lpvParam) {     while (!Terminated)     {            // Do somethi...
This is for a school project: write a GUI application that will generate multiple 3 digit numbers and count how many times each 3 digit number appears. To make the program more useful, provide...
I am working on a part of a program that takes the attributes of a book from a user and stores it in the database.   I have a register page that takes the username and password and I populate ...
in C++ I get/set a timestamp from the database into a variable of DATE type (which is a double). I need a way to get year/month/day as integers from that date without using MFC! (I have an ATL...
I am trying to figure out how to verify that the assignment of the character array and the ssn actually have something in it, but I am having difficulty in setting that up.  The ssn is not sup...
can anyone suggest sites that have good examples of cascading style sheets?  I have a few websites that i want to give a similar look.