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 ,...
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 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 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...
Hi,
RecognizerObj = new SpInprocRecognizer(); //Error occured here.
stream = new SpCustomStreamClass();
MyASRStream = new ASRStreamClass();
Retrieving the COM class factory for compone...
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
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 ...
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'm getting started using Anjuta IDE under Ubuntu (latest versions, fully updated) but hit an immediate speed bump - I can compile but can't build a Hello World console C++ app as create...
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 have Windows XP running on my pc. With Turbo c++(Borland® C++Builder® for Microsoft® Windows" Version 10.0.2288.42451) running as my default compiler. Can you please tell me how to compile f...
Hi there,
I am trying to compile librsync (http://sourceforge.net/projects/librsync) in VC++ 6.0. Here is what the readme says:
"The PCbuild directory contains a project and pre-generated ...
Hi,
In VB there is a left() function which returns x amount of chars starting from the 1st char.
I need to do this in Visual C++... I need to get the 1st 3 values of an Int
Any help w...
Hello,
I'm trying to format a string like "0.00". I keep seeing statements posted here like:
String.Format("0.00")
However, intellisense never gives me the Format method when I try t...
******************************Urgent*******************************
i download AstTapi source from the following link: http://sourceforge.net/project/showfiles.php?group_id=106482. but when i...
Hi All
I am trying to find a "usable" open source SIP SDK that will help me in creating a softphone for Windows..I have already checked out sipxtapi and resiprocate.
The problem with si...
I am using Visual C++ 2005 Express Edition for a Form project (GUI). I could include <iostream> and then you cout in the program. Since there is no console window, where does the output go? I ...
Hello,
I am trying to implement a function that calculates the position for a counter of a motor. I would like to store the postion values for the different times in a vector (or array?). Thi...
I am a VB programmer teaching myself C++. There is a section on classes that I understand except for the part on Constuctors and Destructors. What advantage is there in using them and why wo...
I am starter in C#. I am using Visual Studio 8.0. I am trying to create a web app where I have 3-4 webpartzones and each webpartzone has its own control like grid, treeview etc.
1. How do I c...
I need to convert i -> vector <int>::iterator i; to LPCSTR.
what is the best solution ? ostringstream??
As you see the code, I made twenty random sentences by using vectors. I want to know howto sort them in alphabetical by using the function. I have to use the array of pointers. I think the po...
The following is the message I'm receiving:
[Linker error] undefined reference to `errorReport::blockMsg(std::string, Token)'
I would appreciate suggestion on where to look for the pr...
I have a simple app that returns all the installed products followed by there version number with an option to save it. All is displayed in a treeview. Im new to this and want to exploit the c...