2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested C / C++ / C# Solutions: 1 - 25 of 168
 
Writing a webapp. The user posts a comment, the comment is sent to a text file. When the page reloads the text file's contents are displayed to the user. I want to have it so when the new ...
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...
I'm using a BackgroundWorker which, when run, runs through a queue of delegates and invokes each one, which carries out automation on a robot.  If the user wants to abort this automation at an...
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 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...
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 ...
Need to develop C# program that goes over HTML and insert the extracted data into database The HTML contains data about areas (over 30 000 areas). Data about aread contains area ID, size and ...
I want to open a new IE window with a link to an external page I use an asp:button, code behind (onClick) and want to pass the link into a variable from Session Object. string url = Session[...
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...
This is what I am trying to accomplish. I need to store an API key and Username securely within a program with the ability to update it. I have dabbled in C# years ago and am fairly descen...
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 guys, I need to create a small C# program that can telnet to a router with click of a button and execute a known set of  commands. Your help will be much appreciated. Thannks
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?
Below I attached a code snippet. I am getting an error in my C# code when I debug----  "Must declare the scalar variable "@mike" I am hoping the insert will insert the values:   test, hello...
Can someone please give me a barny style definition of this line in C++? #include <algorithm> What does <algorithm> do? What methods does it have?  What is it useful for? Thanks.
Hi, I have an XML file that is loaded into a Windows CE device. I created a C# application for smart devices and loaded that file info XmlDocument object. I need to search in that file f...
Hi experts, I am beginner, i want to use combobox in C# application.I just want to choose a single item from a combobox list and assign it to a variable X... Say for example If(item in th...
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,...
Hi Let me give you the background first before I tell you the issue I am giving the code snippet After running the code I am getting an error Runtime Check Failure #3 - The va...
dear all, i am trying to find a program in c/c++ which is capable of taking input of 100 decimal digit and convert to other radix base number. does anyone out there who can help me out t...
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...
Is there a quick way to generate a valid makefile for nmake given an existing Visual C++ project? I'm using VS 2008.
Hey, I got a winform where I need multiple xml based config files. Does .Net have support for this or do I need to read/write those files with regular xmlreader/xmlwriter ?
I need to be able to call functions from a C++ DLL in VB.Net. I've got an AutoIt script that is able to call the functions like this: DllCall("ImageSearchDLL.dll","str","ImageSearch","int",...